Home
last modified time | relevance | path

Searched defs:op_code (Results 76 – 100 of 105) sorted by relevance

12345

/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c32 u8 op_code; /* MSCHAPV2_OP_* */ member
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc1218 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() argument
Ddual_mode_controller.cc178 OpCode op_code = command_packet.GetOpCode(); in HandleCommand() local
217 hci_command_handlers_.at(op_code)(this, command_packet); in HandleCommand() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/transport/
H A Dacl_data_channel_test.cc220 const auto op_code = hci_spec::VendorOpCode(0x01); in TEST_P() local
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c2101 enum wsc_op_code *op_code) in wps_registrar_get_msg()
3387 enum wsc_op_code op_code, in wps_registrar_process_msg()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model_test.cc2072 const BuiltinOperator op_code = in ModifyRange() local
2127 const BuiltinOperator op_code = in TEST_P() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc1092 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc597 int32_t op_code = node_registration->builtin_code; in NodeName() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_manager_test.cc132 void AddSupported(OpCode op_code) { supported_opcodes_.insert(op_code); } in AddSupported()
Dle_periodic_sync_manager_test.cc96 CommandView GetCommand(OpCode op_code) { in GetCommand()
Dle_advertising_manager_test.cc58 void AddSupported(OpCode op_code) { supported_opcodes_.insert(op_code); } in AddSupported()
Dacl_manager_test.cc207 ConnectionManagementCommandView GetConnectionManagementCommand(OpCode op_code) { in GetConnectionManagementCommand()
Ddistance_measurement_manager.cc819 OpCode op_code = status_view.GetCommandOpCode(); in on_cs_setup_command_status_cb() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Ddelegate_test.cc432 flatbuffers::Offset<OperatorCode> op_code = in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc66 BT_HDR* attp_build_sr_msg(tGATT_TCB& /*tcb*/, uint8_t op_code, tGATT_SR_MSG* /*p_msg*/, in attp_build_sr_msg()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dtest_packets.cc73 hci_spec::OpCode op_code, in CommandStatusPacket()
/aosp_15_r20/external/cronet/net/server/
H A Dhttp_server_unittest.cc325 WebSocketFrameHeader::OpCodeEnum op_code, in EncodeFrame()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_int.h173 tGATTC_OPTYPE op_code; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger.cc1426 uint16_t op_code = packet[0] | (packet[1] << 8); in LogTracePoint() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
H A Dquantize_model_test.cc185 const auto& op_code = in FindMatchingExpectedTensor() local
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h193 inline std::string gatt_op_code_text(const tGATT_OP_CODE& op_code) { in gatt_op_code_text()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dflatbuffer_export.cc1908 const tflite::OperatorCode* op_code = in CheckGpuDelegateCompatibility() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_lib.c2326 int op_code; member
/aosp_15_r20/system/nfc/src/nfc/include/
H A Drw_int.h157 uint8_t op_code; /* Command sent */ member
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h21078 …andBuilder() = default;static std::unique_ptr<CommandBuilder> Create(OpCode op_code, std::unique_p… in Create()
21099 explicit CommandBuilder(OpCode op_code) :op_code_(op_code) {} in Create()
21115 …r() = default;static std::unique_ptr<DiscoveryCommandBuilder> Create(OpCode op_code, std::unique_p… in Create()
21136 explicit DiscoveryCommandBuilder(OpCode op_code) :CommandBuilder(op_code) {} in Create()
21152 …Builder() = default;static std::unique_ptr<AclCommandBuilder> Create(OpCode op_code, std::unique_p… in Create()
21173 explicit AclCommandBuilder(OpCode op_code) :CommandBuilder(op_code) {} in Create()
21189 …lt;static std::unique_ptr<ConnectionManagementCommandBuilder> Create(OpCode op_code, std::unique_p… in Create()
21210 explicit ConnectionManagementCommandBuilder(OpCode op_code) :AclCommandBuilder(op_code) {} in Create()
21226 …er() = default;static std::unique_ptr<SecurityCommandBuilder> Create(OpCode op_code, std::unique_p… in Create()
21247 explicit SecurityCommandBuilder(OpCode op_code) :CommandBuilder(op_code) {} in Create()
[all …]

12345