Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dmaintenance.rs284 fn onUserPasswordChanged(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onUserPasswordChanged()
289 fn onUserAdded(&self, user_id: i32) -> BinderResult<()> { in onUserAdded()
294 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved()
299 fn clearNamespace(&self, domain: Domain, nspace: i64) -> BinderResult<()> { in clearNamespace()
309 fn earlyBootEnded(&self) -> BinderResult<()> { in earlyBootEnded()
314 fn onDeviceOffBody(&self) -> BinderResult<()> { in onDeviceOffBody()
323 ) -> BinderResult<()> { in migrateKeyNamespace()
328 fn deleteAllKeys(&self) -> BinderResult<()> { in deleteAllKeys()
Dauthorization.rs243 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken()
254 ) -> BinderResult<()> { in onLockScreenEvent()
Derror.rs302 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error()
306 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
Dapc.rs364 ) -> BinderResult<()> { in presentPrompt()
375 ) -> BinderResult<()> { in cancelPrompt()
/system/extras/profcollectd/libprofcollectd/
Dservice.rs54 fn schedule(&self) -> BinderResult<()> { in schedule()
61 fn terminate(&self) -> BinderResult<()> { in terminate()
68 fn trace_once(&self, tag: &str) -> BinderResult<()> { in trace_once()
75 fn process(&self) -> BinderResult<()> { in process()
97 ) -> BinderResult<()> { in registerProviderStatusCallback()
/system/security/keystore2/legacykeystore/
Dlib.rs538 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put()
542 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()