Home
last modified time | relevance | path

Searched defs:ErrorCode (Results 1 – 25 of 60) sorted by relevance

123

/packages/modules/Bluetooth/system/rust/src/connection/
Dle_manager.rs23 pub struct ErrorCode(pub u8); struct
25 impl ErrorCode { implementation
59 fn on_le_connect(&self, address: AddressWithType, result: Result<LeConnection, ErrorCode>); in on_le_connect() argument
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h49 hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformation()
75 hci::ErrorCode /* status */, hci::Address /* remote */, hci::Role /* role */) {} in OnRoleChange()
86 hci::ErrorCode /* hci_status */, in OnModeChange()
95 hci::ErrorCode /* hci_status */, in OnSniffSubrating()
Dlink_security_interface.h111 hci::ErrorCode /* hci_status */, hci::Address /* remote */) {} in OnAuthenticationComplete()
/packages/modules/Virtualization/vmclient/src/
Derror_code.rs19 pub enum ErrorCode { enum
37 impl From<AidlErrorCode> for ErrorCode { implementation
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc41 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
43 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
46 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
47 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
Dfuzz_hci_layer.cc40 hci::AclConnectionInterface* FuzzHciLayer::GetAclConnectionInterface( in GetAclConnectionInterface()
42 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetAclConnectionInterface()
54 hci::LeAclConnectionInterface* FuzzHciLayer::GetLeAclConnectionInterface( in GetLeAclConnectionInterface()
56 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetLeAclConnectionInterface()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc290 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
304 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
308 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, in TEST_F()
321 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
323 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, in TEST_F()
339 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
340 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, in TEST_F()
352 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
355 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, in TEST_F()
368 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
[all …]
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_acl_connection_test.cc68 hci::ErrorCode /* hci_status */, in OnConnectionUpdate()
77 virtual void OnDisconnection(hci::ErrorCode /* reason */) override {} in OnDisconnection()
79 hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
84 hci::ErrorCode /* hci_status */, uint64_t /* features */) override {} in OnLeReadRemoteFeaturesComplete()
86 hci::ErrorCode /* hci_status */, uint8_t /* tx_phy */, uint8_t /* rx_phy */) override {} in OnPhyUpdate()
Dclassic_acl_connection_test.cc187 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override {} in OnAuthenticationComplete()
192 hci::ErrorCode /* status */, hci::Mode /* current_mode */, uint16_t /* interval */) override { in OnModeChange()
195 hci::ErrorCode /* hci_status */, in OnSniffSubrating()
226 void OnRoleChange(hci::ErrorCode /* hci_status */, hci::Role /* new_role */) override {} in OnRoleChange()
231 hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs239 fn process_command_status(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status()
262 fn process_command_status_conn(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_conn()
321 fn process_command_status_feat(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_feat()
345 status: ErrorCode, in process_conn_complete_ev()
445 status: ErrorCode, in process_sync_conn_complete_ev()
478 status: ErrorCode, in process_le_conn_complete_ev()
570 status: ErrorCode, in process_remote_feat_ev()
882 fn process_address_auth(&mut self, status: ErrorCode, address: Address, packet: &Packet) { in process_address_auth()
902 status: ErrorCode, in process_handle_auth()
928 status: ErrorCode, in process_encryption_change()
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc97 HciHandle /* handle */, hci::ErrorCode /* reason */) { in OnClassicLinkDisconnected()
120 hci::ErrorCode /* reason */) { in OnLeLinkDisconnected()
134 hci::ErrorCode /* reason */, in OnConnectFail()
146 hci::AddressWithType /* address_with_type */, hci::ErrorCode /* reason */) { in OnLeConnectFail()
/packages/modules/Virtualization/virtualizationservice/aidl/android/system/virtualizationcommon/
DErrorCode.aidl22 enum ErrorCode { enum
/packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/
DFederatedComputeException.java39 public @interface ErrorCode {} annotation in FederatedComputeException
/packages/modules/Connectivity/framework/src/android/net/
DInvalidPacketException.java52 public @interface ErrorCode {} annotation in InvalidPacketException
/packages/services/Car/cpp/vhal/client/include/
DIVhalClient.h56 enum class ErrorCode : int { enum
115 inline operator ErrorCode() const { return value(); } in ErrorCode() function
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc417 void OnRoleChange(hci::ErrorCode /* hci_status */, Role new_role) override { in OnRoleChange()
429 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override { in OnAuthenticationComplete()
445 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange() argument
450 hci::ErrorCode /* hci_status */, in OnSniffSubrating()
551 hci::ErrorCode /* error_status */, in OnReadRemoteVersionInformationComplete()
Dle_acl_manager_facade.cc365 hci::ErrorCode /* hci_status */, in OnConnectionUpdate()
386 hci::ErrorCode /* hci_status */, uint8_t /* tx_phy */, uint8_t /* rx_phy */) override {} in OnPhyUpdate()
397 hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
402 hci::ErrorCode /* hci_status */, uint64_t /* features */) override {} in OnLeReadRemoteFeaturesComplete()
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanCallback.java66 @interface ErrorCode { annotation
/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/
DAdServicesNetworkException.java72 public @interface ErrorCode {} annotation in AdServicesNetworkException
/packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/
DConnection.java45 @interface ErrorCode {} annotation
/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java70 public @interface ErrorCode {} annotation in RkpProxyException
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DOnDevicePersonalizationException.java81 public @interface ErrorCode {} annotation in OnDevicePersonalizationException
/packages/modules/Bluetooth/system/gd/l2cap/le/internal/
Dlink.cc79 hci::ErrorCode /* hci_status */, in OnConnectionUpdate()
126 void Link::OnLeReadRemoteFeaturesComplete(hci::ErrorCode /* hci_status*/, uint64_t /* features */) { in OnLeReadRemoteFeaturesComplete()
130 hci::ErrorCode /* hci_status */, uint8_t /* tx_phy */, uint8_t /* rx_phy */) {} in OnPhyUpdate()
/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java53 @interface ErrorCode{} annotation in PolicyOperationStatus
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DChatServiceException.java92 public @interface ErrorCode { annotation in ChatServiceException

123