Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 61) sorted by relevance

123

/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/
Dresponse_builder.h32 …static std::unique_ptr<ResponseBuilder> Create(uint16_t opcode, const std::vector<uint64_t>& data)… in Create()
47 …explicit ResponseBuilder(uint16_t opcode, const std::vector<uint64_t> data) : opcode_(opcode), dat… in ResponseBuilder()
Dcommand_builder.h34 static std::unique_ptr<CommandBuilder> Create(uint16_t opcode, PacketView<true> args) { in Create()
51 explicit CommandBuilder(uint16_t opcode, PacketView<true> args) : opcode_(opcode), args_(args) {} in CommandBuilder()
/system/bt/stack/avrc/
Davrc_utils.cc185 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/vendor_libs/test_vendor_lib/packets/hci/
Dcommand_packet_builder.cc27 CommandPacketBuilder::CommandPacketBuilder(OpCode opcode, std::unique_ptr<BasePacketBuilder> payloa… in CommandPacketBuilder()
/system/core/libappfuse/tests/
DFuseBridgeLoopTest.cc64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl()
78 void CheckProxy(uint32_t opcode) { in CheckProxy()
/system/netd/resolv/
Dres_debug.cpp162 ns_opcode opcode; in do_section() local
273 u_int opcode, rcode, id; in res_pquery() local
474 const char* p_section(int section, int opcode) { in p_section()
/system/bt/packet/avrcp/
Davrcp_packet.h56 Opcode opcode) in PacketBuilder()
Davrcp_packet.cc28 CType type, uint8_t subunit_type, uint8_t subunit_id, Opcode opcode, in MakeBuilder()
/system/bt/stack/btu/
Dbtu_hcif.cc470 static void btu_hcif_log_command_metrics(uint16_t opcode, uint8_t* p_cmd, in btu_hcif_log_command_metrics()
722 uint16_t opcode; in btu_hcif_send_cmd() local
769 static void btu_hcif_log_command_complete_metrics(uint16_t opcode, in btu_hcif_log_command_complete_metrics()
826 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local
857 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local
894 void btu_hcif_send_cmd_with_cb(const Location& posted_from, uint16_t opcode, in btu_hcif_send_cmd_with_cb()
1342 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete()
1464 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local
1493 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status()
1622 command_opcode_t opcode; in btu_hcif_command_status_evt_on_task() local
/system/bt/stack/include/
Davrc_defs.h881 uint8_t opcode; /* Op Code (passthrough, vendor, etc) */ member
1099 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1107 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1115 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1124 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1133 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1142 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1152 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1161 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
1169 uint8_t opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */ member
[all …]
/system/nfc/src/nfc/include/
Dtags_int.h34 uint8_t opcode; member
61 uint8_t opcode; member
/system/nfc/src/nfc/tags/
Dtags_int.cc107 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()
Drw_t1t.cc324 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/include/hardware/avrcp/
Davrcp_logging_helper.h54 inline std::string OpcodeText(const Opcode& opcode) { in OpcodeText()
/system/bt/hci/src/
Dhci_packet_factory.cc174 static BT_HDR* make_command_no_params(uint16_t opcode) { in make_command_no_params()
178 static BT_HDR* make_command(uint16_t opcode, size_t parameter_size, in make_command()
Dhci_layer.cc68 uint16_t opcode; member
562 command_opcode_t opcode; in filter_incoming_event() local
660 static waiting_command_t* get_waiting_command(command_opcode_t opcode) { in get_waiting_command()
Dhci_packet_parser.cc247 command_opcode_t opcode; in read_command_complete_header() local
/system/bt/btif/src/
Dbluetooth.cc390 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send()
399 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode()
/system/bt/stack/btm/
Dbtm_devctl.cc595 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand()
619 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
/system/connectivity/wifilogd/
Dprotocol.h69 Opcode opcode; member
/system/bt/vendor_libs/test_vendor_lib/test/
Dpacket_stream_unittest.cc56 void CheckedReceiveCommand(const char* payload, uint16_t opcode) { in CheckedReceiveCommand()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc73 hci::Status LinkLayerController::SendCommandToRemoteByAddress(hci::OpCode opcode, PacketView<true> … in SendCommandToRemoteByAddress()
88 hci::Status LinkLayerController::SendCommandToRemoteByHandle(hci::OpCode opcode, PacketView<true> a… in SendCommandToRemoteByHandle()
212 hci::OpCode opcode = static_cast<hci::OpCode>(command.GetOpcode()); in IncomingCommandPacket() local
589 hci::OpCode opcode = static_cast<hci::OpCode>(response.GetOpcode()); in IncomingResponsePacket() local
/system/core/libappfuse/
DFuseAppLoop.cc93 const uint32_t opcode = buffer->request.header.opcode; in HandleMessage() local
DFuseBuffer.cc190 uint32_t data_length, uint32_t opcode, uint64_t unique) { in Reset()
/system/bt/stack/gatt/
Dgatt_cl.cc471 uint8_t opcode, UNUSED_ATTR uint16_t handle, in gatt_proc_disc_error_rsp()
509 uint8_t opcode, reason, *p = p_data; in gatt_process_error_rsp() local

123