Searched refs:AVRC_OP_BROWSE (Results 1 – 15 of 15) sorted by relevance
201 opcode = AVRC_OP_BROWSE; in avrc_opcode_from_pdu()229 case AVRC_OP_BROWSE: in avrc_is_valid_opcode()
682 opcode = AVRC_OP_BROWSE; in avrc_msg_cback()868 case AVRC_OP_BROWSE: in avrc_msg_cback()887 if (opcode != AVRC_OP_BROWSE) drop = true; in avrc_msg_cback()914 if (opcode == AVRC_OP_BROWSE && msg.browse.p_browse_pkt == NULL) { in avrc_msg_cback()
761 if (opcode == AVRC_OP_BROWSE) { in avrc_bld_rejected_rsp()764 (avrc_opcode_from_pdu(*p_start) != AVRC_OP_BROWSE)) { in avrc_bld_rejected_rsp()1335 case AVRC_OP_BROWSE: in avrc_bld_init_rsp_buffer()1367 case AVRC_OP_BROWSE: in avrc_bld_init_rsp_buffer()
532 case AVRC_OP_BROWSE: in avrc_bld_init_cmd_buffer()
618 case AVRC_OP_BROWSE: in AVRC_ParsCommand()
855 case AVRC_OP_BROWSE: /* 0xff Browse commands */ in AVRC_Ctrl_ParsResponse()
63 msg.hdr.opcode = AVRC_OP_BROWSE; in TEST_F()87 msg.hdr.opcode = AVRC_OP_BROWSE; in TEST_F()
94 case AVRC_OP_BROWSE: { in Parse()
466 if (opcode == AVRC_OP_BROWSE) { in MessageCb()
180 msg.hdr.opcode = AVRC_OP_BROWSE; in LLVMFuzzerTestOneInput()
308 CASE_RETURN_STRING(AVRC_OP_BROWSE); in dump_rc_opcode()
1107 pmeta_msg->p_msg->hdr.opcode != AVRC_OP_BROWSE) { in handle_rc_metamsg_cmd()1310 case AVRC_OP_BROWSE: in btif_rc_handler()1564 opcode = AVRC_OP_BROWSE; in opcode_from_pdu()3109 .opcode = AVRC_OP_BROWSE, in build_and_send_browsing_cmd()4390 } else if (AVRC_OP_BROWSE == pmeta_msg->p_msg->hdr.opcode) { in handle_avk_rc_metamsg_rsp()5540 case AVRC_OP_BROWSE: in dump_transaction()5750 case AVRC_OP_BROWSE: in btif_rc_transaction_timeout_handler()
1040 if ((p_msg_src->hdr.opcode == AVRC_OP_BROWSE) && in DeepCopy()1065 if (av->meta_msg.p_msg->hdr.opcode == AVRC_OP_BROWSE) { in DeepFree()
317 if (opcode == AVRC_OP_BROWSE) { in bta_av_rc_msg_cback()789 if (p_data->rc_msg.opcode == AVRC_OP_BROWSE) { in bta_av_rc_free_browse_msg()1112 } else if (p_data->rc_msg.opcode == AVRC_OP_BROWSE) { in bta_av_rc_msg()1139 if (p_data->rc_msg.opcode == AVRC_OP_BROWSE && in bta_av_rc_msg()
117 #define AVRC_OP_BROWSE 0xFF /* Browsing */ macro