HomeSort by relevance Sort by last modified time
    Searched refs:_ptrCbAudioTransport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_buffer.cc 35 _ptrCbAudioTransport(NULL),
103 _ptrCbAudioTransport = audioCallback;
468 if (_ptrCbAudioTransport == NULL)
478 res = _ptrCbAudioTransport->RecordedDataIsAvailable(&_recBuffer[0],
542 if (_ptrCbAudioTransport == NULL)
548 if (_ptrCbAudioTransport)
553 res = _ptrCbAudioTransport->NeedMorePlayData(_playSamples,
audio_device_buffer.h 79 AudioTransport* _ptrCbAudioTransport;

Completed in 1272 milliseconds