Home
last modified time | relevance | path

Searched refs:DEFINE_BLOB_ARRAY_PUTTER (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_HwBlob.cpp524 #define DEFINE_BLOB_ARRAY_PUTTER(Suffix,Type,NewType) \ macro
544 DEFINE_BLOB_ARRAY_PUTTER(Int8,jbyte,Byte) in DEFINE_BLOB_ARRAY_PUTTER() function
545 DEFINE_BLOB_ARRAY_PUTTER(Int16,jshort,Short) in DEFINE_BLOB_ARRAY_PUTTER()
546 DEFINE_BLOB_ARRAY_PUTTER(Int32,jint,Int) in DEFINE_BLOB_ARRAY_PUTTER()
547 DEFINE_BLOB_ARRAY_PUTTER(Int64,jlong,Long) in DEFINE_BLOB_ARRAY_PUTTER()
548 DEFINE_BLOB_ARRAY_PUTTER(Float,jfloat,Float) in DEFINE_BLOB_ARRAY_PUTTER()
549 DEFINE_BLOB_ARRAY_PUTTER(Double,jdouble,Double) in DEFINE_BLOB_ARRAY_PUTTER()