Home
last modified time | relevance | path

Searched refs:AVRC_OP_BROWSE (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.cc195 opcode = AVRC_OP_BROWSE; in avrc_opcode_from_pdu()
223 case AVRC_OP_BROWSE: in avrc_is_valid_opcode()
Davrc_api.cc659 opcode = AVRC_OP_BROWSE; in avrc_msg_cback()
850 case AVRC_OP_BROWSE: in avrc_msg_cback()
869 if (opcode != AVRC_OP_BROWSE) drop = true; in avrc_msg_cback()
897 if (opcode == AVRC_OP_BROWSE && msg.browse.p_browse_pkt == NULL) { in avrc_msg_cback()
Davrc_bld_tg.cc755 if (opcode == AVRC_OP_BROWSE) { in avrc_bld_rejected_rsp()
758 (avrc_opcode_from_pdu(*p_start) != AVRC_OP_BROWSE)) { in avrc_bld_rejected_rsp()
1310 case AVRC_OP_BROWSE: in avrc_bld_init_rsp_buffer()
1343 case AVRC_OP_BROWSE: in avrc_bld_init_rsp_buffer()
Davrc_bld_ct.cc507 case AVRC_OP_BROWSE: in avrc_bld_init_cmd_buffer()
Davrc_pars_tg.cc550 case AVRC_OP_BROWSE: in AVRC_ParsCommand()
Davrc_pars_ct.cc853 case AVRC_OP_BROWSE: /* 0xff Browse commands */ in AVRC_Ctrl_ParsResponse()
/system/bt/profile/avrcp/
Davrcp_message_converter.h91 case AVRC_OP_BROWSE: { in Parse()
Dconnection_handler.cc400 if (opcode == AVRC_OP_BROWSE) { in MessageCb()
/system/bt/bta/av/
Dbta_av_act.cc289 if (opcode == AVRC_OP_BROWSE) { in bta_av_rc_msg_cback()
709 if (p_data->rc_msg.opcode == AVRC_OP_BROWSE) { in bta_av_rc_free_browse_msg()
982 } else if (p_data->rc_msg.opcode == AVRC_OP_BROWSE) { in bta_av_rc_msg()
/system/bt/stack/include/
Davrc_defs.h115 #define AVRC_OP_BROWSE 0xFF /* Browsing */ macro
/system/bt/btif/src/
Dbtif_rc.cc899 pmeta_msg->p_msg->hdr.opcode != AVRC_OP_BROWSE) { in handle_rc_metamsg_cmd()
1073 case AVRC_OP_BROWSE: in btif_rc_handler()
1333 opcode = AVRC_OP_BROWSE; in opcode_from_pdu()
4270 } else if (AVRC_OP_BROWSE == pmeta_msg->p_msg->hdr.opcode) { in handle_avk_rc_metamsg_rsp()
Dbtif_av.cc823 if ((p_msg_src->hdr.opcode == AVRC_OP_BROWSE) && in DeepCopy()
848 if (av->meta_msg.p_msg->hdr.opcode == AVRC_OP_BROWSE) { in DeepFree()