Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java146 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/
Dcom_android_bluetooth_vc.cpp897 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