Searched refs:chg_path (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/stack/avrc/ |
D | avrc_pars_tg.cc | 498 BE_STREAM_TO_UINT16(p_result->chg_path.uid_counter, p); in avrc_pars_browsing_cmd() 499 BE_STREAM_TO_UINT8(p_result->chg_path.direction, p); in avrc_pars_browsing_cmd() 500 if (p_result->chg_path.direction != AVRC_DIR_UP && in avrc_pars_browsing_cmd() 501 p_result->chg_path.direction != AVRC_DIR_DOWN) { in avrc_pars_browsing_cmd() 504 BE_STREAM_TO_ARRAY(p, p_result->chg_path.folder_uid, AVRC_UID_SIZE); in avrc_pars_browsing_cmd()
|
D | avrc_bld_ct.cc | 673 status = avrc_bld_change_folder_cmd(p_pkt, &(p_cmd->chg_path)); in AVRC_BldCommand()
|
D | avrc_pars_ct.cc | 394 tAVRC_CHG_PATH_RSP* change_path_rsp = &(p_rsp->chg_path); in avrc_pars_browse_rsp()
|
D | avrc_bld_tg.cc | 1520 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 | 1791 HAL_CBACK(bt_rc_callbacks, change_path_cb, pavrc_cmd->chg_path.direction, in btif_rc_upstreams_evt() 1792 pavrc_cmd->chg_path.folder_uid, p_dev->rc_addr); in btif_rc_upstreams_evt() 2518 avrc_rsp.chg_path.pdu = AVRC_PDU_CHANGE_PATH; in change_path_rsp() 2519 avrc_rsp.chg_path.opcode = opcode_from_pdu(AVRC_PDU_CHANGE_PATH); in change_path_rsp() 2520 avrc_rsp.chg_path.num_items = num_items; in change_path_rsp() 2521 avrc_rsp.chg_path.status = status_code_map[rsp_status]; in change_path_rsp() 4398 handle_change_path_response(pmeta_msg, &avrc_response.chg_path); in handle_avk_rc_metamsg_rsp() 4777 avrc_cmd.chg_path.pdu = AVRC_PDU_CHANGE_PATH; in change_folder_path_cmd() 4778 avrc_cmd.chg_path.status = AVRC_STS_NO_ERROR; in change_folder_path_cmd() 4780 avrc_cmd.chg_path.uid_counter = 0; in change_folder_path_cmd() [all …]
|
/packages/modules/Bluetooth/system/stack/include/ |
D | avrc_defs.h | 1319 tAVRC_CHG_PATH_CMD chg_path; /* ChangePath */ member 1535 tAVRC_CHG_PATH_RSP chg_path; /* ChangePath */ member
|