Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java121 muteGroupNative(groupId); in muteGroup()
348 private native void muteGroupNative(int groupId); in muteGroupNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp351 static void muteGroupNative(JNIEnv* /* env */, jobject /* object */, in muteGroupNative() function
530 {"muteGroupNative", "(I)V", (void*)muteGroupNative}, in register_com_android_bluetooth_vc()