Home
last modified time | relevance | path

Searched defs:env (Results 1 – 25 of 263) sorted by relevance

1234567891011

/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp45 static void android_view_RenderNode_output(JNIEnv* env, in android_view_RenderNode_output()
51 static jint android_view_RenderNode_getDebugSize(JNIEnv* env, in android_view_RenderNode_getDebugSize()
57 static jlong android_view_RenderNode_create(JNIEnv* env, jobject clazz, jstring name) { in android_view_RenderNode_create()
68 static void android_view_RenderNode_destroyRenderNode(JNIEnv* env, in android_view_RenderNode_destroyRenderNode()
74 static void android_view_RenderNode_setDisplayListData(JNIEnv* env, in android_view_RenderNode_setDisplayListData()
85 static jboolean android_view_RenderNode_setLayerType(JNIEnv* env, in android_view_RenderNode_setLayerType()
91 static jboolean android_view_RenderNode_setLayerPaint(JNIEnv* env, in android_view_RenderNode_setLayerPaint()
97 static jboolean android_view_RenderNode_setStaticMatrix(JNIEnv* env, in android_view_RenderNode_setStaticMatrix()
103 static jboolean android_view_RenderNode_setAnimationMatrix(JNIEnv* env, in android_view_RenderNode_setAnimationMatrix()
109 static jboolean android_view_RenderNode_setClipToBounds(JNIEnv* env, in android_view_RenderNode_setClipToBounds()
[all …]
Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp29 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
33 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
37 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
41 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
45 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
49 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
53 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
57 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
61 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
65 static jlong createLutInterpolator(JNIEnv* env, jobject clazz, jfloatArray jlut) { in createLutInterpolator()
[all …]
Dandroid_util_XmlBlock.cpp34 static jlong android_content_XmlBlock_nativeCreate(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreate()
62 static jlong android_content_XmlBlock_nativeGetStringBlock(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetStringBlock()
74 static jlong android_content_XmlBlock_nativeCreateParseState(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeCreateParseState()
94 static jint android_content_XmlBlock_nativeNext(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeNext()
128 static jint android_content_XmlBlock_nativeGetNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetNamespace()
139 static jint android_content_XmlBlock_nativeGetName(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetName()
150 static jint android_content_XmlBlock_nativeGetText(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetText()
161 static jint android_content_XmlBlock_nativeGetLineNumber(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetLineNumber()
173 static jint android_content_XmlBlock_nativeGetAttributeCount(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeCount()
185 static jint android_content_XmlBlock_nativeGetAttributeNamespace(JNIEnv* env, jobject clazz, in android_content_XmlBlock_nativeGetAttributeNamespace()
[all …]
Dandroid_os_SystemClock.cpp42 static jlong android_os_SystemClock_uptimeMillis(JNIEnv* env, in android_os_SystemClock_uptimeMillis()
51 static jlong android_os_SystemClock_elapsedRealtime(JNIEnv* env, in android_os_SystemClock_elapsedRealtime()
60 static jlong android_os_SystemClock_currentThreadTimeMillis(JNIEnv* env, in android_os_SystemClock_currentThreadTimeMillis()
73 static jlong android_os_SystemClock_currentThreadTimeMicro(JNIEnv* env, in android_os_SystemClock_currentThreadTimeMicro()
86 static jlong android_os_SystemClock_currentTimeMicro(JNIEnv* env, in android_os_SystemClock_currentTimeMicro()
98 static jlong android_os_SystemClock_elapsedRealtimeNano(JNIEnv* env, in android_os_SystemClock_elapsedRealtimeNano()
122 int register_android_os_SystemClock(JNIEnv* env) in register_android_os_SystemClock()
Dandroid_os_Parcel.cpp71 Parcel* parcelForJavaObject(JNIEnv* env, jobject obj) in parcelForJavaObject()
83 jobject createJavaParcelObject(JNIEnv* env) in createJavaParcelObject()
88 void recycleJavaParcelObject(JNIEnv* env, jobject parcelObj) in recycleJavaParcelObject()
93 static jint android_os_Parcel_dataSize(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataSize()
99 static jint android_os_Parcel_dataAvail(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataAvail()
105 static jint android_os_Parcel_dataPosition(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataPosition()
111 static jint android_os_Parcel_dataCapacity(JNIEnv* env, jclass clazz, jlong nativePtr) in android_os_Parcel_dataCapacity()
117 static jlong android_os_Parcel_setDataSize(JNIEnv* env, jclass clazz, jlong nativePtr, jint size) in android_os_Parcel_setDataSize()
130 static void android_os_Parcel_setDataPosition(JNIEnv* env, jclass clazz, jlong nativePtr, jint pos) in android_os_Parcel_setDataPosition()
138 static void android_os_Parcel_setDataCapacity(JNIEnv* env, jclass clazz, jlong nativePtr, jint size) in android_os_Parcel_setDataCapacity()
[all …]
Dandroid_view_MotionEvent.cpp68 MotionEvent* android_view_MotionEvent_getNativePtr(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_getNativePtr()
76 static void android_view_MotionEvent_setNativePtr(JNIEnv* env, jobject eventObj, in android_view_MotionEvent_setNativePtr()
82 jobject android_view_MotionEvent_obtainAsCopy(JNIEnv* env, const MotionEvent* event) { in android_view_MotionEvent_obtainAsCopy()
102 status_t android_view_MotionEvent_recycle(JNIEnv* env, jobject eventObj) { in android_view_MotionEvent_recycle()
117 static bool validatePointerCount(JNIEnv* env, jint pointerCount) { in validatePointerCount()
126 static bool validatePointerPropertiesArray(JNIEnv* env, jobjectArray pointerPropertiesObjArray, in validatePointerPropertiesArray()
142 static bool validatePointerCoordsObjArray(JNIEnv* env, jobjectArray pointerCoordsObjArray, in validatePointerCoordsObjArray()
158 static bool validatePointerIndex(JNIEnv* env, jint pointerIndex, size_t pointerCount) { in validatePointerIndex()
167 static bool validateHistoryPos(JNIEnv* env, jint historyPos, size_t historySize) { in validateHistoryPos()
176 static bool validatePointerCoords(JNIEnv* env, jobject pointerCoordsObj) { in validatePointerCoords()
[all …]
Dandroid_media_AudioTrack.cpp131 JNIEnv *env = AndroidRuntime::getJNIEnv(); in audioCallback() local
145 JNIEnv *env = AndroidRuntime::getJNIEnv(); in audioCallback() local
168 static sp<AudioTrack> getAudioTrack(JNIEnv* env, jobject thiz) in getAudioTrack()
176 static sp<AudioTrack> setAudioTrack(JNIEnv* env, jobject thiz, const sp<AudioTrack>& at) in setAudioTrack()
192 sp<AudioTrack> android_media_AudioTrack_getAudioTrack(JNIEnv* env, jobject audioTrackObj) { in android_media_AudioTrack_getAudioTrack()
216 android_media_AudioTrack_setup(JNIEnv *env, jobject thiz, jobject weak_this, in android_media_AudioTrack_setup()
415 android_media_AudioTrack_start(JNIEnv *env, jobject thiz) in android_media_AudioTrack_start()
430 android_media_AudioTrack_stop(JNIEnv *env, jobject thiz) in android_media_AudioTrack_stop()
445 android_media_AudioTrack_pause(JNIEnv *env, jobject thiz) in android_media_AudioTrack_pause()
460 android_media_AudioTrack_flush(JNIEnv *env, jobject thiz) in android_media_AudioTrack_flush()
[all …]
Dandroid_view_RenderNodeAnimator.cpp41 JNIEnv* env; in getEnv() local
63 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge()
76 JNIEnv* env = getEnv(mJvm); in onAnimationFinished() local
86 JNIEnv* env = getEnv(mJvm); in releaseJavaObject() local
108 static jlong createAnimator(JNIEnv* env, jobject clazz, in createAnimator()
116 static jlong createCanvasPropertyFloatAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyFloatAnimator()
124 static jlong createCanvasPropertyPaintAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyPaintAnimator()
135 static jlong createRevealAnimator(JNIEnv* env, jobject clazz, in createRevealAnimator()
142 static void setStartValue(JNIEnv* env, jobject clazz, jlong animatorPtr, jfloat startValue) { in setStartValue()
147 static void setDuration(JNIEnv* env, jobject clazz, jlong animatorPtr, jlong duration) { in setDuration()
[all …]
Dandroid_util_Binder.cpp144 static void incRefsCreated(JNIEnv* env) in incRefsCreated()
156 static JavaVM* jnienv_to_javavm(JNIEnv* env) in jnienv_to_javavm()
164 JNIEnv* env; in javavm_to_jnienv() local
168 static void report_exception(JNIEnv* env, jthrowable excep, const char* msg) in report_exception()
220 JavaBBinder(JNIEnv* env, jobject object) in JavaBBinder()
243 JNIEnv* env = javavm_to_jnienv(mVM); in ~JavaBBinder() local
250 JNIEnv* env = javavm_to_jnienv(mVM); in onTransact() local
317 sp<JavaBBinder> get(JNIEnv* env, jobject obj) in get()
370 JavaDeathRecipient(JNIEnv* env, jobject object, const sp<DeathRecipientList>& list) in JavaDeathRecipient()
387 JNIEnv* env = javavm_to_jnienv(mVM); in binderDied() local
[all …]
Dandroid_graphics_Picture.cpp30 static jlong android_graphics_Picture_newPicture(JNIEnv* env, jobject, jlong srcHandle) { in android_graphics_Picture_newPicture()
35 static jlong android_graphics_Picture_deserialize(JNIEnv* env, jobject, jobject jstream, in android_graphics_Picture_deserialize()
46 static void android_graphics_Picture_killPicture(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_killPicture()
52 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw()
61 static jboolean android_graphics_Picture_serialize(JNIEnv* env, jobject, jlong pictureHandle, in android_graphics_Picture_serialize()
74 static jint android_graphics_Picture_getWidth(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getWidth()
79 static jint android_graphics_Picture_getHeight(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getHeight()
84 static jlong android_graphics_Picture_beginRecording(JNIEnv* env, jobject, jlong pictHandle, in android_graphics_Picture_beginRecording()
91 static void android_graphics_Picture_endRecording(JNIEnv* env, jobject, jlong pictHandle) { in android_graphics_Picture_endRecording()
108 int register_android_graphics_Picture(JNIEnv* env) { in register_android_graphics_Picture()
Dandroid_hardware_location_ActivityRecognitionHardware.cpp36 static void check_and_clear_exceptions(JNIEnv* env, const char* method_name) { in check_and_clear_exceptions()
46 static jint attach_thread(JNIEnv** env) { in attach_thread()
94 JNIEnv* env = NULL; in activity_callback() local
133 static void class_init(JNIEnv* env, jclass clazz) { in class_init()
166 static void initialize(JNIEnv* env, jobject obj) { in initialize()
183 static void release(JNIEnv* env, jobject obj) { in release()
198 static jboolean is_supported(JNIEnv* env, jclass clazz) { in is_supported()
208 static jobjectArray get_supported_activities(JNIEnv* env, jobject obj) { in get_supported_activities()
244 JNIEnv* env, in enable_activity_event()
260 JNIEnv* env, in disable_activity_event()
[all …]
Dandroid_hardware_UsbDeviceConnection.cpp36 struct usb_device* get_device_from_object(JNIEnv* env, jobject connection) in get_device_from_object()
42 android_hardware_UsbDeviceConnection_open(JNIEnv *env, jobject thiz, jstring deviceName, in android_hardware_UsbDeviceConnection_open()
65 android_hardware_UsbDeviceConnection_close(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_close()
76 android_hardware_UsbDeviceConnection_get_fd(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_get_fd()
87 android_hardware_UsbDeviceConnection_get_desc(JNIEnv *env, jobject thiz) in android_hardware_UsbDeviceConnection_get_desc()
108 android_hardware_UsbDeviceConnection_claim_interface(JNIEnv *env, jobject thiz, in android_hardware_UsbDeviceConnection_claim_interface()
127 android_hardware_UsbDeviceConnection_release_interface(JNIEnv *env, jobject thiz, jint interfaceID) in android_hardware_UsbDeviceConnection_release_interface()
143 android_hardware_UsbDeviceConnection_set_interface(JNIEnv *env, jobject thiz, jint interfaceID, in android_hardware_UsbDeviceConnection_set_interface()
156 android_hardware_UsbDeviceConnection_set_configuration(JNIEnv *env, jobject thiz, jint configuratio… in android_hardware_UsbDeviceConnection_set_configuration()
168 android_hardware_UsbDeviceConnection_control_request(JNIEnv *env, jobject thiz, in android_hardware_UsbDeviceConnection_control_request()
[all …]
Dandroid_emoji_EmojiFactory.cpp106 JNIEnv* env, EmojiFactory* factory, jstring name) { in create_java_EmojiFactory()
117 JNIEnv* env, jobject clazz, jstring name) { in android_emoji_EmojiFactory_newInstance()
138 JNIEnv* env, jobject clazz) { in android_emoji_EmojiFactory_newAvailableInstance()
159 JNIEnv* env, jobject clazz, jlong nativeEmojiFactory, jint pua) { in android_emoji_EmojiFactory_getBitmapFromAndroidPua()
172 JNIEnv* env, jobject obj, jlong nativeEmojiFactory) { in android_emoji_EmojiFactory_destructor()
181 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jchar sjis) { in android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificSjis()
187 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint pua) { in android_emoji_EmojiFactory_getVendorSpecificSjisFromAndroidPua()
193 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint vsu) { in android_emoji_EmojiFactory_getAndroidPuaFromVendorSpecificPua()
199 JNIEnv* env, jobject obj, jlong nativeEmojiFactory, jint pua) { in android_emoji_EmojiFactory_getVendorSpecificPuaFromAndroidPua()
205 JNIEnv* env, jobject obj, jlong nativeEmojiFactory) { in android_emoji_EmojiFactory_getMaximumVendorSpecificPua()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp91 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
112 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener() local
119 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
142 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
149 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
167 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
197 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
246 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
264 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
281 getVideoSurfaceTexture(JNIEnv* env, jobject thiz) { in getVideoSurfaceTexture()
[all …]
Dandroid_media_MediaRecorder.cpp79 JNIMediaRecorderListener::JNIMediaRecorderListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaRecorderListener()
100 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaRecorderListener() local
109 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify() local
115 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) in get_surface()
121 static sp<PersistentSurface> get_persistentSurface(JNIEnv* env, jobject object) in get_persistentSurface()
128 static bool process_media_recorder_call(JNIEnv *env, status_t opStatus, const char* exception, cons… in process_media_recorder_call()
141 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject thiz) in getMediaRecorder()
148 static sp<MediaRecorder> setMediaRecorder(JNIEnv* env, jobject thiz, const sp<MediaRecorder>& recor… in setMediaRecorder()
163 static void android_media_MediaRecorder_setCamera(JNIEnv* env, jobject thiz, jobject camera) in android_media_MediaRecorder_setCamera()
181 android_media_MediaRecorder_setVideoSource(JNIEnv *env, jobject thiz, jint vs) in android_media_MediaRecorder_setVideoSource()
[all …]
Dandroid_media_MediaHTTPConnection.cpp34 JMediaHTTPConnection::JMediaHTTPConnection(JNIEnv *env, jobject thiz) in JMediaHTTPConnection()
54 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JMediaHTTPConnection() local
85 JNIEnv *env, jobject thiz, const sp<JMediaHTTPConnection> &conn) { in setObject()
100 static sp<JMediaHTTPConnection> getObject(JNIEnv *env, jobject thiz) { in getObject()
104 static void android_media_MediaHTTPConnection_native_init(JNIEnv *env) { in android_media_MediaHTTPConnection_native_init()
116 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_setup()
123 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_finalize()
128 JNIEnv *env, jobject thiz) { in android_media_MediaHTTPConnection_native_getIMemory()
135 JNIEnv *env, jobject thiz, jlong offset, jint size) { in android_media_MediaHTTPConnection_native_readAt()
174 int register_android_media_MediaHTTPConnection(JNIEnv *env) { in register_android_media_MediaHTTPConnection()
/frameworks/base/core/jni/android/graphics/
DGraphics.cpp21 void doThrowNPE(JNIEnv* env) { in doThrowNPE()
25 void doThrowAIOOBE(JNIEnv* env) { in doThrowAIOOBE()
29 void doThrowRE(JNIEnv* env, const char* msg) { in doThrowRE()
33 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE()
37 void doThrowISE(JNIEnv* env, const char* msg) { in doThrowISE()
41 void doThrowOOME(JNIEnv* env, const char* msg) { in doThrowOOME()
45 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE()
49 bool GraphicsJNI::hasException(JNIEnv *env) { in hasException()
60 AutoJavaFloatArray::AutoJavaFloatArray(JNIEnv* env, jfloatArray array, in AutoJavaFloatArray()
80 AutoJavaIntArray::AutoJavaIntArray(JNIEnv* env, jintArray array, in AutoJavaIntArray()
[all …]
DSurfaceTexture.cpp60 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
74 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
88 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
103 sp<GLConsumer> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
107 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
111 sp<ANativeWindow> android_SurfaceTexture_getNativeWindow(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_getNativeWindow()
118 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
140 JNISurfaceTextureContext::JNISurfaceTextureContext(JNIEnv* env, in JNISurfaceTextureContext()
148 JNIEnv* env = AndroidRuntime::getJNIEnv(); in getJNIEnv() local
174 JNIEnv* env = getJNIEnv(&needsDetach); in ~JNISurfaceTextureContext() local
[all …]
DMovie.cpp23 jobject create_jmovie(JNIEnv* env, SkMovie* moov) { in create_jmovie()
31 static SkMovie* J2Movie(JNIEnv* env, jobject movie) { in J2Movie()
42 static jint movie_width(JNIEnv* env, jobject movie) { in movie_width()
47 static jint movie_height(JNIEnv* env, jobject movie) { in movie_height()
52 static jboolean movie_isOpaque(JNIEnv* env, jobject movie) { in movie_isOpaque()
57 static jint movie_duration(JNIEnv* env, jobject movie) { in movie_duration()
62 static jboolean movie_setTime(JNIEnv* env, jobject movie, jint ms) { in movie_setTime()
67 static void movie_draw(JNIEnv* env, jobject movie, jlong canvasHandle, in movie_draw()
84 static jobject movie_decodeAsset(JNIEnv* env, jobject clazz, jlong native_asset) { in movie_decodeAsset()
92 static jobject movie_decodeStream(JNIEnv* env, jobject clazz, jobject istream) { in movie_decodeStream()
[all …]
DCamera.cpp11 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
16 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
22 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
28 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
34 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
41 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
47 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
53 static void Camera_rotateZ(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateZ()
59 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
67 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
DMatrix.cpp34 static void finalizer(JNIEnv* env, jobject clazz, jlong objHandle) { in finalizer()
39 static jlong create(JNIEnv* env, jobject clazz, jlong srcHandle) { in create()
49 static jboolean isIdentity(JNIEnv* env, jobject clazz, jlong objHandle) { in isIdentity()
54 static jboolean isAffine(JNIEnv* env, jobject clazz, jlong objHandle) { in isAffine()
59 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, jlong objHandle) { in rectStaysRect()
64 static void reset(JNIEnv* env, jobject clazz, jlong objHandle) { in reset()
68 static void set(JNIEnv* env, jobject clazz, jlong objHandle, jlong otherHandle) { in set()
73 static void setTranslate(JNIEnv* env, jobject clazz, jlong objHandle, jfloat dx, jfloat dy) { in setTranslate()
77 …static void setScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jflo… in setScale__FFFF()
81 static void setScale__FF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy) { in setScale__FF()
[all …]
/frameworks/base/media/mca/filterfw/jni/
Djni_native_program.cpp30 jboolean Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_allocate()
34 jboolean Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_deallocate()
38 jboolean Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_NativeProgram_nativeInit()
43 jboolean Java_android_filterfw_core_NativeProgram_openNativeLibrary(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_openNativeLibrary()
50 jboolean Java_android_filterfw_core_NativeProgram_bindInitFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindInitFunction()
57 jboolean Java_android_filterfw_core_NativeProgram_bindSetValueFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindSetValueFunction()
66 jboolean Java_android_filterfw_core_NativeProgram_bindGetValueFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindGetValueFunction()
75 jboolean Java_android_filterfw_core_NativeProgram_bindProcessFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindProcessFunction()
82 jboolean Java_android_filterfw_core_NativeProgram_bindResetFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindResetFunction()
91 jboolean Java_android_filterfw_core_NativeProgram_bindTeardownFunction(JNIEnv* env, in Java_android_filterfw_core_NativeProgram_bindTeardownFunction()
[all …]
Djni_gl_frame.cpp44 jboolean Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocate()
60 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture()
77 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo()
94 jboolean Java_android_filterfw_core_GLFrame_nativeAllocateExternal(JNIEnv* env, in Java_android_filterfw_core_GLFrame_nativeAllocateExternal()
108 jboolean Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_nativeDeallocate()
112 jboolean Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeData()
129 jbyteArray Java_android_filterfw_core_GLFrame_getNativeData(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeData()
141 jboolean Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeInts()
158 jintArray Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLFrame_getNativeInts()
170 jboolean Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, in Java_android_filterfw_core_GLFrame_setNativeFloats()
[all …]
Djni_gl_environment.cpp65 jboolean Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeAllocate()
69 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeallocate()
73 jboolean Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext(JNIEnv* env, in Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext()
79 jboolean Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext(JNIEnv* env, in Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext()
85 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsActive()
90 jboolean Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeIsContextActive()
100 jboolean Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeActivate()
105 jboolean Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeDeactivate()
110 jboolean Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz) { in Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers()
116 static sp<MediaRecorder> getMediaRecorder(JNIEnv* env, jobject jmediarecorder) { in getMediaRecorder()
[all …]
/frameworks/base/include/android_runtime/
DLog.h27 #define LOG_EX(env, priority, tag, ...) \ argument
29 #define LOGV_EX(env, ...) LOG_EX(env, LOG_VERBOSE, LOG_TAG, ##__VA_ARGS__) argument
30 #define LOGD_EX(env, ...) LOG_EX(env, LOG_DEBUG, LOG_TAG, ##__VA_ARGS__) argument
31 #define LOGI_EX(env, ...) LOG_EX(env, LOG_INFO, LOG_TAG, ##__VA_ARGS__) argument
32 #define LOGW_EX(env, ...) LOG_EX(env, LOG_WARN, LOG_TAG, ##__VA_ARGS__) argument
33 #define LOGE_EX(env, ...) LOG_EX(env, LOG_ERROR, LOG_TAG, ##__VA_ARGS__) argument

1234567891011