Searched defs:jbyte (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_os_HwBlob.cpp | 316 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 D | android_os_HwParcel.cpp | 489 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 D | EphemeralStorage.cpp | 106 DEFINE_ALLOC_VECTOR_METHODS(Int8,jbyte,Byte) in DEFINE_ALLOC_VECTOR_METHODS() argument
|
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/ |
H A D | jni.h | 31 typedef int8_t jbyte; /* signed 8 bits */ typedef
|
/aosp12/libnativehelper/include_jni/ |
H A D | jni.h | 31 typedef int8_t jbyte; /* signed 8 bits */ typedef
|
/aosp12/art/runtime/jni/ |
H A D | jni_internal.cc | 587 static jclass DefineClass(JNIEnv*, const char*, jobject, const jbyte*, jsize) { in DefineClass()
|