Searched defs:BinderResult (Results 1 – 6 of 6) sorted by relevance
| /system/security/keystore2/src/ |
| D | maintenance.rs | 284 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()
|
| D | authorization.rs | 243 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken() 254 ) -> BinderResult<()> { in onLockScreenEvent()
|
| D | error.rs | 302 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error() 306 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
|
| D | apc.rs | 364 ) -> BinderResult<()> { in presentPrompt() 375 ) -> BinderResult<()> { in cancelPrompt()
|
| /system/extras/profcollectd/libprofcollectd/ |
| D | service.rs | 54 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/ |
| D | lib.rs | 538 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put() 542 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()
|