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.cpp1044 static void sendAbsVolRspNative(JNIEnv* env, jobject object, jbyteArray address, in sendAbsVolRspNative() function
1297 {"sendAbsVolRspNative", "([BII)V", (void*)sendAbsVolRspNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java842 public native void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative() method in AvrcpControllerService
DAvrcpControllerStateMachine.java999 mService.sendAbsVolRspNative(mDeviceAddress, absVol, label); in handleAbsVolumeRequest()