Home
last modified time | relevance | path

Searched defs:BinderResult (Results 1 – 8 of 8) sorted by relevance

/system/extras/profcollectd/libprofcollectd/
Dservice.rs54 fn trace_system(&self, tag: &str) -> BinderResult<()> { in trace_system()
61 fn trace_process(&self, tag: &str, process: &str, duration: f32) -> BinderResult<()> { in trace_process()
68 fn process(&self) -> BinderResult<()> { in process()
90 ) -> BinderResult<()> { in registerProviderStatusCallback()
/system/security/keystore2/src/
Dauthorization.rs242 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken()
247 fn onDeviceUnlocked(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onDeviceUnlocked()
257 ) -> BinderResult<()> { in onDeviceLocked()
263 fn onWeakUnlockMethodsExpired(&self, user_id: i32) -> BinderResult<()> { in onWeakUnlockMethodsExpired()
268 fn onNonLskfUnlockMethodsExpired(&self, user_id: i32) -> BinderResult<()> { in onNonLskfUnlockMethodsExpired()
Dmaintenance.rs576 fn onUserAdded(&self, user_id: i32) -> BinderResult<()> { in onUserAdded()
587 ) -> BinderResult<()> { in initUserSuperKeys()
594 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved()
600 fn onUserLskfRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserLskfRemoved()
606 fn clearNamespace(&self, domain: Domain, nspace: i64) -> BinderResult<()> { in clearNamespace()
612 fn earlyBootEnded(&self) -> BinderResult<()> { in earlyBootEnded()
622 ) -> BinderResult<()> { in migrateKeyNamespace()
628 fn deleteAllKeys(&self) -> BinderResult<()> { in deleteAllKeys()
Dapc.rs336 ) -> BinderResult<()> { in presentPrompt()
345 ) -> BinderResult<()> { in cancelPrompt()
/system/libfmq/tests/aidl/default/
DTestAidlMsgQ.rs132 fn requestBlockingRead(&self, _: i32) -> BinderResult<()> { in requestBlockingRead()
135 fn requestBlockingReadDefaultEventFlagBits(&self, _: i32) -> BinderResult<()> { in requestBlockingReadDefaultEventFlagBits()
138 fn requestBlockingReadRepeat(&self, _: i32, _: i32) -> BinderResult<()> { in requestBlockingReadRepeat()
/system/security/keystore2/src/error/
Dtests.rs69 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error()
73 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
/system/memory/mmd/src/
Dservice.rs60 fn doZramMaintenanceAsync(&self) -> BinderResult<()> { in doZramMaintenanceAsync()
/system/security/keystore2/legacykeystore/
Dlib.rs551 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put()
555 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()