Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp.cpp870 jint uidCounter) { in registerNotificationRspUIDsChangedNative() argument
877 param.uids_changed.uid_counter = (uint16_t)uidCounter; in registerNotificationRspUIDsChangedNative()
889 JNIEnv* env, jobject object, jint type, jint playerId, jint uidCounter) { in registerNotificationRspAddrPlayerChangedNative() argument
897 param.addr_player_changed.uid_counter = (uint16_t)uidCounter; in registerNotificationRspAddrPlayerChangedNative()
947 jint uidCounter, jbyte itemType, jint numItems, jintArray playerIds, in mediaPlayerListRspNative() argument
1027 btAddr, (btrc_status_t)rspStatus, uidCounter, numItems, p_items); in mediaPlayerListRspNative()
1050 jshort uidCounter, jbyte scope, jint numItems, jbyteArray folderType, in getFolderItemsRspNative() argument
1162 btAddr, (btrc_status_t)rspStatus, uidCounter, numItems, p_items); in getFolderItemsRspNative()
1295 jint rspStatus, jint uidCounter, in searchRspNative() argument
1311 btAddr, (btrc_status_t)rspStatus, (uint32_t)uidCounter, (uint32_t)nItems); in searchRspNative()
[all …]
Dcom_android_bluetooth_avrcp_controller.cpp1002 jbyte scope, jbyteArray uidArr, jint uidCounter) { in playItemNative() argument
1018 (bt_bdaddr_t*)addr, (uint8_t)scope, (uint8_t*)uid, (uint16_t)uidCounter); in playItemNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java1295 …ivate void getItemAttrRequestFromNative(byte[] address, byte scope, byte[] itemUid, int uidCounter, in getItemAttrRequestFromNative() argument
1299 itemUid, uidCounter, numAttr, attrs); in getItemAttrRequestFromNative()
1311 private void playItemRequestFromNative(byte[] address, byte scope, int uidCounter, byte[] uid) { in playItemRequestFromNative() argument
1316 data.putInt("uidCounter" , uidCounter); in playItemRequestFromNative()
1322 …ivate void addToPlayListRequestFromNative(byte[] address, byte scope, byte[] uid, int uidCounter) { in addToPlayListRequestFromNative() argument
2480 public void getTotalNumOfItemsRsp(byte[] address, int rspStatus, int uidCounter, in getTotalNumOfItemsRsp() argument
2487 public void addrPlayerChangedRsp(int type, int playerId, int uidCounter) { in addrPlayerChangedRsp() argument
2757 private native boolean mediaPlayerListRspNative(byte[] address, int rsStatus, int uidCounter, in mediaPlayerListRspNative() argument
2760 private native boolean getFolderItemsRspNative(byte[] address, int rspStatus, short uidCounter, in getFolderItemsRspNative() argument
2769 int uidCounter, int numItems); in getTotalNumOfItemsRspNative() argument
[all …]
DAvrcpMediaRspInterface.java41 public void getTotalNumOfItemsRsp(byte[] address, int rspStatus, int uidCounter, in getTotalNumOfItemsRsp() argument
44 public void addrPlayerChangedRsp(int type, int playerId, int uidCounter); in addrPlayerChangedRsp() argument
DAvrcpHelperClasses.java81 public ItemAttrCmd(byte[] address, byte scope, byte[] uid, int uidCounter, byte numAttr, in ItemAttrCmd() argument
86 mUidCounter = uidCounter; in ItemAttrCmd()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java1144 byte[] address, byte scope, byte[] uid, int uidCounter); in playItemNative() argument