Home
last modified time | relevance | path

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

/external/webrtc/webrtc/sound/
Dpulseaudiosoundsystem.cc225 temp_sample_data_(NULL), in PulseAudioInputStream()
427 &temp_sample_data_, in OnReadCallback()
448 ASSERT(temp_sample_data_ && temp_sample_data_size_); in OnHaveWork()
449 SignalSamplesRead(temp_sample_data_, in OnHaveWork()
452 temp_sample_data_ = NULL; in OnHaveWork()
572 const void *temp_sample_data_; member in rtc::PulseAudioInputStream