Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlNativeInterface.java97 return disconnectVolumeControlNative(getByteAddress(device)); in disconnectVolumeControl()
340 private native boolean disconnectVolumeControlNative(byte[] address); in disconnectVolumeControlNative() method in VolumeControlNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_vc.cpp284 static jboolean disconnectVolumeControlNative(JNIEnv* env, jobject /* object */, in disconnectVolumeControlNative() function
526 (void*)disconnectVolumeControlNative}, in register_com_android_bluetooth_vc()