Home
last modified time | relevance | path

Searched defs:obj_ref (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/sm/
H A Dshared_mem.c76 struct obj_ref* obj_ref) { in sm_mem_compat_get_vmm_obj()
158 struct obj_ref* obj_ref) { in sm_mem_alloc_obj()
187 struct obj_ref* obj_ref) { in sm_mem_get_vmm_obj()
273 struct obj_ref* obj_ref) { in ext_mem_get_vmm_obj()
/aosp_15_r20/external/bpftool/src/
H A Dmain.h100 struct obj_ref { struct
108 struct obj_ref *refs; argument
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djmap.rs26 fn as_ref(&self) -> &JMap<'local, 'other_local_1, 'obj_ref> { in as_ref()
46 ) -> Result<JMap<'local, 'other_local_1, 'obj_ref>> { in from_env()
185 ) -> Result<JMapIter<'map, 'local, 'other_local_1, 'obj_ref, 'iter_local>> { in iter()
Djlist.rs29 fn as_ref(&self) -> &JList<'local, 'other_local_1, 'obj_ref> { in as_ref()
49 ) -> Result<JList<'local, 'other_local_1, 'obj_ref>> { in from_env()
236 ) -> Result<JListIter<'list, 'local, 'obj_ref, 'other_local_1>> { in iter()
/aosp_15_r20/trusty/kernel/include/shared/lk/
H A Dreflist.h31 struct obj_ref { struct
44 static inline __ALWAYS_INLINE void obj_ref_init(struct obj_ref* ref) { in obj_ref_init() argument
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Djnienv.rs1559 'other_local_1: 'obj_ref, in get_list()
1573 'other_local_1: 'obj_ref, in get_map()
1598 pub unsafe fn get_string_unchecked<'other_local: 'obj_ref, 'obj_ref>( in get_string_unchecked()
1601 ) -> Result<JavaStr<'local, 'other_local, 'obj_ref>> { in get_string_unchecked()
1629 pub fn get_string<'other_local: 'obj_ref, 'obj_ref>( in get_string()
1632 ) -> Result<JavaStr<'local, 'other_local, 'obj_ref>> { in get_string()
/aosp_15_r20/external/trusty/lk/include/kernel/
Dvm.h318 struct obj_ref obj_ref; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/function/include/boost/function/
Dfunction_base.hpp101 } obj_ref; member