Home
last modified time | relevance | path

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

12

/hardware/google/apf/
Ddisassembler.c27 static void print_opcode(const char* opcode) { in print_opcode()
81 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in apf_disassemble() local
Dapf_interpreter.c98 const uint32_t opcode = EXTRACT_OPCODE(bytecode); in accept_packet() local
/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/qcom/bt/msm8960/libbt-vendor/src/
Dbt_vendor_qcom.c96 static int op(bt_vendor_opcode_t opcode, void *param) in op()
Dhardware.c115 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/bt/msm8998/libbt-vendor/include/
Dhci_uart.h150 uint16_t opcode; member
156 uint16_t opcode; member
160 uint16_t opcode; member
/hardware/qcom/bt/msm8992/libbt-vendor/include/
Dhci_uart.h145 uint16_t opcode; member
151 uint16_t opcode; member
155 uint16_t opcode; member
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
Dhci_uart.h149 uint16_t opcode; member
155 uint16_t opcode; member
159 uint16_t opcode; member
/hardware/qcom/bt/msm8909/libbt-vendor/include/
Dhci_uart.h145 uint16_t opcode; member
151 uint16_t opcode; member
155 uint16_t opcode; member
/hardware/qcom/bt/msm8996/libbt-vendor/include/
Dhci_uart.h145 uint16_t opcode; member
151 uint16_t opcode; member
155 uint16_t opcode; member
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhardware.c114 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhardware.c127 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhardware.c129 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhardware.c129 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhardware.c127 uint16_t opcode; in hw_epilog_cback() local
Dbt_vendor_qcom.c740 static int __op(bt_vendor_opcode_t opcode, void *param) in __op()
1304 static int op(bt_vendor_opcode_t opcode, void *param) in op()
/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
1581 uint16_t opcode; in hw_epilog_cback() local
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_atomic_req.cpp64 int DRMAtomicReq::Perform(DRMOps opcode, uint32_t obj_id, ...) { in Perform()
/hardware/interfaces/bluetooth/aidl/default/
Dnet_bluetooth_mgmt.cpp54 uint16_t opcode; member
61 uint16_t opcode; member
/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc49 uint16_t opcode; member
94 uint16_t opcode = packet[opcode_offset] | (packet[opcode_offset + 1] << 8); in internal_command_event_match() local
101 uint8_t transmit_cb(uint16_t opcode, void* buffer, tINT_CMD_CBACK callback) { in transmit_cb()
/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

12