Searched defs:BinderResult (Results 1 – 6 of 6) sorted by relevance
/system/extras/profcollectd/libprofcollectd/ |
D | service.rs | 55 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/ |
D | maintenance.rs | 269 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()
|
D | authorization.rs | 236 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken() 247 ) -> BinderResult<()> { in onLockScreenEvent()
|
D | error.rs | 284 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error() 288 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
|
D | apc.rs | 365 ) -> BinderResult<()> { in presentPrompt() 376 ) -> BinderResult<()> { in cancelPrompt()
|
/system/security/keystore2/legacykeystore/ |
D | lib.rs | 506 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put() 510 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()
|