summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-03-24 19:16:53 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-03-24 19:16:54 +0000
commit21b51b61ee52e6aa74d98b138d3dd4f0e17b1441 (patch)
treeed8a111abfa1da3548ddd46d6db8c94d9a4ceb0c /include
parent3fac40b9e80e7d27fa613afe22048872f2ff6d9e (diff)
parent1d8b3b684f469f346c2e0d4420e25a23aa1dda55 (diff)
downloadframeworks_av-21b51b61ee52e6aa74d98b138d3dd4f0e17b1441.zip
frameworks_av-21b51b61ee52e6aa74d98b138d3dd4f0e17b1441.tar.gz
frameworks_av-21b51b61ee52e6aa74d98b138d3dd4f0e17b1441.tar.bz2
Merge "Remove AudioRecord::notificationFrames()"
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioRecord.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/media/AudioRecord.h b/include/media/AudioRecord.h
index c503f25..f6832c9 100644
--- a/include/media/AudioRecord.h
+++ b/include/media/AudioRecord.h
@@ -249,11 +249,6 @@ public:
*/
uint32_t getSampleRate() const { return mSampleRate; }
- /* Return the notification frame count.
- * This is approximately how often the callback is invoked, for transfer type TRANSFER_CALLBACK.
- */
- size_t notificationFrames() const { return mNotificationFramesAct; }
-
/* Sets marker position. When record reaches the number of frames specified,
* a callback with event type EVENT_MARKER is called. Calling setMarkerPosition
* with marker == 0 cancels marker notification callback.