/hardware/broadcom/libbt/include/ |
D | uipc_msg.h | 63 uint8_t opcode; /* UIPC_OPEN_REQ */ member 70 uint8_t opcode; /* UIPC_OPEN_RESP */ member 81 uint8_t opcode; /* UIPC_CLOSE_REQ */ member 88 uint8_t opcode; /* UIPC_CLOSE_RSP */ member 95 uint8_t opcode; member 251 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_REQ */ member 258 uint8_t opcode; /* AVDT_SYNC_TO_BTC_LITE_RESP */ member 339 uint8_t opcode; /* A2DP_START_REQ */ member 346 uint8_t opcode; /* A2DP_STOP_REQ */ member 352 uint8_t opcode; /* A2DP_SUSPEND_REQ */ member [all …]
|
/hardware/google/interfaces/bluetooth/ext/aidl/vts/ |
D | VtsHalBluetoothExtTargetTest.cpp | 34 …ndk::ScopedAStatus setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8_t>& params, bool… 53 ndk::ScopedAStatus BluetoothExtTest::setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8… in setBluetoothCmdPacket() argument 54 ndk::ScopedAStatus status = bluetooth_ext_->setBluetoothCmdPacket(opcode, params, ret_ptr); in setBluetoothCmdPacket() 62 uint16_t opcode = 0xfe20; in TEST_P() local 65 ndk::ScopedAStatus status = setBluetoothCmdPacket(opcode, params, &is_valid_packet); in TEST_P()
|
/hardware/google/interfaces/bluetooth/ext/1.0/ |
D | IBluetoothExt.hal | 26 * @param opcode : Bluetooth HCI command opcode to be send 27 * @param params : Bluetooth HCI command paramethers for the opcode 29 setBluetoothCmdPacket(uint16_t opcode, vec<uint8_t> params) generates (bool value);
|
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/ |
D | bt_vendor.cpp | 41 uint16_t opcode; in hw_epilog_cback() local 45 STREAM_TO_UINT16(opcode, p); in hw_epilog_cback() 68 static int testOperations(bt_vendor_opcode_t opcode, void* param UNUSED_PARAM) { in testOperations() argument 71 btVendor->setVendorCback(bt_vendor_cbacks, opcode); in testOperations() 73 switch (opcode) { in testOperations()
|
D | bt_vendor.h | 31 void setVendorCback(bt_vendor_callbacks_t* cb, bt_vendor_opcode_t opcode) { in setVendorCback() argument 33 mOpcode = opcode; in setVendorCback()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | print_gfx_logs_test.py | 26 opcode = OP_vkDestroyInstance 35 return Command(opcode=opcode, original_size=len(data) + 8, data=bytes(data)) 41 data += command.opcode.to_bytes(4, sys.byteorder) 86 self.assertEqual(streams[0].commands[0].opcode, command.opcode) 108 self.assertEqual(actual_command.opcode, expected_command.opcode)
|
D | print_gfx_logs.py | 59 opcode: int 103 opcode = read_uint32(buf, pos) 107 return Command(timestamp_us, opcode, size, bytes(buf[pos:])) 217 cmd.opcode, cmd.original_size, cmd.data, cmd.timestamp, stream_idx, cmd_idx)
|
D | command_printer.py | 29 def __init__(self, opcode: int, original_size: int, data: bytes, timestamp: int, 31 self.opcode = opcode 79 return opcodes.opcodes.get(self.opcode, str(self.opcode))
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | vendor_interface.cc | 47 uint16_t opcode; member 80 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match() local 83 internal_command.opcode, opcode); in internal_command_event_match() 84 return opcode == internal_command.opcode; in internal_command_event_match() 87 uint8_t transmit_cb(uint16_t opcode, void* buffer, tINT_CMD_CBACK callback) { in transmit_cb() argument 88 ALOGV("%s opcode: 0x%04x, ptr: %p, cb: %p", __func__, opcode, buffer, in transmit_cb() 91 internal_command.opcode = opcode; in transmit_cb()
|
D | bt_vendor_lib.h | 322 typedef uint8_t (*cmd_xmit_cb)(uint16_t opcode, void* p_buf, 397 int (*op)(bt_vendor_opcode_t opcode, void* param);
|
/hardware/broadcom/libbt/src/ |
D | bt_vendor_brcm.c | 140 static int op(bt_vendor_opcode_t opcode, void *param) in op() argument 144 BTVNDDBG("op for %d", opcode); in op() 146 switch(opcode) in op() 246 retval = brcm_vnd_a2dp_execute(opcode, param); in op()
|
D | hardware.c | 624 uint16_t opcode; in hw_config_cback() local 635 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 748 (opcode == HCI_VSC_LAUNCH_RAM)) in hw_config_cback() 761 STREAM_TO_UINT16(opcode,p); in hw_config_cback() 762 is_proceeding = bt_vendor_cbacks->xmit_cb(opcode, \ in hw_config_cback() 977 uint16_t opcode; in hw_sco_i2spcm_cfg_cback() local 982 STREAM_TO_UINT16(opcode,p); in hw_sco_i2spcm_cfg_cback() 995 if ((opcode == HCI_VSC_WRITE_I2SPCM_INTERFACE_PARAM) && in hw_sco_i2spcm_cfg_cback() 1029 else if ((opcode == HCI_VSC_WRITE_SCO_PCM_INT_PARAM) && in hw_sco_i2spcm_cfg_cback() 1583 uint16_t opcode; in hw_epilog_cback() local [all …]
|
/hardware/google/apf/ |
D | disassembler.c | 49 static void print_opcode(const char* opcode) { in print_opcode() argument 50 bprintf("%-12s", opcode); in print_opcode() 162 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble() local 164 #define PRINT_OPCODE() print_opcode(opcode_names[opcode]) in apf_disassemble() 183 switch (opcode) { in apf_disassemble() 287 } else if (opcode == AND_OPCODE) { in apf_disassemble() 295 } else if (opcode == AND_OPCODE) { in apf_disassemble() 309 } else if (!imm && opcode == DIV_OPCODE) { in apf_disassemble() 311 } else if (opcode == OR_OPCODE) { in apf_disassemble() 511 if (opcode == LDDW_OPCODE) { in apf_disassemble() [all …]
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | net_bluetooth_mgmt.cpp | 54 uint16_t opcode; member 61 uint16_t opcode; member 117 .opcode = MGMT_OP_READ_INDEX_LIST, in waitHciDev() 160 if (ev.opcode == MGMT_EV_CMD_COMPLETE) { in waitHciDev() 184 if (ev.opcode == MGMT_EV_INDEX_ADDED && ev.index == hci_interface) { in waitHciDev()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | bt_amp_hci.h | 30 uint16 opcode; 40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F)) argument 41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF) argument 212 uint16 opcode; 217 uint16 opcode;
|
/hardware/google/interfaces/bluetooth/ext/aidl/aidl_api/hardware.google.bluetooth.ext/current/hardware/google/bluetooth/ext/ |
D | IBluetoothExt.aidl | 39 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket() argument
|
/hardware/google/interfaces/bluetooth/ext/aidl/hardware/google/bluetooth/ext/ |
D | IBluetoothExt.aidl | 30 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket() argument
|
/hardware/google/apf/v4/ |
D | apf_interpreter.c | 98 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet() local 117 switch (opcode) { in accept_packet() 125 if (opcode >= LDBX_OPCODE) { in accept_packet() 131 switch (opcode) { in accept_packet() 178 switch (opcode) { in accept_packet()
|
/hardware/google/apf/next/ |
D | apf_interpreter_source.c | 187 const u8 opcode = EXTRACT_OPCODE(bytecode); in do_apf_run() local 211 switch (opcode) { in do_apf_run() 229 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 230 switch (opcode) { in do_apf_run() 281 switch (opcode) { in do_apf_run() 385 if (opcode == ALLOC_XMIT_OPCODE) { in do_apf_run() 414 if (opcode != ALLOC_XMIT_OPCODE) { in do_apf_run() 571 if (opcode == LDDW_OPCODE) { in do_apf_run() 584 if (opcode == LDDW_OPCODE) { in do_apf_run()
|
D | apf_interpreter.c | 792 const u8 opcode = EXTRACT_OPCODE(bytecode); in do_apf_run() local 816 switch (opcode) { in do_apf_run() 834 if (opcode >= LDBX_OPCODE) offs += ctx->R[1]; in do_apf_run() 835 switch (opcode) { in do_apf_run() 886 switch (opcode) { in do_apf_run() 990 if (opcode == ALLOC_XMIT_OPCODE) { in do_apf_run() 1019 if (opcode != ALLOC_XMIT_OPCODE) { in do_apf_run() 1176 if (opcode == LDDW_OPCODE) { in do_apf_run() 1189 if (opcode == LDDW_OPCODE) { in do_apf_run()
|
/hardware/libhardware/include/hardware/ |
D | bluetooth.h | 379 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len); 555 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len); 558 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
|
/hardware/libhardware/include_all/hardware/ |
D | bluetooth.h | 379 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len); 555 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len); 558 int (*le_test_mode)(uint16_t opcode, uint8_t *buf, uint8_t len);
|
/hardware/nxp/nfc/snxxx/halimpl/hal/ |
D | phNxpNciHal_extOperations.h | 240 void phNxpNciHal_vendorSpecificCallback(int oid, int opcode,
|
/hardware/interfaces/tv/cec/1.0/default/ |
D | HdmiCecDefault.cpp | 453 int opcode = getOpcode(message); in isWakeupMessage() local 454 switch (opcode) { in isWakeupMessage() 464 int opcode = getOpcode(message); in isTransferableInSleep() local 465 switch (opcode) { in isTransferableInSleep()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | README | 28 unsigned int opcode; 46 101, // foo opcode 47 14, // sizeof(opcode) + sizeof(packet_len) + sizeof(int) + sizeof(short) 85 101, // foo opcode 86 xx, sizeof(opcode) + sizeof(datalen) + sizeof(int) + sizeof(unsigned int) + n * sizeof(int); 169 api_opcodes.h - defines the protocol opcodes. The first opcode value 276 set the base opcode value for this api
|