Searched refs:setExtAudioInMuteNative (Results 1 – 2 of 2) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/ |
| D | VolumeControlNativeInterface.java | 146 return setExtAudioInMuteNative(getByteAddress(device), externalInputId, mute); in setExtAudioInMute() 205 private native boolean setExtAudioInMuteNative(byte[] address, int externalInputId, int mute); in setExtAudioInMuteNative() method in VolumeControlNativeInterface
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_vc.cpp | 897 static jboolean setExtAudioInMuteNative(JNIEnv* env, jobject /* object */, jbyteArray address, in setExtAudioInMuteNative() function 958 {"setExtAudioInMuteNative", "([BII)Z", reinterpret_cast<void*>(setExtAudioInMuteNative)}, in register_com_android_bluetooth_vc() method
|