Searched refs:changePathRspNative (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_avrcp.cpp | 1268 static jboolean changePathRspNative(JNIEnv* env, jobject object, in changePathRspNative() function 1423 {"changePathRspNative", "([BII)Z", (void*)changePathRspNative},
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
D | Avrcp.java | 750 changePathRspNative(bdaddr, AvrcpConstants.RSP_BAD_CMD, 0); in handleMessage() 2458 if (!changePathRspNative(address, rspStatus, numItems)) in changePathRsp() 2764 private native boolean changePathRspNative(byte[] address, int rspStatus, int numItems); in changePathRspNative() method in Avrcp
|