Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/android/
Dopensles_recorder.cc142 recording_ = (GetRecordState() == SL_RECORDSTATE_RECORDING); in StartRecording()
357 SLuint32 state = GetRecordState(); in ReadBufferQueue()
400 SLuint32 OpenSLESRecorder::GetRecordState() const { in GetRecordState() function in webrtc::OpenSLESRecorder
403 SLresult err = (*recorder_)->GetRecordState(recorder_, &state); in GetRecordState()
Dopensles_recorder.h112 SLuint32 GetRecordState() const;
/external/webrtc/sdk/android/src/jni/audio_device/
Dopensles_recorder.cc148 recording_ = (GetRecordState() == SL_RECORDSTATE_RECORDING); in StartRecording()
368 SLuint32 state = GetRecordState(); in ReadBufferQueue()
411 SLuint32 OpenSLESRecorder::GetRecordState() const { in GetRecordState() function in webrtc::jni::OpenSLESRecorder
414 SLresult err = (*recorder_)->GetRecordState(recorder_, &state); in GetRecordState()
Dopensles_recorder.h117 SLuint32 GetRecordState() const;