Home
last modified time | relevance | path

Searched refs:_ptrCbAudioTransport (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_device/
Daudio_device_buffer.cc35 _ptrCbAudioTransport(NULL), in AudioDeviceBuffer()
103 _ptrCbAudioTransport = audioCallback; in RegisterAudioCallback()
454 if (_ptrCbAudioTransport == NULL) in DeliverRecordedData()
464 res = _ptrCbAudioTransport->RecordedDataIsAvailable(&_recBuffer[0], in DeliverRecordedData()
528 if (_ptrCbAudioTransport == NULL) in RequestPlayoutData()
534 if (_ptrCbAudioTransport) in RequestPlayoutData()
539 res = _ptrCbAudioTransport->NeedMorePlayData(_playSamples, in RequestPlayoutData()
Daudio_device_buffer.h78 AudioTransport* _ptrCbAudioTransport; variable