Home
last modified time | relevance | path

Searched defs:TargetServices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/sandbox/src/
H A Dlib.rs133 pub struct TargetServices { struct
134 target: *mut bindings::TargetServices, argument
317 impl TargetServices { implementation
/aosp_15_r20/external/crosvm/sandbox/
H A Dbindings.rs257 pub struct TargetServices { struct
258 _unused: [u8; 0],
302 pub fn sbox_lower_token(target: *mut TargetServices); in sbox_lower_token()