Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_record_jni.cc38 stop_recording_(native_reg->GetMethodId("stopRecording", "()Z")), in JavaAudioRecord()
57 return audio_record_->CallBooleanMethod(stop_recording_); in StopRecording()
Daudio_record_jni.h63 jmethodID stop_recording_; variable