summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-23 17:29:23 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-23 17:29:24 +0000
commitc19dc82b6198d06b37018d649bdff3a16d871598 (patch)
treefaafcc9625c23979bc966ec3e5df849f44266356 /include
parentf85e854158cbed22a68625d2fafea50b86ca791f (diff)
parent85fc799d4cde549c7cc82d9e5c84f21e161ecfbe (diff)
downloadframeworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.zip
frameworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.tar.gz
frameworks_av-c19dc82b6198d06b37018d649bdff3a16d871598.tar.bz2
Merge "AudioTrack::dump() comment"
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioTrack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/AudioTrack.h b/include/media/AudioTrack.h
index 1d99c86..0094ff0 100644
--- a/include/media/AudioTrack.h
+++ b/include/media/AudioTrack.h
@@ -584,6 +584,7 @@ public:
/*
* Dumps the state of an audio track.
+ * Not a general-purpose API; intended only for use by media player service to dump its tracks.
*/
status_t dump(int fd, const Vector<String16>& args) const;