HomeSort by relevance Sort by last modified time
    Searched full:jobject (Results 51 - 75 of 439) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/core/jni/android/graphics/
LayerRasterizer.cpp 6 static SkRasterizer* create(JNIEnv* env, jobject) {
10 static void addLayer(JNIEnv* env, jobject, SkLayerRasterizer* layer, const SkPaint* paint, float dx, float dy) {
Matrix.cpp 34 static void finalizer(JNIEnv* env, jobject clazz, SkMatrix* obj) {
38 static SkMatrix* create(JNIEnv* env, jobject clazz, const SkMatrix* src) {
47 static jboolean isIdentity(JNIEnv* env, jobject clazz, SkMatrix* obj) {
51 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, SkMatrix* obj) {
55 static void reset(JNIEnv* env, jobject clazz, SkMatrix* obj) {
59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) {
63 static void setTranslate(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat dx, jfloat dy) {
69 static void setScale__FFFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy, jfloat px, jfloat py) {
77 static void setScale__FF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy) {
83 static void setRotate__FFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat degrees, jfloat px, jfloat py)
    [all...]
Picture.cpp 30 static SkPicture* newPicture(JNIEnv* env, jobject, const SkPicture* src) {
38 static SkPicture* deserialize(JNIEnv* env, jobject, jobject jstream,
49 static void killPicture(JNIEnv* env, jobject, SkPicture* picture) {
54 static void draw(JNIEnv* env, jobject, SkCanvas* canvas,
61 static bool serialize(JNIEnv* env, jobject, SkPicture* picture,
62 jobject jstream, jbyteArray jstorage) {
73 static int getWidth(JNIEnv* env, jobject jpic) {
78 static int getHeight(JNIEnv* env, jobject jpic) {
83 static SkCanvas* beginRecording(JNIEnv* env, jobject, SkPicture* pict
    [all...]
Canvas.cpp 59 static void finalizer(JNIEnv* env, jobject clazz, SkCanvas* canvas) {
63 static SkCanvas* initRaster(JNIEnv* env, jobject, SkBitmap* bitmap) {
67 static void freeCaches(JNIEnv* env, jobject) {
73 static jboolean isOpaque(JNIEnv* env, jobject jcanvas) {
79 static int getWidth(JNIEnv* env, jobject jcanvas) {
85 static int getHeight(JNIEnv* env, jobject jcanvas) {
91 static void setBitmap(JNIEnv* env, jobject, SkCanvas* canvas, SkBitmap* bitmap) {
99 static int saveAll(JNIEnv* env, jobject jcanvas) {
104 static int save(JNIEnv* env, jobject jcanvas, SkCanvas::SaveFlags flags) {
109 static int saveLayer(JNIEnv* env, jobject, SkCanvas* canvas, jobject bounds
    [all...]
PathEffect.cpp 14 static void destructor(JNIEnv* env, jobject, SkPathEffect* effect) {
18 static SkPathEffect* Compose_constructor(JNIEnv* env, jobject,
23 static SkPathEffect* Sum_constructor(JNIEnv* env, jobject,
28 static SkPathEffect* Dash_constructor(JNIEnv* env, jobject,
42 static SkPathEffect* OneD_constructor(JNIEnv* env, jobject,
49 static SkPathEffect* Corner_constructor(JNIEnv* env, jobject, float radius){
53 static SkPathEffect* Discrete_constructor(JNIEnv* env, jobject,
BitmapRegionDecoder.cpp 72 static jobject doBuildTileIndex(JNIEnv* env, SkStream* stream) {
97 static jobject nativeNewInstanceFromByteArray(JNIEnv* env, jobject, jbyteArray byteArray,
108 static jobject nativeNewInstanceFromFileDescriptor(JNIEnv* env, jobject clazz,
109 jobject fileDescriptor, jboolean isShareable) {
149 static jobject nativeNewInstanceFromStream(JNIEnv* env, jobject clazz,
150 jobject is, // InputStream
153 jobject largeBitmap = NULL
    [all...]
Paint.cpp 67 static void finalizer(JNIEnv* env, jobject clazz, SkPaint* obj) {
71 static SkPaint* init(JNIEnv* env, jobject clazz) {
77 static SkPaint* intiWithPaint(JNIEnv* env, jobject clazz, SkPaint* paint) {
82 static void reset(JNIEnv* env, jobject clazz, SkPaint* obj) {
87 static void assign(JNIEnv* env, jobject clazz, SkPaint* dst, const SkPaint* src) {
91 static jint getFlags(JNIEnv* env, jobject paint) {
96 static void setFlags(JNIEnv* env, jobject paint, jint flags) {
101 static jint getHinting(JNIEnv* env, jobject paint) {
107 static void setHinting(JNIEnv* env, jobject paint, jint mode) {
113 static void setAntiAlias(JNIEnv* env, jobject paint, jboolean aa)
    [all...]
  /frameworks/base/core/jni/
android_emoji_EmojiFactory.cpp 107 static jobject create_java_EmojiFactory(
109 jobject obj = env->NewObject(gEmojiFactory_class, gEmojiFactory_constructorMethodID,
118 static jobject android_emoji_EmojiFactory_newInstance(
119 JNIEnv* env, jobject clazz, jstring name) {
142 static jobject android_emoji_EmojiFactory_newAvailableInstance(
143 JNIEnv* env, jobject clazz) {
163 static jobject android_emoji_EmojiFactory_getBitmapFromAndroidPua(
164 JNIEnv* env, jobject clazz, jint nativeEmojiFactory, jint pua) {
179 jobject obj = env->NewObject(gBitmap_class, gBitmap_constructorMethodID,
189 JNIEnv* env, jobject obj, jint nativeEmojiFactory)
    [all...]
android_os_ParcelFileDescriptor.cpp 37 static jobject android_os_ParcelFileDescriptor_getFileDescriptorFromFd(JNIEnv* env,
38 jobject clazz, jint origfd)
48 static jobject android_os_ParcelFileDescriptor_getFileDescriptorFromFdNoDup(JNIEnv* env,
49 jobject clazz, jint fd)
55 jobject clazz, jobjectArray outFds)
65 jobject fdObj = jniCreateFileDescriptor(env, fds[i]);
70 static jint getFd(JNIEnv* env, jobject clazz)
72 jobject descriptor = env->GetObjectField(clazz, gParcelFileDescriptorOffsets.mFileDescriptor);
78 jobject clazz)
99 jobject clazz, jlong pos
    [all...]
com_android_internal_os_ZygoteInit.cpp 44 JNIEnv* env, jobject clazz, jint ruid, jint euid)
57 JNIEnv* env, jobject clazz, jint rgid, jint egid)
70 JNIEnv* env, jobject clazz, jint pid, jint pgid)
83 JNIEnv* env, jobject clazz, jint pid)
96 jobject clazz, jobject in, jobject out, jobject errfd)
133 jobject clazz, jobject descriptor, jboolean flag
    [all...]
android_opengl_GLES20.cpp 66 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
104 getDirectBufferPointer(JNIEnv *_env, jobject buffer) {
133 (JNIEnv *_env, jobject _this, jint texture) {
142 (JNIEnv *_env, jobject _this, jint program, jint shader) {
152 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) {
177 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
187 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
197 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
207 (JNIEnv *_env, jobject _this, jint target, jint texture) {
217 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha)
    [all...]
android_opengl_GLES11Ext.cpp 75 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
113 getDirectBufferPointer(JNIEnv *_env, jobject buffer) {
129 (JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) {
139 (JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) {
151 (JNIEnv *_env, jobject _this, jint mode) {
160 (JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) {
173 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) {
186 (JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) {
199 (JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) {
235 (JNIEnv *_env, jobject _this, jobject coords_buf)
    [all...]
android_view_PointerIcon.h 65 extern jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env,
66 jobject contextObj, int32_t style);
71 jobject pointerIconObj, jobject contextObj, PointerIcon* outPointerIcon);
76 jobject contextObj, int32_t style, PointerIcon* outPointerIcon);
android_media_AudioSystem.cpp 58 android_media_AudioSystem_muteMicrophone(JNIEnv *env, jobject thiz, jboolean on)
64 android_media_AudioSystem_isMicrophoneMuted(JNIEnv *env, jobject thiz)
72 android_media_AudioSystem_isStreamActive(JNIEnv *env, jobject thiz, jint stream, jint inPastMs)
80 android_media_AudioSystem_setParameters(JNIEnv *env, jobject thiz, jstring keyValuePairs)
93 android_media_AudioSystem_getParameters(JNIEnv *env, jobject thiz, jstring keys)
132 android_media_AudioSystem_setDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jint state, jstring device_address)
143 android_media_AudioSystem_getDeviceConnectionState(JNIEnv *env, jobject thiz, jint device, jstring device_address)
153 android_media_AudioSystem_setPhoneState(JNIEnv *env, jobject thiz, jint state)
159 android_media_AudioSystem_setRingerMode(JNIEnv *env, jobject thiz, jint mode, jint mask)
165 android_media_AudioSystem_setForceUse(JNIEnv *env, jobject thiz, jint usage, jint config
    [all...]
android_opengl_GLES10.cpp 78 getPointer(JNIEnv *_env, jobject buffer, jarray *array, jint *remaining)
115 getDirectBufferPointer(JNIEnv *_env, jobject buffer) {
139 (JNIEnv *_env, jobject _this, jint texture) {
148 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
158 (JNIEnv *_env, jobject _this, jint func, jint ref) {
168 (JNIEnv *_env, jobject _this, jint target, jint texture) {
178 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) {
188 (JNIEnv *_env, jobject _this, jint mask) {
197 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
209 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha)
    [all...]
android_net_TrafficStats.cpp 128 static jlong getMobileTxPackets(JNIEnv* env, jobject clazz) {
132 static jlong getMobileRxPackets(JNIEnv* env, jobject clazz) {
136 static jlong getMobileTxBytes(JNIEnv* env, jobject clazz) {
140 static jlong getMobileRxBytes(JNIEnv* env, jobject clazz) {
155 static jlong getTxPackets(JNIEnv* env, jobject clazz, jstring interface) {
159 static jlong getRxPackets(JNIEnv* env, jobject clazz, jstring interface) {
163 static jlong getTxBytes(JNIEnv* env, jobject clazz, jstring interface) {
167 static jlong getRxBytes(JNIEnv* env, jobject clazz, jstring interface) {
175 static jlong getTotalTxPackets(JNIEnv* env, jobject clazz) {
179 static jlong getTotalRxPackets(JNIEnv* env, jobject clazz)
    [all...]
android_view_PointerIcon.cpp 42 jobject android_view_PointerIcon_getSystemIcon(JNIEnv* env, jobject contextObj, int32_t style) {
43 jobject pointerIconObj = env->CallStaticObjectMethod(gPointerIconClassInfo.clazz,
54 status_t android_view_PointerIcon_load(JNIEnv* env, jobject pointerIconObj, jobject contextObj,
62 jobject loadedPointerIconObj = env->CallObjectMethod(pointerIconObj,
78 jobject bitmapObj = env->GetObjectField(loadedPointerIconObj, gPointerIconClassInfo.mBitmap);
91 status_t android_view_PointerIcon_loadSystemIcon(JNIEnv* env, jobject contextObj,
93 jobject pointerIconObj = android_view_PointerIcon_getSystemIcon(env, contextObj, style);
android_hardware_UsbDeviceConnection.cpp 36 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection)
42 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName,
43 jobject fileDescriptor)
65 android_hardware_UsbDeviceConnection_close(JNIEnv *env, jobject thiz)
76 android_hardware_UsbDeviceConnection_get_fd(JNIEnv *env, jobject thiz)
87 android_hardware_UsbDeviceConnection_get_desc(JNIEnv *env, jobject thiz)
108 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz,
127 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, int interfaceID)
143 android_hardware_UsbDeviceConnection_control_request(JNIEnv *env, jobject thiz,
172 android_hardware_UsbDeviceConnection_bulk_request(JNIEnv *env, jobject thiz
    [all...]
  /system/media/mca/filterfw/jni/
jni_native_program.cpp 30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) {
34 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) {
38 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) {
44 jobject thiz,
51 jobject thiz,
58 jobject thiz,
67 jobject thiz,
76 jobject thiz,
83 jobject thiz,
92 jobject thiz
    [all...]
jni_native_frame.cpp 36 jobject thiz,
41 jboolean Java_android_filterfw_core_NativeFrame_nativeDeallocate(JNIEnv* env, jobject thiz) {
54 jobject thiz,
73 jobject thiz,
88 jobject thiz,
89 jobject buffer) {
99 jobject thiz,
117 jobject thiz,
133 jobject thiz,
151 jobject thiz
    [all...]
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 36 static inline SoundPool* MusterSoundPool(JNIEnv *env, jobject thiz) {
42 android_media_SoundPool_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority)
57 android_media_SoundPool_load_FD(JNIEnv *env, jobject thiz, jobject fileDescriptor,
68 android_media_SoundPool_unload(JNIEnv *env, jobject thiz, jint sampleID) {
76 android_media_SoundPool_play(JNIEnv *env, jobject thiz, jint sampleID,
87 android_media_SoundPool_pause(JNIEnv *env, jobject thiz, jint channelID)
96 android_media_SoundPool_resume(JNIEnv *env, jobject thiz, jint channelID)
105 android_media_SoundPool_autoPause(JNIEnv *env, jobject thiz)
114 android_media_SoundPool_autoResume(JNIEnv *env, jobject thiz
    [all...]
  /frameworks/base/opengl/tools/glgen/stubs/gles11/
glShaderSource.cpp 6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 67 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
73 jobject mObject; // Weak ref to MediaPlayer Java object to call on
76 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz)
123 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz)
130 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player)
148 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exception, const char *message)
176 JNIEnv *env, jobject thiz, jstring path,
218 android_media_MediaPlayer_setDataSource(JNIEnv *env, jobject thiz, jstring path
    [all...]
  /external/webkit/Source/WebKit/android/benchmark/
MyJavaVM.cpp 42 jobject env_callObjectMethodV(JNIEnv*, jobject, jmethodID, va_list) {
45 void env_callVoidMethodV(JNIEnv*, jobject, jmethodID, va_list) {}
46 void env_deleteRef(JNIEnv*, jobject) {}
59 jclass env_getObjectClass(JNIEnv*, jobject) {
74 jobject env_newRef(JNIEnv*, jobject obj) {
77 jobject env_newObjectV(JNIEnv*, jclass, jmethodID, va_list) {
86 void env_setIntField(JNIEnv*, jobject, jfieldID, jint) {}
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con)
100 nAssignName(JNIEnv *_env, jobject _this, RsContext con, jint obj, jbyteArray str)
110 nGetName(JNIEnv *_env, jobject _this, RsContext con, jint obj)
122 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj)
131 nDeviceCreate(JNIEnv *_env, jobject _this)
138 nDeviceDestroy(JNIEnv *_env, jobject _this, jint dev)
145 nDeviceSetConfig(JNIEnv *_env, jobject _this, jint dev, jint p, jint value)
152 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer)
159 nContextCreateGL(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer,
183 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p
    [all...]

Completed in 232 milliseconds

1 23 4 5 6 7 8 91011>>