Home
last modified time | relevance | path

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

/system/extras/profcollectd/libprofcollectd/
Dservice.rs55 fn schedule(&self) -> BinderResult<()> { in schedule()
62 fn terminate(&self) -> BinderResult<()> { in terminate()
69 fn trace_once(&self, tag: &str) -> BinderResult<()> { in trace_once()
76 fn process(&self, blocking: bool) -> BinderResult<()> { in process()
91 fn delete_report(&self, report_name: &str) -> BinderResult<()> { in delete_report()
100 fn copy_report_to_bb(&self, bb_profile_id: i32, report_name: &str) -> BinderResult<()> { in copy_report_to_bb()
/system/security/keystore2/src/
Dmaintenance.rs269 fn onUserPasswordChanged(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onUserPasswordChanged()
274 fn onUserAdded(&self, user_id: i32) -> BinderResult<()> { in onUserAdded()
279 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved()
284 fn clearNamespace(&self, domain: Domain, nspace: i64) -> BinderResult<()> { in clearNamespace()
294 fn earlyBootEnded(&self) -> BinderResult<()> { in earlyBootEnded()
299 fn onDeviceOffBody(&self) -> BinderResult<()> { in onDeviceOffBody()
308 ) -> BinderResult<()> { in migrateKeyNamespace()
313 fn deleteAllKeys(&self) -> BinderResult<()> { in deleteAllKeys()
Dauthorization.rs236 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken()
247 ) -> BinderResult<()> { in onLockScreenEvent()
Derror.rs284 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error()
288 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
Dapc.rs365 ) -> BinderResult<()> { in presentPrompt()
376 ) -> BinderResult<()> { in cancelPrompt()
/system/security/keystore2/legacykeystore/
Dlib.rs506 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put()
510 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()