Searched refs:gethandle (Results 1 – 2 of 2) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-jni.c | 55 #define gethandle() \ macro 193 gethandle(); in TJCompressor_compress() 294 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 370 gethandle(); in TJCompressor_encodeYUV() 472 gethandle(); in TJCompressor_encodeYUV_12() 532 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy() 596 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() 634 gethandle(); in TJDecompressor_decompress() 730 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 811 gethandle(); in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() [all …]
|
/external/javasqlite/src/main/native/ |
D | sqlite_jni.c | 210 gethandle(JNIEnv *env, jobject obj) in gethandle() function 775 handle *h = gethandle(env, obj); in doclose() 894 handle *h = gethandle(env, obj); in Java_SQLite_Database__1busy_1timeout() 934 handle *h = gethandle(env, obj); in Java_SQLite_Database_dbversion() 957 handle *h = gethandle(env, obj); in Java_SQLite_Database__1last_1insert_1rowid() 982 handle *h = gethandle(env, obj); in Java_SQLite_Database__1changes() 1029 handle *h = gethandle(env, obj); in Java_SQLite_Database__1interrupt() 1055 handle *h = gethandle(env, obj); in Java_SQLite_Database__1open4() 1274 handle *h = gethandle(env, obj); in Java_SQLite_Database__1open_1aux_1file() 1323 handle *h = gethandle(env, obj); in Java_SQLite_Database__1busy_1handler() [all …]
|