Searched defs:BinderResult (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A 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()
|
/aosp12/system/security/keystore2/src/ |
H A 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()
|
H A D | authorization.rs | 236 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken() 247 ) -> BinderResult<()> { in onLockScreenEvent()
|
H A 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()
|
H A D | apc.rs | 365 ) -> BinderResult<()> { in presentPrompt() 376 ) -> BinderResult<()> { in cancelPrompt()
|
/aosp12/packages/modules/Virtualization/vm/src/ |
H A D | run.rs | 96 fn onDied(&self, _cid: i32) -> BinderResult<()> { in onDied()
|
/aosp12/packages/modules/Virtualization/authfs/fd_server/src/ |
H A D | main.rs | 210 fn resize(&self, id: i32, size: i64) -> BinderResult<()> { in resize()
|
/aosp12/system/security/keystore2/legacykeystore/ |
H A 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()
|