summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-20 10:04:25 -0700
committerGlenn Kasten <gkasten@google.com>2015-03-23 08:03:05 -0700
commit85fc799d4cde549c7cc82d9e5c84f21e161ecfbe (patch)
treeaae5cf8be8bddb68cbad17a9e8186c0f5f4d981b /include
parent5014c94c1bbac4a4284576b0015ba75145237593 (diff)
downloadframeworks_av-85fc799d4cde549c7cc82d9e5c84f21e161ecfbe.zip
frameworks_av-85fc799d4cde549c7cc82d9e5c84f21e161ecfbe.tar.gz
frameworks_av-85fc799d4cde549c7cc82d9e5c84f21e161ecfbe.tar.bz2
AudioTrack::dump() comment
Change-Id: Id3b5210293a77404189555a0c797fb099e3c6c04
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;