Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp1268 static jboolean changePathRspNative(JNIEnv* env, jobject object, in changePathRspNative() function
1423 {"changePathRspNative", "([BII)Z", (void*)changePathRspNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java750 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