Searched refs:folder_uid (Results 1 – 9 of 9) sorted by relevance
/system/bt/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()
|
/system/bt/service/hal/ |
D | bluetooth_avrcp_interface.h | 72 virtual void ChangePathCallback(uint8_t direction, uint8_t* folder_uid,
|
D | bluetooth_avrcp_interface.cc | 217 void ChangePathCallback(uint8_t direction, uint8_t* folder_uid, in ChangePathCallback() argument 223 observer.ChangePathCallback(direction, folder_uid, bd_addr); in ChangePathCallback() 715 uint8_t direction, uint8_t* folder_uid, const RawAddress& bd_addr) { in ChangePathCallback() argument
|
/system/bt/include/hardware/ |
D | bt_rc.h | 367 uint8_t* folder_uid,
|
/system/bt/stack/avrc/ |
D | avrc_bld_ct.cc | 430 ARRAY_TO_BE_STREAM(p_data, cmd->folder_uid, AVRC_UID_SIZE); in avrc_bld_change_folder_cmd()
|
D | avrc_pars_tg.cc | 484 BE_STREAM_TO_ARRAY(p, p_result->chg_path.folder_uid, AVRC_UID_SIZE); in avrc_pars_browsing_cmd()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 1227 tAVRC_UID folder_uid; member
|
/system/bt/btif/src/ |
D | btif_rc.cc | 1643 pavrc_cmd->chg_path.folder_uid, p_dev->rc_addr); in btif_rc_upstreams_evt() 4790 memset(avrc_cmd.chg_path.folder_uid, 0, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd() 4791 memcpy(avrc_cmd.chg_path.folder_uid, uid, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd()
|