Home
last modified time | relevance | path

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

12

/hardware/google/interfaces/bluetooth/ext/aidl/vts/
DVtsHalBluetoothExtTargetTest.cpp53 ndk::ScopedAStatus BluetoothExtTest::setBluetoothCmdPacket(uint16_t opcode, const std::vector<uint8… in setBluetoothCmdPacket()
62 uint16_t opcode = 0xfe20; in TEST_P() local
/hardware/google/interfaces/bluetooth/ext/aidl/aidl_api/hardware.google.bluetooth.ext/current/hardware/google/bluetooth/ext/
DIBluetoothExt.aidl39 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket()
/hardware/google/interfaces/bluetooth/ext/aidl/hardware/google/bluetooth/ext/
DIBluetoothExt.aidl30 boolean setBluetoothCmdPacket(in char opcode, in byte[] params); in setBluetoothCmdPacket()
/hardware/broadcom/libbt/include/
Duipc_msg.h63 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/interfaces/bluetooth/1.0/default/test/fuzzer/
Dbt_vendor.cpp41 uint16_t opcode; in hw_epilog_cback() local
68 static int testOperations(bt_vendor_opcode_t opcode, void* param UNUSED_PARAM) { in testOperations()
Dbt_vendor.h31 void setVendorCback(bt_vendor_callbacks_t* cb, bt_vendor_opcode_t opcode) { in setVendorCback()
/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc47 uint16_t opcode; member
80 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match() local
87 uint8_t transmit_cb(uint16_t opcode, void* buffer, tINT_CMD_CBACK callback) { in transmit_cb()
/hardware/broadcom/libbt/src/
Dbt_vendor_brcm.c140 static int op(bt_vendor_opcode_t opcode, void *param) in op()
Dhardware.c624 uint16_t opcode; in hw_config_cback() local
977 uint16_t opcode; in hw_sco_i2spcm_cfg_cback() local
1583 uint16_t opcode; in hw_epilog_cback() local
/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp54 uint16_t opcode; member
61 uint16_t opcode; member
/hardware/google/apf/
Ddisassembler.c49 static void print_opcode(const char* opcode) { in print_opcode()
162 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble() local
/hardware/interfaces/tv/cec/1.0/default/
DHdmiCecDefault.cpp453 int opcode = getOpcode(message); in isWakeupMessage() local
464 int opcode = getOpcode(message); in isTransferableInSleep() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
Dbt_amp_hci.h40 #define HCI_CMD_OGF(opcode) ((uint8)(((opcode) >> 10) & 0x3F)) argument
41 #define HCI_CMD_OCF(opcode) ((opcode) & 0x03FF) argument
Dbcmevent.h329 uint8 opcode; /* see I/F opcode */ member
/hardware/google/apf/v4/
Dapf_interpreter.c98 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet() local
/hardware/google/aemu/base/include/aemu/base/
DMetrics.h73 int64_t opcode; member
/hardware/nxp/nfc/snxxx/halimpl/hal/
DphNxpNciHal_extOperations.cc824 void phNxpNciHal_vendorSpecificCallback(int oid, int opcode, in phNxpNciHal_vendorSpecificCallback()
/hardware/google/gfxstream/host/vulkan/
DVkReconstruction.cpp268 const uint32_t opcode = GetOpcode(info); in dump() local
/hardware/google/apf/next/
Dapf_interpreter_source.c187 const u8 opcode = EXTRACT_OPCODE(bytecode); in do_apf_run() local
Dapf_interpreter.c792 const u8 opcode = EXTRACT_OPCODE(bytecode); in do_apf_run() local
/hardware/libhardware/include/hardware/
Dhdmi_cec.h254 int opcode; /* CEC opcode */ member
/hardware/libhardware/include_all/hardware/
Dhdmi_cec.h254 int opcode; /* CEC opcode */ member
/hardware/google/gfxstream/host/magma/magma_dec/
Dmagma_dec.cpp38 uint32_t opcode = *(uint32_t *)ptr; in decode() local
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_dec.cpp36 uint32_t opcode = *(uint32_t *)ptr; in decode() local
/hardware/google/apf/v6/
Dapf_interpreter.c718 const u8 opcode = EXTRACT_OPCODE(bytecode); in do_apf_run() local

12