Home
last modified time | relevance | path

Searched refs:sendAbsVolRspNative (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp987 static void sendAbsVolRspNative(JNIEnv* env, jobject object, jbyteArray address, in sendAbsVolRspNative() function
1219 {"sendAbsVolRspNative", "([BII)V", (void*)sendAbsVolRspNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java697 mService.sendAbsVolRspNative(mDeviceAddress, absVol, label); in setAbsVolume()
DAvrcpControllerService.java746 public native void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative() method in AvrcpControllerService