Searched refs:GetMethodId (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_device/android/ |
D | audio_record_jni.cc | 36 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()
|
D | audio_track_jni.cc | 36 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()
|
D | audio_manager.cc | 37 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/ |
D | jvm_android.h | 63 jmethodID GetMethodId(const char* name, const char* signature);
|
/external/webrtc/webrtc/modules/utility/source/ |
D | jvm_android.cc | 156 jmethodID JavaClass::GetMethodId( in GetMethodId() function in webrtc::JavaClass
|