Home
last modified time | relevance | path

Searched defs:uidCounter (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcpMediaRspInterface.java41 public void getTotalNumOfItemsRsp(byte[] address, int rspStatus, int uidCounter, in getTotalNumOfItemsRsp()
44 public void addrPlayerChangedRsp(int type, int playerId, int uidCounter); in addrPlayerChangedRsp()
DAvrcp.java1295 …ivate void getItemAttrRequestFromNative(byte[] address, byte scope, byte[] itemUid, int uidCounter, in getItemAttrRequestFromNative()
1311 private void playItemRequestFromNative(byte[] address, byte scope, int uidCounter, byte[] uid) { in playItemRequestFromNative()
1322 …ivate void addToPlayListRequestFromNative(byte[] address, byte scope, byte[] uid, int uidCounter) { in addToPlayListRequestFromNative()
2480 public void getTotalNumOfItemsRsp(byte[] address, int rspStatus, int uidCounter, in getTotalNumOfItemsRsp()
2487 public void addrPlayerChangedRsp(int type, int playerId, int uidCounter) { in addrPlayerChangedRsp()
2757 private native boolean mediaPlayerListRspNative(byte[] address, int rsStatus, int uidCounter, in mediaPlayerListRspNative()
2760 private native boolean getFolderItemsRspNative(byte[] address, int rspStatus, short uidCounter, in getFolderItemsRspNative()
2769 int uidCounter, int numItems); in getTotalNumOfItemsRspNative()
2770 private native boolean searchRspNative(byte[] address, int rspStatus, int uidCounter, in searchRspNative()
2774 int playerId, int uidCounter); in registerNotificationRspAddrPlayerChangedNative()
[all …]
DAvrcpHelperClasses.java81 public ItemAttrCmd(byte[] address, byte scope, byte[] uid, int uidCounter, byte numAttr, in ItemAttrCmd()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp870 jint uidCounter) { in registerNotificationRspUIDsChangedNative()
889 JNIEnv* env, jobject object, jint type, jint playerId, jint uidCounter) { in registerNotificationRspAddrPlayerChangedNative()
947 jint uidCounter, jbyte itemType, jint numItems, jintArray playerIds, in mediaPlayerListRspNative()
1050 jshort uidCounter, jbyte scope, jint numItems, jbyteArray folderType, in getFolderItemsRspNative()
1295 jint rspStatus, jint uidCounter, in searchRspNative()
1347 jint uidCounter, jint numItems) { in getTotalNumOfItemsRspNative()
Dcom_android_bluetooth_avrcp_controller.cpp1002 jbyte scope, jbyteArray uidArr, jint uidCounter) { in playItemNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1144 byte[] address, byte scope, byte[] uid, int uidCounter); in playItemNative()