Home
last modified time | relevance | path

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

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