Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerNativeInterface.java77 sendAbsVolRspNative(address, absVol, label); in sendAbsVolRsp()
408 private native void sendAbsVolRspNative(byte[] address, int absVol, int label); in sendAbsVolRspNative() method in AvrcpControllerNativeInterface
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_avrcp_controller.cpp909 static void sendAbsVolRspNative(JNIEnv* env, jobject /* object */, in sendAbsVolRspNative() function
1176 {"sendAbsVolRspNative", "([BII)V", (void*)sendAbsVolRspNative}, in register_com_android_bluetooth_avrcp_controller()