Home
last modified time | relevance | path

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

/system/nfc/tools/casimir/src/
Dmain.rs189 struct Scene { struct
195 impl Default for Scene { argument
198 Scene { next_id: 0, waker: None, devices: [NONE; MAX_DEVICES] } in default()
202 impl Scene { implementation
203 fn new() -> Scene { in new()
262 impl Future for Scene { implementation
309 let mut scene = Scene::new(); in run()
Dmain-grpc.rs204 struct Scene { struct
211 impl Scene { impl
212 fn new() -> Scene { in new()
214 Scene { in new()
282 impl Future for Scene { implementation
408 let mut scene = Scene::new(); in run()