/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_mschapv2.c | 32 u8 op_code; /* MSCHAPV2_OP_* */ member
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | controller_properties.cc | 1218 #define check_command_(op_code, br_requirement, le_requirement) \ in CheckSupportedCommands() argument
|
D | dual_mode_controller.cc | 178 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 D | acl_data_channel_test.cc | 220 const auto op_code = hci_spec::VendorOpCode(0x01); in TEST_P() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A D | wps_registrar.c | 2101 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 D | quantize_model_test.cc | 2072 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/ |
D | gatt_main.cc | 1092 uint8_t op_code, pseudo_op_code; in gatt_data_process() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
H A D | interpreter_wrapper.cc | 597 int32_t op_code = node_registration->builtin_code; in NodeName() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_manager_test.cc | 132 void AddSupported(OpCode op_code) { supported_opcodes_.insert(op_code); } in AddSupported()
|
D | le_periodic_sync_manager_test.cc | 96 CommandView GetCommand(OpCode op_code) { in GetCommand()
|
D | le_advertising_manager_test.cc | 58 void AddSupported(OpCode op_code) { supported_opcodes_.insert(op_code); } in AddSupported()
|
D | acl_manager_test.cc | 207 ConnectionManagementCommandView GetConnectionManagementCommand(OpCode op_code) { in GetConnectionManagementCommand()
|
D | distance_measurement_manager.cc | 819 OpCode op_code = status_view.GetCommandOpCode(); in on_cs_setup_command_status_cb() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | delegate_test.cc | 432 flatbuffers::Offset<OperatorCode> op_code = in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/gatt/ |
D | gatt_sr_test.cc | 66 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 D | test_packets.cc | 73 hci_spec::OpCode op_code, in CommandStatusPacket()
|
/aosp_15_r20/external/cronet/net/server/ |
H A D | http_server_unittest.cc | 325 WebSocketFrameHeader::OpCodeEnum op_code, in EncodeFrame()
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gattc_int.h | 173 tGATTC_OPTYPE op_code; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger.cc | 1426 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 D | quantize_model_test.cc | 185 const auto& op_code = in FindMatchingExpectedTensor() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | gatt_api.h | 193 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 D | flatbuffer_export.cc | 1908 const tflite::OperatorCode* op_code = in CheckGpuDelegateCompatibility() local
|
/aosp_15_r20/external/sg3_utils/lib/ |
H A D | sg_lib.c | 2326 int op_code; member
|
/aosp_15_r20/system/nfc/src/nfc/include/ |
H A D | rw_int.h | 157 uint8_t op_code; /* Command sent */ member
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/ |
D | hci_packets.h | 21078 …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 …]
|