Searched refs:processAudioBuffer (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/include/media/
H A DAudioRecord.h537 // to processAudioBuffer() as state may have changed
549 nsecs_t processAudioBuffer();
575 bool mRefreshRemaining; // processAudioBuffer() should refresh
578 // These are private to processAudioBuffer(), and are not protected by a lock
H A DAudioTrack.h914 // to processAudioBuffer() as state may have changed
926 nsecs_t processAudioBuffer();
1046 bool mRefreshRemaining; // processAudioBuffer() should refresh
1058 // These are private to processAudioBuffer(), and are not protected by a lock
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h537 // to processAudioBuffer() as state may have changed
549 nsecs_t processAudioBuffer();
575 bool mRefreshRemaining; // processAudioBuffer() should refresh
578 // These are private to processAudioBuffer(), and are not protected by a lock
H A DAudioTrack.h914 // to processAudioBuffer() as state may have changed
926 nsecs_t processAudioBuffer();
1046 bool mRefreshRemaining; // processAudioBuffer() should refresh
1058 // These are private to processAudioBuffer(), and are not protected by a lock
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp310 // force refresh of remaining frames by processAudioBuffer() as last
933 nsecs_t AudioRecord::processAudioBuffer() function in class:android::AudioRecord
962 (void) restoreRecord_l("processAudioBuffer");
1296 nsecs_t ns = mReceiver.processAudioBuffer();
1310 LOG_ALWAYS_FATAL_IF(ns < 0, "processAudioBuffer() returned %" PRId64, ns);
1345 // pause time and call processAudioBuffer.
H A DAudioTrack.cpp623 // force refresh of remaining frames by processAudioBuffer() as last
1807 nsecs_t AudioTrack::processAudioBuffer() function in class:android::AudioTrack
1846 status_t status __unused = restoreTrack_l("processAudioBuffer");
2965 nsecs_t ns = mReceiver.processAudioBuffer();
2979 LOG_ALWAYS_FATAL_IF(ns < 0, "processAudioBuffer() returned %" PRId64, ns);
3014 // pause time and call processAudioBuffer.

Completed in 956 milliseconds