Searched refs:DEFINE_BLOB_ARRAY_PUTTER (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_os_HwBlob.cpp | 459 #define DEFINE_BLOB_ARRAY_PUTTER(Suffix,Type,NewType) \ macro 479 DEFINE_BLOB_ARRAY_PUTTER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_PUTTER() function 480 DEFINE_BLOB_ARRAY_PUTTER(Int16,jshort,Short) in DEFINE_BLOB_ARRAY_PUTTER() 481 DEFINE_BLOB_ARRAY_PUTTER(Int32,jint,Int) in DEFINE_BLOB_ARRAY_PUTTER() 482 DEFINE_BLOB_ARRAY_PUTTER(Int64,jlong,Long) in DEFINE_BLOB_ARRAY_PUTTER() 483 DEFINE_BLOB_ARRAY_PUTTER(Float,jfloat,Float) in DEFINE_BLOB_ARRAY_PUTTER() 484 DEFINE_BLOB_ARRAY_PUTTER(Double,jdouble,Double) in DEFINE_BLOB_ARRAY_PUTTER()
|