Home
last modified time | relevance | path

Searched defs:jbyte (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dandroid_os_HwBlob.cpp316 DEFINE_BLOB_GETTER(Int8,jbyte) in DEFINE_BLOB_GETTER() argument
393 DEFINE_BLOB_ARRAY_COPIER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_COPIER() argument
450 DEFINE_BLOB_PUTTER(Int8,jbyte) in DEFINE_BLOB_PUTTER() argument
544 DEFINE_BLOB_ARRAY_PUTTER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_PUTTER() argument
H A Dandroid_os_HwParcel.cpp489 DEFINE_PARCEL_VECTOR_WRITER(Int8,jbyte) in DEFINE_PARCEL_VECTOR_WRITER() argument
789 DEFINE_PARCEL_VECTOR_READER(Int8,jbyte,Byte) in DEFINE_PARCEL_VECTOR_READER() argument
/aosp12/frameworks/base/core/jni/hwbinder/
H A DEphemeralStorage.cpp106 DEFINE_ALLOC_VECTOR_METHODS(Int8,jbyte,Byte) in DEFINE_ALLOC_VECTOR_METHODS() argument
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h31 typedef int8_t jbyte; /* signed 8 bits */ typedef
/aosp12/libnativehelper/include_jni/
H A Djni.h31 typedef int8_t jbyte; /* signed 8 bits */ typedef
/aosp12/art/runtime/jni/
H A Djni_internal.cc587 static jclass DefineClass(JNIEnv*, const char*, jobject, const jbyte*, jsize) { in DefineClass()