Searched refs:chg_path (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_pars_tg.cc | 511 BE_STREAM_TO_UINT16(p_result->chg_path.uid_counter, p); in avrc_pars_browsing_cmd() 512 BE_STREAM_TO_UINT8(p_result->chg_path.direction, p); in avrc_pars_browsing_cmd() 513 if (p_result->chg_path.direction != AVRC_DIR_UP && in avrc_pars_browsing_cmd() 514 p_result->chg_path.direction != AVRC_DIR_DOWN) { in avrc_pars_browsing_cmd() 517 BE_STREAM_TO_ARRAY(p, p_result->chg_path.folder_uid, AVRC_UID_SIZE); in avrc_pars_browsing_cmd()
|
D | avrc_bld_ct.cc | 659 status = avrc_bld_change_folder_cmd(p_pkt, &(p_cmd->chg_path)); in AVRC_BldCommand()
|
D | avrc_pars_ct.cc | 421 tAVRC_CHG_PATH_RSP* change_path_rsp = &(p_rsp->chg_path); in avrc_pars_browse_rsp()
|
D | avrc_bld_tg.cc | 1477 status = avrc_bld_change_path_rsp(&p_rsp->chg_path, p_pkt); in AVRC_BldResponse()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_rc.cc | 2484 handle_change_path_response(pmeta_msg, &avrc_response.chg_path); in handle_avk_rc_metamsg_rsp() 2825 avrc_cmd.chg_path.pdu = AVRC_PDU_CHANGE_PATH; in change_folder_path_cmd() 2826 avrc_cmd.chg_path.status = AVRC_STS_NO_ERROR; in change_folder_path_cmd() 2828 avrc_cmd.chg_path.uid_counter = 0; in change_folder_path_cmd() 2829 avrc_cmd.chg_path.direction = direction; in change_folder_path_cmd() 2831 memset(avrc_cmd.chg_path.folder_uid, 0, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd() 2832 memcpy(avrc_cmd.chg_path.folder_uid, uid, AVRC_UID_SIZE * sizeof(uint8_t)); in change_folder_path_cmd() 3677 avrc_response.chg_path.status = BTIF_RC_STS_TIMEOUT; in browse_cmd_timeout_handler() 3678 handle_change_path_response(&meta_msg, &avrc_response.chg_path); in browse_cmd_timeout_handler()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_defs.h | 1272 tAVRC_CHG_PATH_CMD chg_path; /* ChangePath */ member 1488 tAVRC_CHG_PATH_RSP chg_path; /* ChangePath */ member
|