Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_device/android/
Daudio_record_jni.cc36 init_recording_(native_reg->GetMethodId("initRecording", "(II)I")), in JavaAudioRecord()
37 start_recording_(native_reg->GetMethodId("startRecording", "()Z")), in JavaAudioRecord()
38 stop_recording_(native_reg->GetMethodId("stopRecording", "()Z")), in JavaAudioRecord()
39 enable_built_in_aec_(native_reg->GetMethodId("enableBuiltInAEC", "(Z)Z")), in JavaAudioRecord()
40 enable_built_in_agc_(native_reg->GetMethodId("enableBuiltInAGC", "(Z)Z")), in JavaAudioRecord()
41 enable_built_in_ns_(native_reg->GetMethodId("enableBuiltInNS", "(Z)Z")) {} in JavaAudioRecord()
Daudio_track_jni.cc36 init_playout_(native_reg->GetMethodId("initPlayout", "(II)V")), in JavaAudioTrack()
37 start_playout_(native_reg->GetMethodId("startPlayout", "()Z")), in JavaAudioTrack()
38 stop_playout_(native_reg->GetMethodId("stopPlayout", "()Z")), in JavaAudioTrack()
39 set_stream_volume_(native_reg->GetMethodId("setStreamVolume", "(I)Z")), in JavaAudioTrack()
41 native_reg->GetMethodId("getStreamMaxVolume", "()I")), in JavaAudioTrack()
42 get_stream_volume_(native_reg->GetMethodId("getStreamVolume", "()I")) {} in JavaAudioTrack()
Daudio_manager.cc37 init_(native_reg->GetMethodId("init", "()Z")), in JavaAudioManager()
38 dispose_(native_reg->GetMethodId("dispose", "()V")), in JavaAudioManager()
40 native_reg->GetMethodId("isCommunicationModeEnabled", "()Z")), in JavaAudioManager()
42 native_reg->GetMethodId("isDeviceBlacklistedForOpenSLESUsage", in JavaAudioManager()
/external/webrtc/webrtc/modules/utility/include/
Djvm_android.h63 jmethodID GetMethodId(const char* name, const char* signature);
/external/webrtc/webrtc/modules/utility/source/
Djvm_android.cc156 jmethodID JavaClass::GetMethodId( in GetMethodId() function in webrtc::JavaClass