Searched refs:DEFINE_BLOB_ARRAY_COPIER (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_HwBlob.cpp | 343 #define DEFINE_BLOB_ARRAY_COPIER(Suffix,Type,NewType) \ macro 375 DEFINE_BLOB_ARRAY_COPIER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_COPIER() function 376 DEFINE_BLOB_ARRAY_COPIER(Int16,jshort,Short) in DEFINE_BLOB_ARRAY_COPIER() 377 DEFINE_BLOB_ARRAY_COPIER(Int32,jint,Int) in DEFINE_BLOB_ARRAY_COPIER() 378 DEFINE_BLOB_ARRAY_COPIER(Int64,jlong,Long) in DEFINE_BLOB_ARRAY_COPIER() 379 DEFINE_BLOB_ARRAY_COPIER(Float,jfloat,Float) in DEFINE_BLOB_ARRAY_COPIER() 380 DEFINE_BLOB_ARRAY_COPIER(Double,jdouble,Double) in DEFINE_BLOB_ARRAY_COPIER()
|