Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java115 muteNative(getByteAddress(device)); in mute()
346 private native void muteNative(byte[] address); in muteNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp334 static void muteNative(JNIEnv* env, jobject /* object */, jbyteArray address) { in muteNative() function
529 {"muteNative", "([B)V", (void*)muteNative}, in register_com_android_bluetooth_vc()