OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:processAudioBuffer
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
AudioRecord.cpp
695
nsecs_t AudioRecord::
processAudioBuffer
(const sp<AudioRecordThread>& thread)
724
(void) restoreRecord_l("
processAudioBuffer
");
996
nsecs_t ns = mReceiver.
processAudioBuffer
(this);
1010
LOG_ALWAYS_FATAL_IF(ns < 0, "
processAudioBuffer
() returned %lld", ns);
AudioTrack.cpp
401
// force refresh of remaining frames by
processAudioBuffer
() as last
[
all
...]
Completed in 34 milliseconds