Searched refs:BinderResult (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Virtualization/authfs/fd_server/src/ |
D | main.rs | 46 add_service, BinderFeatures, ExceptionCode, Interface, ProcessState, Result as BinderResult, 105 fn get_file_config(&self, id: i32) -> BinderResult<&FdConfig> { in get_file_config() 113 fn readFile(&self, id: i32, offset: i64, size: i32) -> BinderResult<Vec<u8>> { in readFile() 127 fn readFsverityMerkleTree(&self, id: i32, offset: i64, size: i32) -> BinderResult<Vec<u8>> { in readFsverityMerkleTree() 159 fn readFsveritySignature(&self, id: i32) -> BinderResult<Vec<u8>> { in readFsveritySignature() 188 fn writeFile(&self, id: i32, buf: &[u8], offset: i64) -> BinderResult<i32> { in writeFile() 210 fn resize(&self, id: i32, size: i64) -> BinderResult<()> { in resize() argument
|
/packages/modules/Virtualization/vm/src/ |
D | run.rs | 26 use android_system_virtmanager::binder::{Interface, Result as BinderResult}; 96 fn onDied(&self, _cid: i32) -> BinderResult<()> { in onDied() argument
|
/packages/modules/Virtualization/compos/src/ |
D | compsvc.rs | 41 add_service, BinderFeatures, Interface, ProcessState, Result as BinderResult, Status, 108 fn execute(&self, args: &[String], metadata: &Metadata) -> BinderResult<i8> { in execute()
|