Home
last modified time | relevance | path

Searched refs:ApcState (Results 1 – 1 of 1) sorted by relevance

/system/security/keystore2/src/
Dapc.rs182 struct ApcState { struct
188 impl ApcState { implementation
196 state: Arc<Mutex<ApcState>>,
207 Self { state: Arc::new(Mutex::new(ApcState::new(confirmation_token_sender))) }, in new_native_binder()
213 state: Arc<Mutex<ApcState>>, in result() argument