Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java127 unmuteNative(getByteAddress(device)); in unmute()
350 private native void unmuteNative(byte[] address); in unmuteNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp360 static void unmuteNative(JNIEnv* env, jobject /* object */, in unmuteNative() function
531 {"unmuteNative", "([B)V", (void*)unmuteNative}, in register_com_android_bluetooth_vc()