/system/bt/stack/avrc/ |
D | avrc_utils.cc | 185 uint8_t opcode = 0; in avrc_opcode_from_pdu() local 220 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
|
/system/bt/gd/packet/parser/ |
D | gen_rust.cc | 104 auto opcode = std::get<std::string>(constraint->second); in generate_rust_source_one_file() local 125 EnumDef* opcode = nullptr; in generate_rust_source_one_file() local
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 463 static void btu_hcif_log_command_metrics(uint16_t opcode, uint8_t* p_cmd, in btu_hcif_log_command_metrics() 719 uint16_t opcode; in btu_hcif_send_cmd() local 766 static void btu_hcif_log_command_complete_metrics(uint16_t opcode, in btu_hcif_log_command_complete_metrics() 825 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local 856 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local 894 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb() 1245 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete() 1363 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local 1392 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() 1515 command_opcode_t opcode; in btu_hcif_command_status_evt_on_task() local
|
/system/bt/gd/btaa/linux_generic/ |
D | cmd_evt_classification.cc | 22 CmdEvtActivityClassification lookup_cmd(hci::OpCode opcode) { in lookup_cmd()
|
/system/core/libappfuse/tests/ |
D | FuseBridgeLoopTest.cc | 64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl() 78 void CheckProxy(uint32_t opcode) { in CheckProxy()
|
/system/bt/packet/avrcp/ |
D | avrcp_packet.h | 56 Opcode opcode) in PacketBuilder()
|
D | avrcp_packet.cc | 28 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
|
/system/bt/test/mock/ |
D | mock_stack_btm_devctl.cc | 97 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand() 120 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
|
D | mock_stack_btu_hcif.cc | 71 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb()
|
D | mock_bta_vc_device.cc | 76 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation()
|
/system/bt/stack/include/ |
D | avrc_defs.h | 884 uint8_t opcode; /* Op Code (passthrough, vendor, etc) */ member 1102 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1110 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1118 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1127 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1136 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1145 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1155 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1164 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member 1172 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member [all …]
|
/system/nfc/src/nfc/include/ |
D | tags_int.h | 34 uint8_t opcode; member 61 uint8_t opcode; member
|
/system/bt/gd/btaa/ |
D | hci_processor.h | 46 hci::OpCode opcode; member
|
/system/nfc/src/nfc/tags/ |
D | tags_int.cc | 107 const tT1T_CMD_RSP_INFO* t1t_cmd_to_rsp_info(uint8_t opcode) { in t1t_cmd_to_rsp_info() 182 const tT2T_CMD_RSP_INFO* t2t_cmd_to_rsp_info(uint8_t opcode) { in t2t_cmd_to_rsp_info()
|
D | rw_t1t.cc | 324 tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add, uint8_t dat) { in rw_t1t_send_static_cmd() 384 tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add, uint8_t* p_dat) { in rw_t1t_send_dyn_cmd()
|
/system/bt/gd/cert/ |
D | matchers.py | 34 def CommandComplete(opcode): argument 38 def ExtractMatchingCommandComplete(packet_bytes, opcode=None): argument 42 def _is_matching_command_complete(packet_bytes, opcode=None): argument 46 def _extract_matching_command_complete(packet_bytes, opcode=None): argument 60 def CommandStatus(opcode=None): argument 64 def ExtractMatchingCommandStatus(packet_bytes, opcode=None): argument 68 def _is_matching_command_status(packet_bytes, opcode=None): argument 72 def _extract_matching_command_status(packet_bytes, opcode=None): argument
|
D | py_hal.py | 131 def wait_for_complete(self, opcode): argument 134 def wait_for_status(self, opcode): argument
|
/system/bt/include/hardware/avrcp/ |
D | avrcp_logging_helper.h | 54 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | packet_stream_unittest.cc | 56 void CheckedReceiveCommand(const char* payload, uint16_t opcode) { in CheckedReceiveCommand()
|
/system/bt/hci/src/ |
D | hci_packet_factory.cc | 195 static BT_HDR* make_command_no_params(uint16_t opcode) { in make_command_no_params() 199 static BT_HDR* make_command(uint16_t opcode, size_t parameter_size, in make_command()
|
D | hci_layer.cc | 74 uint16_t opcode; member 656 command_opcode_t opcode; in filter_incoming_event() local 771 static waiting_command_t* get_waiting_command(command_opcode_t opcode) { in get_waiting_command()
|
/system/bt/stack/btm/ |
D | btm_devctl.cc | 450 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand() 474 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
|
/system/bt/bta/vc/ |
D | devices.h | 176 void ControlPointOperation(std::vector<RawAddress>& devices, uint8_t opcode, in ControlPointOperation()
|
D | device.cc | 143 void VolumeControlDevice::ControlPointOperation(uint8_t opcode, in ControlPointOperation()
|
/system/bt/btif/src/ |
D | btif_core.cc | 379 void btif_dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in btif_dut_mode_send() 820 uint8_t opcode = 0xff; in DynamicAudiobufferSizeCompleteCallback() local
|