/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/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 | 39 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()
|
D | fuzz_hci_layer.cc | 37 hci::AclConnectionInterface* FuzzHciLayer::GetAclConnectionInterface( in GetAclConnectionInterface() 46 hci::LeAclConnectionInterface* FuzzHciLayer::GetLeAclConnectionInterface( in GetLeAclConnectionInterface()
|
/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/Virtualization/virtualizationservice/aidl/android/system/virtualizationcommon/ |
D | ErrorCode.aidl | 22 enum ErrorCode { enum
|
/packages/modules/Connectivity/framework/src/android/net/ |
D | InvalidPacketException.java | 52 public @interface ErrorCode {} annotation in InvalidPacketException
|
D | SocketKeepalive.java | 170 public @interface ErrorCode {} annotation in SocketKeepalive
|
/packages/modules/Connectivity/nearby/framework/java/android/nearby/ |
D | ScanCallback.java | 66 @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/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/ |
D | AbstractTask.java | 60 @interface ErrorCode {} annotation in AbstractTask
|
/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | HealthConnectException.java | 120 public @interface ErrorCode {} annotation in HealthConnectException
|
/packages/services/Car/service/src/com/android/car/power/ |
D | PolicyOperationStatus.java | 53 @interface ErrorCode{} annotation in PolicyOperationStatus
|
/packages/modules/HealthFitness/framework/java/android/health/connect/migration/ |
D | MigrationException.java | 118 public @interface ErrorCode {} annotation in MigrationException
|
/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
|
/packages/modules/Bluetooth/system/rust/src/connection/mocks/ |
D | mock_le_manager.rs | 42 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/ |
D | RkpdException.java | 26 public enum ErrorCode { enum in RkpdException
|
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/ |
D | fuzz_l2cap.cc | 80 …fixedChannel->RegisterOnCloseCallback(l2shim.handler_.get(), common::BindOnce([](hci::ErrorCode) {… in LLVMFuzzerTestOneInput()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bt_has.h | 37 enum class ErrorCode : uint8_t { enum
|
/packages/modules/Virtualization/javalib/src/android/system/virtualmachine/ |
D | VirtualMachineCallback.java | 44 @interface ErrorCode {} annotation
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/intdefs/ |
D | FastPairEventIntDefs.java | 63 public @interface ErrorCode { annotation in FastPairEventIntDefs
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocketException.java | 58 private @interface ErrorCode {} annotation in BluetoothSocketException
|
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/ |
D | Vvm3EventHandler.java | 72 public @interface ErrorCode {} annotation in Vvm3EventHandler
|
/packages/modules/Bluetooth/system/rust/src/ |
D | connection.rs | 103 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/ |
D | compos_client.rs | 261 fn on_error(&self, cid: i32, error_code: ErrorCode, message: &str) { in on_error()
|