Home
last modified time | relevance | path

Searched refs:TRANSACTION_FAILED (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.cpp170 return Result::TRANSACTION_FAILED; in sendMessageToHub()
192 return Result::TRANSACTION_FAILED; in reboot()
422 return Result::TRANSACTION_FAILED; in unloadNanoApp()
472 return Result::TRANSACTION_FAILED; in loadNanoApp()
505 return Result::TRANSACTION_FAILED; in enableNanoApp()
538 return Result::TRANSACTION_FAILED; in disableNanoApp()
566 return Result::TRANSACTION_FAILED; in queryApps()
/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs85 _ => ExceptionCode::TRANSACTION_FAILED, in parse_exception_code()
283 (ExceptionCode::TRANSACTION_FAILED, ExceptionCode::TRANSACTION_FAILED) => { in eq()
/aosp12/system/security/keystore2/src/
H A Derror.rs124 ExceptionCode::TRANSACTION_FAILED => { in map_binder_status()
348 let binder_exception = map_km_error(binder_exception(ExceptionCode::TRANSACTION_FAILED)); in keystore_error_test()
349 assert_eq!(Err(Error::Binder(ExceptionCode::TRANSACTION_FAILED, 0)), binder_exception); in keystore_error_test()
/aosp12/frameworks/native/libs/binder/rust/sys/
H A DBinderBindings.hpp71 TRANSACTION_FAILED = EX_TRANSACTION_FAILED, enumerator
/aosp12/hardware/interfaces/contexthub/1.0/
H A DIContexthub.hal60 * TRANSACTION_FAILED if message send failed
88 * TRANSACTION_FAILED if load failed synchronously
111 * TRANSACTION_FAILED if unload failed synchronously
H A Dtypes.hal24 TRANSACTION_FAILED, // Transaction failed
/aosp12/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp177 } else if (result != allowedSyncResult && result != Result::TRANSACTION_FAILED) { in checkFailureSyncOrAsync()
196 result != Result::TRANSACTION_FAILED) { in TEST_P()
/aosp12/frameworks/base/services/core/java/com/android/server/location/contexthub/
H A DContextHubServiceUtil.java253 case Result.TRANSACTION_FAILED: in toTransactionResult()
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h308 return Result::TRANSACTION_FAILED; in enableNanoApp()
316 return Result::TRANSACTION_FAILED; in disableNanoApp()
/aosp12/frameworks/base/core/java/android/provider/
H A DTelephony.java2257 int TRANSACTION_FAILED = Integer.MIN_VALUE; field