Searched defs:mediaPlayerListRspNative (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp945 static jboolean mediaPlayerListRspNative( function in namespace:android
1416 {"mediaPlayerListRspNative", "([BIIBI[I[B[I[B[S[Ljava/lang/String;)Z",
1417 (void*)mediaPlayerListRspNative},
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcp.java2088 mediaPlayerListRspNative(folderObj.mAddress, AvrcpConstants.RSP_NO_AVBL_PLAY,
2095 mediaPlayerListRspNative(folderObj.mAddress, AvrcpConstants.RSP_INV_RANGE,
2102 mediaPlayerListRspNative(folderObj.mAddress, rspObj.mStatus, rspObj.mUIDCounter,
2428 if (!mediaPlayerListRspNative(address, rspStatus, sUIDCounter, rspObj.itemType,
2435 if (!mediaPlayerListRspNative(address, rspStatus, sUIDCounter, (byte) 0x00, 0, null,
2757 private native boolean mediaPlayerListRspNative(byte[] address, int rsStatus, int uidCounter, method in class:Avrcp

Completed in 65 milliseconds