| /system/bt/stack/avrc/ |
| D | avrc_utils.cc | 187 uint8_t opcode = 0; in avrc_opcode_from_pdu() local 222 bool avrc_is_valid_opcode(uint8_t opcode) { in avrc_is_valid_opcode()
|
| D | avrc_bld_tg.cc | 751 uint8_t opcode = p_rsp->opcode; in avrc_bld_rejected_rsp() local 1301 uint8_t opcode = avrc_opcode_from_pdu(p_rsp->pdu); in avrc_bld_init_rsp_buffer() local
|
| /system/core/libappfuse/tests/ |
| D | FuseBridgeLoopTest.cc | 64 void CheckNotImpl(uint32_t opcode) { in CheckNotImpl() 77 void CheckProxy(uint32_t opcode) { in CheckProxy()
|
| /system/bt/vendor_libs/test_vendor_lib/src/ |
| D | command_packet.cc | 32 CommandPacket::CommandPacket(uint16_t opcode) in CommandPacket()
|
| D | dual_mode_controller.cc | 106 #define SET_HANDLER(opcode, method) \ in DualModeController() argument 196 uint16_t opcode = command_packet->GetOpcode(); in HandleCommand() local
|
| /system/bt/stack/include/ |
| D | avrc_defs.h | 881 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/bt/stack/btu/ |
| D | btu_hcif.cc | 369 uint16_t opcode; in btu_hcif_send_cmd() local 408 command_opcode_t opcode; in btu_hcif_command_complete_evt_with_cb_on_task() local 442 command_opcode_t opcode; in btu_hcif_command_status_evt_with_cb_on_task() local 486 uint16_t opcode, uint8_t* params, in btu_hcif_send_cmd_with_cb() 886 static void btu_hcif_hdl_command_complete(uint16_t opcode, uint8_t* p, in btu_hcif_hdl_command_complete() 1007 command_opcode_t opcode; in btu_hcif_command_complete_evt_on_task() local 1046 static void btu_hcif_hdl_command_status(uint16_t opcode, uint8_t status, in btu_hcif_hdl_command_status() 1198 command_opcode_t opcode; in btu_hcif_command_status_evt_on_task() local
|
| /system/nfc/src/nfc/tags/ |
| D | tags_int.c | 111 const tT1T_CMD_RSP_INFO* t1t_cmd_to_rsp_info(uint8_t opcode) { in t1t_cmd_to_rsp_info() 186 const tT2T_CMD_RSP_INFO* t2t_cmd_to_rsp_info(uint8_t opcode) { in t2t_cmd_to_rsp_info()
|
| D | rw_t1t.c | 324 tNFC_STATUS rw_t1t_send_static_cmd(uint8_t opcode, uint8_t add, uint8_t dat) { in rw_t1t_send_static_cmd() 383 tNFC_STATUS rw_t1t_send_dyn_cmd(uint8_t opcode, uint8_t add, uint8_t* p_dat) { in rw_t1t_send_dyn_cmd()
|
| D | rw_t2t.c | 345 tNFC_STATUS rw_t2t_send_cmd(uint8_t opcode, uint8_t* p_dat) { in rw_t2t_send_cmd()
|
| /system/nfc/src/nfc/int/ |
| D | tags_int.h | 34 uint8_t opcode; member 61 uint8_t opcode; member
|
| /system/bt/hci/src/ |
| D | hci_packet_factory.cc | 170 static BT_HDR* make_command_no_params(uint16_t opcode) { in make_command_no_params() 174 static BT_HDR* make_command(uint16_t opcode, size_t parameter_size, in make_command()
|
| D | hci_layer.cc | 63 uint16_t opcode; member 539 command_opcode_t opcode; in filter_incoming_event() local 637 static waiting_command_t* get_waiting_command(command_opcode_t opcode) { in get_waiting_command()
|
| D | hci_packet_parser.cc | 231 command_opcode_t opcode; in read_command_complete_header() local
|
| /system/bt/btif/src/ |
| D | bluetooth.cc | 388 int dut_mode_send(uint16_t opcode, uint8_t* buf, uint8_t len) { in dut_mode_send() 397 int le_test_mode(uint16_t opcode, uint8_t* buf, uint8_t len) { in le_test_mode()
|
| /system/bt/stack/btm/ |
| D | btm_devctl.cc | 568 void BTM_VendorSpecificCommand(uint16_t opcode, uint8_t param_len, in BTM_VendorSpecificCommand() 592 void btm_vsc_complete(uint8_t* p, uint16_t opcode, uint16_t evt_len, in btm_vsc_complete()
|
| /system/bt/vendor_libs/linux/ |
| D | bt_vendor_linux.cc | 69 uint16_t opcode; member 335 static int bt_vendor_op(bt_vendor_opcode_t opcode, void* param) { in bt_vendor_op()
|
| /system/connectivity/wifilogd/ |
| D | protocol.h | 69 Opcode opcode; member
|
| /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/test/rootcanal/ |
| D | bluetooth_hci.cc | 134 uint16_t opcode = packet[0] | (packet[1] << 8); in sendHciCommand() local
|
| /system/bt/stack/gatt/ |
| D | gatt_cl.cc | 477 uint8_t opcode, UNUSED_ATTR uint16_t handle, in gatt_proc_disc_error_rsp() 515 uint8_t opcode, reason, *p = p_data; in gatt_process_error_rsp() local
|
| /system/core/libappfuse/ |
| D | FuseAppLoop.cc | 93 const uint32_t opcode = buffer->request.header.opcode; in HandleMessage() local
|
| D | FuseBuffer.cc | 187 uint32_t data_length, uint32_t opcode, uint64_t unique) { in Reset()
|
| D | FuseBridgeLoop.cc | 174 const uint32_t opcode = buffer_.request.header.opcode; in ReadFromDevice() local
|
| /system/nfc/halimpl/bcm2079x/hal/hal/ |
| D | nfc_hal_nci.c | 377 uint16_t opcode, old_opcode; in nfc_hal_nci_proc_rx_bt_msg() local
|