Home
last modified time | relevance | path

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

12345678910>>...40

/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/
H A Dsurface.rs45 pub fn width(&self) -> Result<u32, ErrorCode> { in width() argument
54 pub fn height(&self) -> Result<u32, ErrorCode> { in height() argument
63 pub fn format(&self) -> Result<AHardwareBuffer_Format::Type, ErrorCode> { in format() argument
83 ) -> Result<(), ErrorCode> { in set_buffers_geometry() argument
104 pub fn set_buffers_transform(&mut self, transform: Transform) -> Result<(), ErrorCode> { in set_buffers_transform() argument
119 pub fn set_buffers_data_space(&mut self, data_space: ADataSpace) -> Result<(), ErrorCode> { in set_buffers_data_space() argument
133 pub fn get_buffers_data_space(&mut self) -> Result<ADataSpace, ErrorCode> { in get_buffers_data_space() argument
147 pub fn get_buffers_default_data_space(&mut self) -> Result<ADataSpace, ErrorCode> { in get_buffers_default_data_space() argument
161 pub fn lock(&mut self, bounds: Option<&mut ARect>) -> Result<Buffer, ErrorCode> { in lock() argument
185 fn unlock_and_post(&mut self) -> Result<(), ErrorCode> { in unlock_and_post() argument
[all …]
/aosp_15_r20/system/keymint/boringssl/src/
H A Derr.rs23 pub(crate) fn map_openssl_err(err: &openssl::error::Error) -> ErrorCode { in map_openssl_err()
54 fn translate_evp_error(reason: i32) -> ErrorCode { in translate_evp_error()
72 fn translate_asn1_error(reason: i32) -> ErrorCode { in translate_asn1_error()
79 fn translate_cipher_error(reason: i32) -> ErrorCode { in translate_cipher_error()
94 fn translate_pkcs8_error(reason: i32) -> ErrorCode { in translate_pkcs8_error()
109 fn translate_x509v3_error(reason: i32) -> ErrorCode { in translate_x509v3_error()
116 fn translate_rsa_error(reason: i32) -> ErrorCode { in translate_rsa_error()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc294 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
306 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
310 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
321 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
323 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
338 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
339 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
349 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) { in TEST_F()
352 hci_handler_->Bind([](hci::ErrorCode /* hci_status */, uint16_t /* handle */, in TEST_F()
363 hci_handler_->Bind([](uint16_t /* handle */, ErrorCode /* reason */) {}), in TEST_F()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/floss/hcidoc/src/groups/
Dconnections.rs237 fn process_command_status(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status()
260 fn process_command_status_conn(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_conn()
319 fn process_command_status_feat(&mut self, status: ErrorCode, opcode: OpCode, packet: &Packet) { in process_command_status_feat()
343 status: ErrorCode, in process_conn_complete_ev()
443 status: ErrorCode, in process_sync_conn_complete_ev()
476 status: ErrorCode, in process_le_conn_complete_ev()
568 status: ErrorCode, in process_remote_feat_ev()
858 fn process_address_auth(&mut self, status: ErrorCode, address: Address, packet: &Packet) { in process_address_auth()
878 status: ErrorCode, in process_handle_auth()
904 status: ErrorCode, in process_encryption_change()
[all …]
/aosp_15_r20/external/rust/crates/openssl/src/ssl/
Derror.rs13 pub struct ErrorCode(c_int); struct
15 impl ErrorCode { impl
41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw()
65 pub fn code(&self) -> ErrorCode { in code()
/aosp_15_r20/external/flashrom/bindings/rust/libflashrom/src/
H A Dlib.rs180 pub struct ErrorCode { struct
185 impl fmt::Display for ErrorCode { implementation
191 impl error::Error for ErrorCode {} implementation
259 ErrorCode(ErrorCode), enumerator
657 pub fn layout_read_fmap_from_rom(&mut self) -> std::result::Result<Layout, ErrorCode> { in layout_read_fmap_from_rom() argument
695 ) -> std::result::Result<Vec<u8>, ErrorCode> { in image_read() argument
725 ) -> std::result::Result<(), ErrorCode> { in image_write() argument
754 ) -> std::result::Result<(), ErrorCode> { in image_verify() argument
778 pub fn erase(&mut self) -> std::result::Result<(), ErrorCode> { in erase() argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_client.cc42 GetHandler()->Bind([](EventView) {}), GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
44 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
47 GetHandler()->Bind([](uint16_t, hci::ErrorCode) {}), in Start()
48 GetHandler()->Bind([](hci::ErrorCode, uint16_t, uint8_t, uint16_t, uint16_t) {})); in Start()
Dfuzz_hci_layer.cc42 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetAclConnectionInterface()
44 ContextualCallback<void(hci::ErrorCode, uint16_t, uint8_t version, in GetAclConnectionInterface()
52 ContextualCallback<void(uint16_t, hci::ErrorCode)> /* on_disconnect */, in GetLeAclConnectionInterface()
53 ContextualCallback<void(hci::ErrorCode, uint16_t, uint8_t version, in GetLeAclConnectionInterface()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection_test.cc194 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override {} in OnAuthenticationComplete()
198 void OnModeChange(hci::ErrorCode /* status */, hci::Mode /* current_mode */, in OnModeChange()
200 void OnSniffSubrating(hci::ErrorCode /* hci_status */, uint16_t /* maximum_transmit_latency */, in OnSniffSubrating()
224 void OnRoleChange(hci::ErrorCode /* hci_status */, hci::Role /* new_role */) override {} in OnRoleChange()
228 void OnReadRemoteVersionInformationComplete(hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
/aosp_15_r20/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp120 ConversionResult ErrorCode; member
160 auto ErrorCode = in ConvertUTF8ToUnicodeScalarsLenient() local
177 auto ErrorCode = ConvertUTF8toUTF32Partial( in ConvertUTF8ToUnicodeScalarsPartialLenient() local
189 ConversionResult ErrorCode; in CheckConvertUTF8ToUnicodeScalars() local
/aosp_15_r20/external/aws-sdk-java-v2/services/efs/src/main/resources/codegen-resources/
H A Dservice-2.json572 "ErrorCode":{"shape":"ErrorCode"}, object
644 "ErrorCode":{"shape":"ErrorCode"}, object
655 "ErrorCode":{"shape":"ErrorCode"}, object
672 "ErrorCode":{"shape":"ErrorCode"}, object
709 "ErrorCode":{"shape":"ErrorCode"}, object
726 "ErrorCode":{"shape":"ErrorCode"}, object
986 "ErrorCode":{"shape":"ErrorCode"}, object
1359 "ErrorCode":{ object
1375 "ErrorCode":{"shape":"ErrorCode"}, object
1486 "ErrorCode":{"shape":"ErrorCode"}, object
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Derror.go15 ErrorCode ErrorCode member
28 type ErrorCode int type
246 func errorf(k ErrorCode, node parse.Node, line int, f string, args ...any) *Error {
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_acl.cc87 hci::ErrorCode /* reason */) { in OnClassicLinkDisconnected()
108 void shim::Acl::OnLeLinkDisconnected(HciHandle /* handle */, hci::ErrorCode /* reason */) { in OnLeLinkDisconnected()
120 void shim::Acl::OnConnectFail(hci::Address /* address */, hci::ErrorCode /* reason */, in OnConnectFail()
132 hci::ErrorCode /* reason */) { in OnLeConnectFail()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc413 void OnRoleChange(hci::ErrorCode /* hci_status */, Role new_role) override { in OnRoleChange()
425 void OnAuthenticationComplete(hci::ErrorCode /* hci_status */) override { in OnAuthenticationComplete()
441 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange() argument
445 void OnSniffSubrating(hci::ErrorCode /* hci_status */, uint16_t maximum_transmit_latency, in OnSniffSubrating()
522 void OnReadRemoteVersionInformationComplete(hci::ErrorCode /* error_status */, in OnReadRemoteVersionInformationComplete()
Dle_acl_manager_facade.cc352 void OnConnectionUpdate(hci::ErrorCode /* hci_status */, uint16_t connection_interval, in OnConnectionUpdate()
370 void OnPhyUpdate(hci::ErrorCode /* hci_status */, uint8_t /* tx_phy */, in OnPhyUpdate()
381 void OnReadRemoteVersionInformationComplete(hci::ErrorCode /* hci_status */, in OnReadRemoteVersionInformationComplete()
385 void OnLeReadRemoteFeaturesComplete(hci::ErrorCode /* hci_status */, in OnLeReadRemoteFeaturesComplete()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand_core-0.6.4/src/
H A Derror.rs207 struct ErrorCode(NonZeroU32); struct
210 impl fmt::Display for ErrorCode { implementation
217 impl std::error::Error for ErrorCode {} implementation
/aosp_15_r20/external/rust/android-crates-io/crates/rand_core/src/
Derror.rs207 struct ErrorCode(NonZeroU32); struct
210 impl fmt::Display for ErrorCode { implementation
217 impl std::error::Error for ErrorCode {} implementation
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/enums/stats/connectivity/tetheringprotos/android_common_apex30/javac/
Dtetheringprotos.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/stats/ android/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/src/
Derror.rs37 pub(crate) fn syntax(code: ErrorCode, offset: u64) -> Error { in syntax()
265 pub(crate) enum ErrorCode { enum
291 impl fmt::Display for ErrorCode { implementation
/aosp_15_r20/packages/modules/Virtualization/libs/libvmclient/src/
Derror_code.rs19 pub enum ErrorCode { enum
37 impl From<AidlErrorCode> for ErrorCode { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/
Derror.rs181 pub(crate) enum ErrorCode { enum
251 pub(crate) fn syntax(code: ErrorCode, line: usize, column: usize) -> Self { in syntax()
285 impl Display for ErrorCode { implementation
/aosp_15_r20/out/soong/.intermediates/frameworks/base/core/java/android.security.rkp_aidl-cpp-source/gen/include/android/security/rkp/
DIGetKeyCallback.h36 enum class ErrorCode : int8_t { enum
58 …::android::binder::Status onError(::android::security::rkp::IGetKeyCallback::ErrorCode /*error*/, … in onError()
/aosp_15_r20/frameworks/native/libs/nativewindow/rust/src/surface/
H A Dbuffer.rs43 pub fn unlock_and_post(self) -> Result<(), ErrorCode> { in unlock_and_post() argument
65 pub fn format(&self) -> Result<AHardwareBuffer_Format::Type, ErrorCode> { in format() argument
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/
H A Derror.rs236 pub(crate) enum ErrorCode { enum
315 pub(crate) fn syntax(code: ErrorCode, line: usize, column: usize) -> Self { in syntax()
349 impl Display for ErrorCode { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.1/src/
H A Derror.rs238 pub(crate) enum ErrorCode { enum
324 pub(crate) fn syntax(code: ErrorCode, line: usize, column: usize) -> Self { in syntax()
358 impl Display for ErrorCode { implementation

12345678910>>...40