Searched defs:BinderResult (Results 1 – 8 of 8) sorted by relevance
| /system/extras/profcollectd/libprofcollectd/ |
| D | service.rs | 54 fn trace_system(&self, tag: &str) -> BinderResult<()> { in trace_system() 61 fn trace_process(&self, tag: &str, process: &str, duration: f32) -> BinderResult<()> { in trace_process() 68 fn process(&self) -> BinderResult<()> { in process() 90 ) -> BinderResult<()> { in registerProviderStatusCallback()
|
| /system/security/keystore2/src/ |
| D | authorization.rs | 242 fn addAuthToken(&self, auth_token: &HardwareAuthToken) -> BinderResult<()> { in addAuthToken() 247 fn onDeviceUnlocked(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onDeviceUnlocked() 257 ) -> BinderResult<()> { in onDeviceLocked() 263 fn onWeakUnlockMethodsExpired(&self, user_id: i32) -> BinderResult<()> { in onWeakUnlockMethodsExpired() 268 fn onNonLskfUnlockMethodsExpired(&self, user_id: i32) -> BinderResult<()> { in onNonLskfUnlockMethodsExpired()
|
| D | maintenance.rs | 576 fn onUserAdded(&self, user_id: i32) -> BinderResult<()> { in onUserAdded() 587 ) -> BinderResult<()> { in initUserSuperKeys() 594 fn onUserRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserRemoved() 600 fn onUserLskfRemoved(&self, user_id: i32) -> BinderResult<()> { in onUserLskfRemoved() 606 fn clearNamespace(&self, domain: Domain, nspace: i64) -> BinderResult<()> { in clearNamespace() 612 fn earlyBootEnded(&self) -> BinderResult<()> { in earlyBootEnded() 622 ) -> BinderResult<()> { in migrateKeyNamespace() 628 fn deleteAllKeys(&self) -> BinderResult<()> { in deleteAllKeys()
|
| D | apc.rs | 336 ) -> BinderResult<()> { in presentPrompt() 345 ) -> BinderResult<()> { in cancelPrompt()
|
| /system/libfmq/tests/aidl/default/ |
| D | TestAidlMsgQ.rs | 132 fn requestBlockingRead(&self, _: i32) -> BinderResult<()> { in requestBlockingRead() 135 fn requestBlockingReadDefaultEventFlagBits(&self, _: i32) -> BinderResult<()> { in requestBlockingReadDefaultEventFlagBits() 138 fn requestBlockingReadRepeat(&self, _: i32, _: i32) -> BinderResult<()> { in requestBlockingReadRepeat()
|
| /system/security/keystore2/src/error/ |
| D | tests.rs | 69 fn binder_sse_error(sse: i32) -> BinderResult<()> { in binder_sse_error() 73 fn binder_exception(ex: ExceptionCode) -> BinderResult<()> { in binder_exception()
|
| /system/memory/mmd/src/ |
| D | service.rs | 60 fn doZramMaintenanceAsync(&self) -> BinderResult<()> { in doZramMaintenanceAsync()
|
| /system/security/keystore2/legacykeystore/ |
| D | lib.rs | 551 fn put(&self, alias: &str, uid: i32, entry: &[u8]) -> BinderResult<()> { in put() 555 fn remove(&self, alias: &str, uid: i32) -> BinderResult<()> { in remove()
|