Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_graphics_Picture.cpp34 jbyteArray jstorage) { in android_graphics_Picture_deserialize() argument
36 SkStream* strm = CreateJavaInputStreamAdaptor(env, jstream, jstorage); in android_graphics_Picture_deserialize()
60 jobject jstream, jbyteArray jstorage) { in android_graphics_Picture_serialize() argument
62 SkWStream* strm = CreateJavaOutputStreamAdaptor(env, jstream, jstorage); in android_graphics_Picture_serialize()
/frameworks/base/media/jni/
Dandroid_mtp_MtpServer.cpp162 android_mtp_MtpServer_add_storage(JNIEnv *env, jobject thiz, jobject jstorage) in android_mtp_MtpServer_add_storage() argument
168 jint storageID = env->GetIntField(jstorage, field_MtpStorage_storageId); in android_mtp_MtpServer_add_storage()
169 jstring path = (jstring)env->GetObjectField(jstorage, field_MtpStorage_path); in android_mtp_MtpServer_add_storage()
170 jstring description = (jstring)env->GetObjectField(jstorage, field_MtpStorage_description); in android_mtp_MtpServer_add_storage()
171 jboolean removable = env->GetBooleanField(jstorage, field_MtpStorage_removable); in android_mtp_MtpServer_add_storage()
172 jlong maxFileSize = env->GetLongField(jstorage, field_MtpStorage_maxFileSize); in android_mtp_MtpServer_add_storage()
/frameworks/base/core/jni/android/graphics/
DYuvToJpegEncoder.cpp239 jbyteArray jstorage) { in YuvImage_compressToJpeg() argument
241 SkWStream* strm = CreateJavaOutputStreamAdaptor(env, jstream, jstorage); in YuvImage_compressToJpeg()
DBitmap.cpp520 jobject jstream, jbyteArray jstorage) { in Bitmap_compress() argument
541 std::unique_ptr<SkWStream> strm(CreateJavaOutputStreamAdaptor(env, jstream, jstorage)); in Bitmap_compress()