Searched refs:processAudioBuffer (Results 1 – 4 of 4) sorted by relevance
349 bool processAudioBuffer(const sp<ClientRecordThread>& thread);
438 bool processAudioBuffer(const sp<AudioTrackThread>& thread);
671 bool AudioRecord::processAudioBuffer(const sp<ClientRecordThread>& thread) in processAudioBuffer() function in android::AudioRecord824 return mReceiver.processAudioBuffer(this); in threadLoop()
1023 bool AudioTrack::processAudioBuffer(const sp<AudioTrackThread>& thread) in processAudioBuffer() function in android::AudioTrack1293 return mReceiver.processAudioBuffer(this); in threadLoop()