Searched refs:DEFINE_BLOB_ARRAY_COPIER (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_HwBlob.cpp | 361 #define DEFINE_BLOB_ARRAY_COPIER(Suffix,Type,NewType) \ macro 393 DEFINE_BLOB_ARRAY_COPIER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_COPIER() function 394 DEFINE_BLOB_ARRAY_COPIER(Int16,jshort,Short) in DEFINE_BLOB_ARRAY_COPIER() 395 DEFINE_BLOB_ARRAY_COPIER(Int32,jint,Int) in DEFINE_BLOB_ARRAY_COPIER() 396 DEFINE_BLOB_ARRAY_COPIER(Int64,jlong,Long) in DEFINE_BLOB_ARRAY_COPIER() 397 DEFINE_BLOB_ARRAY_COPIER(Float,jfloat,Float) in DEFINE_BLOB_ARRAY_COPIER() 398 DEFINE_BLOB_ARRAY_COPIER(Double,jdouble,Double) in DEFINE_BLOB_ARRAY_COPIER()
|