Home
last modified time | relevance | path

Searched defs:M (Results 1 – 7 of 7) sorted by relevance

/system/cros-codecs/src/backend/vaapi/
Dsurface_pool.rs30 fn new(surface: Surface<M>, pool: &Rc<RefCell<VaSurfacePoolInner<M>>>) -> Self { in new()
36 pub fn detach_from_pool(mut self) -> Surface<M> { in detach_from_pool()
49 fn borrow(&self) -> &Surface<M> { in borrow()
56 fn as_ref(&self) -> &M { in as_ref()
115 fn add_surface(&mut self, surface: Surface<M>) -> Result<(), Surface<M>> { in add_surface()
154 pub fn get_surface(&mut self) -> Option<PooledVaSurface<M>> { in get_surface()
Dencoder.rs401 surface: &'a Surface<M>, in map_surface()
412 surface: &'a Surface<M>, in map_surface_nv12()
419 surface: &'a Surface<M>, in map_surface_p010()
427 surface: &Surface<M>, in upload_nv12_img()
553 surface: &Surface<M>, in upload_test_frame_nv12()
578 surface: &Surface<M>, in upload_test_frame_p010()
Ddecoder.rs111 fn surface(&self) -> &Surface<M> { in surface()
138 fn new_from_same_surface(&self, timestamp: u64) -> Picture<PictureNew, Surface<M>> { in new_from_same_surface()
/system/security/keystore2/test_utils/
Drun_as.rs286 pub fn send(&mut self, data: &M) { in send()
291 pub fn recv(&mut self) -> M { in recv()
330 pub fn recv_or_die(&mut self) -> M { in recv_or_die()
368 pub unsafe fn run_as_child_app<F, R, M>( in run_as_child_app() argument
376 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child_app()
402 pub unsafe fn run_as_child<F, R, M>( in run_as_child() argument
411 F: 'static + Send + FnOnce(&mut ChannelReader<M>, &mut ChannelWriter<M>) -> R, in run_as_child()
/system/sepolicy/build/soong/
Dselinux_test.go25 func TestMain(m *testing.M) {
/system/keymint/tests/src/
Dlib.rs345 pub fn test_aes_cmac<M: AesCmac>(cmac: M) { in test_aes_cmac()
548 pub fn test_sdd_mgr<M: keyblob::SecureDeletionSecretManager, R: Rng>(mut sdd_mgr: M, mut rng: R) { in test_sdd_mgr() argument
/system/tools/aidl/build/
Daidl_test.go35 func TestMain(m *testing.M) {