Home
last modified time | relevance | path

Searched defs:JByteBuffer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/objects/
Djbytebuffer.rs7 pub struct JByteBuffer<'local>(JObject<'local>); struct
9 impl<'local> AsRef<JByteBuffer<'local>> for JByteBuffer<'local> { implementation
15 impl<'local> AsRef<JObject<'local>> for JByteBuffer<'local> { implementation
21 impl<'local> ::std::ops::Deref for JByteBuffer<'local> { implementation
35 impl<'local> From<JObject<'local>> for JByteBuffer<'local> { implementation
41 impl<'local, 'obj_ref> From<&'obj_ref JObject<'local>> for &'obj_ref JByteBuffer<'local> { implementation
44 unsafe { &*(other as *const JObject<'local> as *const JByteBuffer<'local>) } in from() constant
48 impl<'local> std::default::Default for JByteBuffer<'local> { implementation
54 impl<'local> JByteBuffer<'local> { implementation
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djbytebuffer.rs7 pub struct JByteBuffer<'a>(JObject<'a>); struct
9 impl<'a> ::std::ops::Deref for JByteBuffer<'a> { implementation
23 impl<'a> From<JObject<'a>> for JByteBuffer<'a> { implementation
29 impl<'a> std::default::Default for JByteBuffer<'a> { implementation
35 impl<'a> JByteBuffer<'a> { impl
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/srcs/
H A Dlib.rs18 file: JByteBuffer, in get_package_read_context_java()
74 file: JByteBuffer, in get_flag_read_context_java()
132 file: JByteBuffer, in get_boolean_flag_value_java()