Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_device/android/
Daudio_track_jni.cc31 init_playout_(native_reg->GetMethodId("initPlayout", "(IID)I")), in JavaAudioTrack()
32 start_playout_(native_reg->GetMethodId("startPlayout", "()Z")), in JavaAudioTrack()
33 stop_playout_(native_reg->GetMethodId("stopPlayout", "()Z")), in JavaAudioTrack()
34 set_stream_volume_(native_reg->GetMethodId("setStreamVolume", "(I)Z")), in JavaAudioTrack()
36 native_reg->GetMethodId("getStreamMaxVolume", "()I")), in JavaAudioTrack()
37 get_stream_volume_(native_reg->GetMethodId("getStreamVolume", "()I")), in JavaAudioTrack()
39 native_reg->GetMethodId("getBufferSizeInFrames", "()I")) {} in JavaAudioTrack()
Daudio_record_jni.cc51 init_recording_(native_reg->GetMethodId("initRecording", "(II)I")), in JavaAudioRecord()
52 start_recording_(native_reg->GetMethodId("startRecording", "()Z")), in JavaAudioRecord()
53 stop_recording_(native_reg->GetMethodId("stopRecording", "()Z")), in JavaAudioRecord()
54 enable_built_in_aec_(native_reg->GetMethodId("enableBuiltInAEC", "(Z)Z")), in JavaAudioRecord()
55 enable_built_in_ns_(native_reg->GetMethodId("enableBuiltInNS", "(Z)Z")) {} in JavaAudioRecord()
Daudio_manager.cc29 init_(native_reg->GetMethodId("init", "()Z")), in JavaAudioManager()
30 dispose_(native_reg->GetMethodId("dispose", "()V")), in JavaAudioManager()
32 native_reg->GetMethodId("isCommunicationModeEnabled", "()Z")), in JavaAudioManager()
34 native_reg->GetMethodId("isDeviceBlacklistedForOpenSLESUsage", in JavaAudioManager()
/external/webrtc/modules/utility/include/
Djvm_android.h66 jmethodID GetMethodId(const char* name, const char* signature);
/external/webrtc/modules/utility/source/
Djvm_android.cc157 jmethodID JavaClass::GetMethodId(const char* name, const char* signature) { in GetMethodId() function in webrtc::JavaClass