Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java133 unmuteGroupNative(groupId); in unmuteGroup()
352 private native void unmuteGroupNative(int groupId); in unmuteGroupNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp378 static void unmuteGroupNative(JNIEnv* /* env */, jobject /* object */, in unmuteGroupNative() function
532 {"unmuteGroupNative", "(I)V", (void*)unmuteGroupNative}, in register_com_android_bluetooth_vc()