Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avrc/
Davrc_utils.cc201 opcode = AVRC_OP_BROWSE; in avrc_opcode_from_pdu()
229 case AVRC_OP_BROWSE: in avrc_is_valid_opcode()
Davrc_api.cc682 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()
Davrc_bld_tg.cc761 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()
Davrc_bld_ct.cc532 case AVRC_OP_BROWSE: in avrc_bld_init_cmd_buffer()
Davrc_pars_tg.cc618 case AVRC_OP_BROWSE: in AVRC_ParsCommand()
Davrc_pars_ct.cc855 case AVRC_OP_BROWSE: /* 0xff Browse commands */ in AVRC_Ctrl_ParsResponse()
/packages/modules/Bluetooth/system/stack/test/
Dstack_avrcp_test.cc63 msg.hdr.opcode = AVRC_OP_BROWSE; in TEST_F()
87 msg.hdr.opcode = AVRC_OP_BROWSE; in TEST_F()
/packages/modules/Bluetooth/system/profile/avrcp/
Davrcp_message_converter.h94 case AVRC_OP_BROWSE: { in Parse()
Dconnection_handler.cc466 if (opcode == AVRC_OP_BROWSE) { in MessageCb()
/packages/modules/Bluetooth/system/stack/test/fuzzers/avrc/
Dfuzz_avrc.cc180 msg.hdr.opcode = AVRC_OP_BROWSE; in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc308 CASE_RETURN_STRING(AVRC_OP_BROWSE); in dump_rc_opcode()
Dbtif_rc.cc1107 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()
Dbtif_av.cc1040 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()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_act.cc317 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()
/packages/modules/Bluetooth/system/stack/include/
Davrc_defs.h117 #define AVRC_OP_BROWSE 0xFF /* Browsing */ macro