Home
last modified time | relevance | path

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

12

/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/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.cc39 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
40 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
43 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
44 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
Dfuzz_hci_layer.cc37 hci::AclConnectionInterface* FuzzHciLayer::GetAclConnectionInterface( in GetAclConnectionInterface()
46 hci::LeAclConnectionInterface* FuzzHciLayer::GetLeAclConnectionInterface( in GetLeAclConnectionInterface()
/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/Virtualization/virtualizationservice/aidl/android/system/virtualizationcommon/
DErrorCode.aidl22 enum ErrorCode { enum
/packages/modules/Connectivity/framework/src/android/net/
DInvalidPacketException.java52 public @interface ErrorCode {} annotation in InvalidPacketException
DSocketKeepalive.java170 public @interface ErrorCode {} annotation in SocketKeepalive
/packages/modules/Connectivity/nearby/framework/java/android/nearby/
DScanCallback.java66 @interface ErrorCode { annotation
/packages/modules/RemoteKeyProvisioning/system-server/src/android/security/rkp/service/
DRkpProxyException.java70 public @interface ErrorCode {} annotation in RkpProxyException
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DAbstractTask.java60 @interface ErrorCode {} annotation in AbstractTask
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java120 public @interface ErrorCode {} annotation in HealthConnectException
/packages/services/Car/service/src/com/android/car/power/
DPolicyOperationStatus.java53 @interface ErrorCode{} annotation in PolicyOperationStatus
/packages/modules/HealthFitness/framework/java/android/health/connect/migration/
DMigrationException.java118 public @interface ErrorCode {} annotation in MigrationException
/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/service/chat/
DChatServiceException.java92 public @interface ErrorCode { annotation in ChatServiceException
/packages/modules/Bluetooth/system/rust/src/connection/mocks/
Dmock_le_manager.rs42 pub fn on_le_connect(&self, address: AddressWithType, status: ErrorCode) { in on_le_connect()
127 pub fn on_le_connect(&self, address: AddressWithType, status: ErrorCode) { in on_le_connect()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java26 public enum ErrorCode { enum in RkpdException
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_l2cap.cc80 …fixedChannel->RegisterOnCloseCallback(l2shim.handler_.get(), common::BindOnce([](hci::ErrorCode) {… in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_has.h37 enum class ErrorCode : uint8_t { enum
/packages/modules/Virtualization/javalib/src/android/system/virtualmachine/
DVirtualMachineCallback.java44 @interface ErrorCode {} annotation
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/intdefs/
DFastPairEventIntDefs.java63 public @interface ErrorCode { annotation in FastPairEventIntDefs
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocketException.java58 private @interface ErrorCode {} annotation in BluetoothSocketException
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVvm3EventHandler.java72 public @interface ErrorCode {} annotation in Vvm3EventHandler
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs103 fn on_le_connect(&self, address: AddressWithType, result: Result<LeConnection, ErrorCode>) { in on_le_connect() argument
244 fn on_le_connect(&self, address: AddressWithType, result: Result<LeConnection, ErrorCode>) { in on_le_connect() argument
/packages/modules/Virtualization/compos/common/
Dcompos_client.rs261 fn on_error(&self, cid: i32, error_code: ErrorCode, message: &str) { in on_error()

12