| /packages/modules/Bluetooth/system/rust/src/connection/ |
| D | le_manager.rs | 23 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/ |
| D | link_property_listener.h | 49 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()
|
| D | link_security_interface.h | 111 hci::ErrorCode /* hci_status */, hci::Address /* remote */) {} in OnAuthenticationComplete()
|
| /packages/modules/Virtualization/vmclient/src/ |
| D | error_code.rs | 19 pub enum ErrorCode { enum 37 impl From<AidlErrorCode> for ErrorCode { implementation
|
| /packages/modules/Bluetooth/system/gd/hci/fuzz/ |
| D | hci_layer_fuzz_client.cc | 41 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()
|
| D | fuzz_hci_layer.cc | 40 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/ |
| D | hci_layer_unittest.cc | 290 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/ |
| D | le_acl_connection_test.cc | 68 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()
|
| D | classic_acl_connection_test.cc | 187 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/ |
| D | connections.rs | 239 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/ |
| D | mock_main_shim_acl.cc | 97 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/ |
| D | ErrorCode.aidl | 22 enum ErrorCode { enum
|
| /packages/modules/OnDevicePersonalization/framework/java/android/federatedcompute/ |
| D | FederatedComputeException.java | 39 public @interface ErrorCode {} annotation in FederatedComputeException
|
| /packages/modules/Connectivity/framework/src/android/net/ |
| D | InvalidPacketException.java | 52 public @interface ErrorCode {} annotation in InvalidPacketException
|
| /packages/services/Car/cpp/vhal/client/include/ |
| D | IVhalClient.h | 56 enum class ErrorCode : int { enum 115 inline operator ErrorCode() const { return value(); } in ErrorCode() function
|
| /packages/modules/Bluetooth/system/gd/hci/facade/ |
| D | acl_manager_facade.cc | 417 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()
|
| D | le_acl_manager_facade.cc | 365 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/ |
| D | ScanCallback.java | 66 @interface ErrorCode { annotation
|
| /packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/ |
| D | AdServicesNetworkException.java | 72 public @interface ErrorCode {} annotation in AdServicesNetworkException
|
| /packages/modules/Connectivity/remoteauth/service/java/com/android/server/remoteauth/connectivity/ |
| D | Connection.java | 45 @interface ErrorCode {} annotation
|
| /packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/ |
| D | RkpProxyException.java | 70 public @interface ErrorCode {} annotation in RkpProxyException
|
| /packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/ |
| D | OnDevicePersonalizationException.java | 81 public @interface ErrorCode {} annotation in OnDevicePersonalizationException
|
| /packages/modules/Bluetooth/system/gd/l2cap/le/internal/ |
| D | link.cc | 79 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/ |
| D | PolicyOperationStatus.java | 53 @interface ErrorCode{} annotation in PolicyOperationStatus
|
| /packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/ |
| D | ChatServiceException.java | 92 public @interface ErrorCode { annotation in ChatServiceException
|