Searched refs:folder_uid (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Bluetooth/system/packet/avrcp/ |
D | change_path.h | 77 uint16_t uid_counter, Direction direction, uint64_t folder_uid); 85 uint64_t folder_uid) in ChangePathRequestBuilder() argument 89 folder_uid_(folder_uid){}; in ChangePathRequestBuilder()
|
D | change_path.cc | 88 uint16_t uid_counter, Direction direction, uint64_t folder_uid) { in MakeBuilder() argument 90 new ChangePathRequestBuilder(uid_counter, direction, folder_uid)); in MakeBuilder()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_rc.h | 368 uint8_t* folder_uid,
|
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_bld_ct.cc | 438 ARRAY_TO_BE_STREAM(p_data, cmd->folder_uid, AVRC_UID_SIZE); in avrc_bld_change_folder_cmd()
|
D | avrc_pars_tg.cc | 504 BE_STREAM_TO_ARRAY(p, p_result->chg_path.folder_uid, AVRC_UID_SIZE); in avrc_pars_browsing_cmd()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_defs.h | 1232 tAVRC_UID folder_uid; member
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 1792 pavrc_cmd->chg_path.folder_uid, p_dev->rc_addr); in btif_rc_upstreams_evt() 4783 memset(avrc_cmd.chg_path.folder_uid, 0, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd() 4784 memcpy(avrc_cmd.chg_path.folder_uid, uid, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd()
|