Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java109 setGroupVolumeNative(groupId, volume); in setGroupVolume()
344 private native void setGroupVolumeNative(int groupId, int volume); in setGroupVolumeNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp324 static void setGroupVolumeNative(JNIEnv* /* env */, jobject /* object */, in setGroupVolumeNative() function
528 {"setGroupVolumeNative", "(II)V", (void*)setGroupVolumeNative}, in register_com_android_bluetooth_vc()