Home
last modified time | relevance | path

Searched refs:JNIEnv (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/frameworks/base/libs/hwui/apex/
Djni_runtime.cpp28 extern int register_android_graphics_Bitmap(JNIEnv*);
29 extern int register_android_graphics_BitmapFactory(JNIEnv*);
30 extern int register_android_graphics_BitmapRegionDecoder(JNIEnv*);
31 extern int register_android_graphics_ByteBufferStreamAdaptor(JNIEnv* env);
32 extern int register_android_graphics_Camera(JNIEnv* env);
33 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env);
34 extern int register_android_graphics_Graphics(JNIEnv* env);
35 extern int register_android_graphics_ImageDecoder(JNIEnv*);
36 extern int register_android_graphics_drawable_AnimatedImageDrawable(JNIEnv*);
37 extern int register_android_graphics_Interpolator(JNIEnv* env);
[all …]
DLayoutlibLoader.cpp29 extern int register_android_graphics_Bitmap(JNIEnv*);
30 extern int register_android_graphics_BitmapFactory(JNIEnv*);
31 extern int register_android_graphics_ByteBufferStreamAdaptor(JNIEnv* env);
32 extern int register_android_graphics_Camera(JNIEnv* env);
33 extern int register_android_graphics_CreateJavaOutputStreamAdaptor(JNIEnv* env);
34 extern int register_android_graphics_Graphics(JNIEnv* env);
35 extern int register_android_graphics_ImageDecoder(JNIEnv*);
36 extern int register_android_graphics_Interpolator(JNIEnv* env);
37 extern int register_android_graphics_MaskFilter(JNIEnv* env);
38 extern int register_android_graphics_NinePatch(JNIEnv*);
[all …]
/frameworks/base/services/core/jni/
Donload.cpp27 int register_android_server_BatteryStatsService(JNIEnv* env);
28 int register_android_server_ConsumerIrService(JNIEnv *env);
29 int register_android_server_InputManager(JNIEnv* env);
30 int register_android_server_LightsService(JNIEnv* env);
31 int register_android_server_PowerManagerService(JNIEnv* env);
32 int register_android_server_PowerStatsService(JNIEnv* env);
33 int register_android_server_power_stats_CpuPowerStatsCollector(JNIEnv* env);
34 int register_android_server_HintManagerService(JNIEnv* env);
35 int register_android_server_storage_AppFuse(JNIEnv* env);
36 int register_android_server_SerialService(JNIEnv* env);
[all …]
Dcom_android_server_location_GnssLocationProvider.cpp162 JNIEnv* env = getJniEnv(); in setCapabilitiesCb()
169 JNIEnv* env = getJniEnv(); in gnssPowerStatsCb()
200 static void android_location_gnss_hal_GnssNative_class_init_once(JNIEnv* env, jclass clazz) { in android_location_gnss_hal_GnssNative_class_init_once()
236 static void android_location_gnss_hal_GnssNative_init_once(JNIEnv* env, jobject obj, in android_location_gnss_hal_GnssNative_init_once()
277 static jboolean android_location_gnss_hal_GnssNative_is_supported(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_is_supported() argument
282 JNIEnv* /* env */, jclass /* clazz */) { in android_location_GnssNetworkConnectivityHandler_is_agps_ril_supported() argument
287 JNIEnv* env, jclass /* jclazz */) { in android_location_GnssConfiguration_get_gnss_configuration_version()
295 static jboolean android_location_gnss_hal_GnssNative_init(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_init() argument
368 static void android_location_gnss_hal_GnssNative_cleanup(JNIEnv* /* env */, jclass) { in android_location_gnss_hal_GnssNative_cleanup() argument
373 JNIEnv* /* env */, jclass, jint mode, jint recurrence, jint min_interval, in android_location_gnss_hal_GnssNative_set_position_mode() argument
[all …]
/frameworks/base/core/jni/
DAndroidRuntime.cpp59 extern int register_android_os_Binder(JNIEnv* env);
60 extern int register_android_os_Process(JNIEnv* env);
61 extern int register_android_graphics_GraphicBuffer(JNIEnv* env);
63 extern int register_com_google_android_gles_jni_EGLImpl(JNIEnv* env);
64 extern int register_com_google_android_gles_jni_GLImpl(JNIEnv* env);
65 extern int register_android_opengl_jni_EGL14(JNIEnv* env);
66 extern int register_android_opengl_jni_EGL15(JNIEnv* env);
67 extern int register_android_opengl_jni_EGLExt(JNIEnv* env);
68 extern int register_android_opengl_jni_GLES10(JNIEnv* env);
69 extern int register_android_opengl_jni_GLES10Ext(JNIEnv* env);
[all …]
Dandroid_hardware_location_ActivityRecognitionHardware.cpp35 static void class_init(JNIEnv* /*env*/, jclass /*clazz*/) { in class_init() argument
43 static void initialize(JNIEnv* /*env*/, jobject /*obj*/) { in initialize() argument
51 static void release(JNIEnv* /*env*/, jobject /*obj*/) { in release() argument
59 static jboolean is_supported(JNIEnv* /*env*/, jclass /*clazz*/) { in is_supported() argument
68 static jobjectArray get_supported_activities(JNIEnv* /*env*/, jobject /*obj*/) { in get_supported_activities() argument
78 JNIEnv* /*env*/, in enable_activity_event() argument
92 JNIEnv* /*env*/, in disable_activity_event() argument
104 static int flush(JNIEnv* /*env*/, jobject /*obj*/) { in flush() argument
126 int register_android_hardware_location_ActivityRecognitionHardware(JNIEnv* env) { in register_android_hardware_location_ActivityRecognitionHardware()
Dandroid_graphics_SurfaceTexture.cpp82 static void SurfaceTexture_setSurfaceTexture(JNIEnv* env, jobject thiz, in SurfaceTexture_setSurfaceTexture()
96 static void SurfaceTexture_setProducer(JNIEnv* env, jobject thiz, in SurfaceTexture_setProducer()
110 static void SurfaceTexture_setFrameAvailableListener(JNIEnv* env, in SurfaceTexture_setFrameAvailableListener()
125 sp<SurfaceTexture> SurfaceTexture_getSurfaceTexture(JNIEnv* env, jobject thiz) { in SurfaceTexture_getSurfaceTexture()
129 sp<IGraphicBufferProducer> SurfaceTexture_getProducer(JNIEnv* env, jobject thiz) { in SurfaceTexture_getProducer()
133 bool android_SurfaceTexture_isInstanceOf(JNIEnv* env, jobject thiz) { in android_SurfaceTexture_isInstanceOf()
142 JNISurfaceTextureContextCommon(JNIEnv* env, jobject weakThiz, jclass clazz) in JNISurfaceTextureContextCommon()
146 JNIEnv* env = getJNIEnv(); in ~JNISurfaceTextureContextCommon()
156 JNIEnv* env = getJNIEnv(); in onFrameAvailable()
165 static JNIEnv* getJNIEnv() { in getJNIEnv()
[all …]
Dandroid_database_SQLiteRawStatement.cpp61 static void throwInvalidParameter(JNIEnv *env, jlong stmtPtr, jint index) { in throwInvalidParameter()
76 static void throwIfInvalidColumn(JNIEnv *env, jlong stmtPtr, jint col) { in throwIfInvalidColumn()
87 static bool throwIfError(JNIEnv *env, jlong stmtPtr) { in throwIfError()
97 static jint bindParameterCount(JNIEnv* env, jclass, jlong stmtPtr) { in bindParameterCount()
102 static jint bindParameterIndex(JNIEnv *env, jclass, jlong stmtPtr, jstring jname) { in bindParameterIndex()
119 static jstring bindParameterName(JNIEnv *env, jclass, jlong stmtPtr, jint param) { in bindParameterName()
127 static jint columnCount(JNIEnv* env, jclass, jlong stmtPtr) { in columnCount()
134 static jint step(JNIEnv* env, jclass, jlong stmtPtr, jboolean throwOnError) { in step()
150 static void reset(JNIEnv*, jclass, jlong stmtPtr, jboolean clear) { in reset() argument
156 static void clearBindings(JNIEnv*, jclass, jlong stmtPtr) { in clearBindings() argument
[all …]
Dandroid_os_Trace.cpp41 inline static void withString(JNIEnv* env, jstring jstr, F callback) { in withString()
61 static void android_os_Trace_nativeTraceCounter(JNIEnv* env, jclass, in android_os_Trace_nativeTraceCounter()
67 static void android_os_Trace_nativeTraceBegin(JNIEnv* env, jclass, in android_os_Trace_nativeTraceBegin()
72 static void android_os_Trace_nativeTraceEnd(JNIEnv*, jclass, jlong tag) { in android_os_Trace_nativeTraceEnd() argument
76 static void android_os_Trace_nativeAsyncTraceBegin(JNIEnv* env, jclass, in android_os_Trace_nativeAsyncTraceBegin()
83 static void android_os_Trace_nativeAsyncTraceEnd(JNIEnv* env, jclass, in android_os_Trace_nativeAsyncTraceEnd()
90 static void android_os_Trace_nativeAsyncTraceForTrackBegin(JNIEnv* env, jclass, in android_os_Trace_nativeAsyncTraceForTrackBegin()
99 static void android_os_Trace_nativeAsyncTraceForTrackEnd(JNIEnv* env, jclass, in android_os_Trace_nativeAsyncTraceForTrackEnd()
106 static void android_os_Trace_nativeSetAppTracingAllowed(JNIEnv*, jclass, jboolean allowed) { in android_os_Trace_nativeSetAppTracingAllowed() argument
112 static void android_os_Trace_nativeSetTracingEnabled(JNIEnv*, jclass, jboolean enabled) { in android_os_Trace_nativeSetTracingEnabled() argument
[all …]
/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h59 static JNIEnv* getJNIEnv();
62 static JNIEnv* attachJNIEnv(const char* envName);
68 static bool hasException(JNIEnv*);
70 static void get_jrect(JNIEnv*, jobject jrect, int* L, int* T, int* R, int* B);
71 static void set_jrect(JNIEnv*, jobject jrect, int L, int T, int R, int B);
73 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
74 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
76 static SkRect* jrectf_to_rect(JNIEnv*, jobject jrectf, SkRect*);
77 static SkRect* jrect_to_rect(JNIEnv*, jobject jrect, SkRect*);
78 static void rect_to_jrectf(const SkRect&, JNIEnv*, jobject jrectf);
[all …]
Dandroid_graphics_drawable_VectorDrawable.cpp31 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
37 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
44 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
49 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
56 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
61 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
68 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
73 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
79 static void setNodeName(JNIEnv* env, jobject, jlong nodePtr, jstring nameStr) { in setNodeName()
86 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
[all …]
Dandroid_graphics_HardwareRenderer.cpp104 static JNIEnv* getenv(JavaVM* vm) { in getenv()
105 JNIEnv* env; in getenv()
112 typedef ANativeWindow* (*ANW_fromSurface)(JNIEnv* env, jobject surface);
117 explicit FrameCommitWrapper(JNIEnv* env, jobject jobject) { in FrameCommitWrapper()
146 static void android_view_ThreadedRenderer_rotateProcessStatsBuffer(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_rotateProcessStatsBuffer()
150 static void android_view_ThreadedRenderer_setProcessStatsBuffer(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_setProcessStatsBuffer()
155 static jint android_view_ThreadedRenderer_getRenderThreadTid(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_getRenderThreadTid()
161 static jlong android_view_ThreadedRenderer_createRootRenderNode(JNIEnv* env, jobject clazz) { in android_view_ThreadedRenderer_createRootRenderNode()
168 static jlong android_view_ThreadedRenderer_createProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_createProxy()
176 static void android_view_ThreadedRenderer_deleteProxy(JNIEnv* env, jobject clazz, in android_view_ThreadedRenderer_deleteProxy()
[all …]
Dandroid_graphics_animation_RenderNodeAnimator.cpp33 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
34 JNIEnv* env; in getEnv()
56 AnimationListenerBridge(JNIEnv* env, jobject finishListener) { in AnimationListenerBridge()
69 JNIEnv* env = getEnv(mJvm); in onAnimationFinished()
79 JNIEnv* env = getEnv(mJvm); in releaseJavaObject()
101 static jlong createAnimator(JNIEnv* env, jobject clazz, in createAnimator()
109 static jlong createCanvasPropertyFloatAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyFloatAnimator()
117 static jlong createCanvasPropertyPaintAnimator(JNIEnv* env, jobject clazz, in createCanvasPropertyPaintAnimator()
128 static jlong createRevealAnimator(JNIEnv* env, jobject clazz, in createRevealAnimator()
135 static void setStartValue(JNIEnv* env, jobject clazz, jlong animatorPtr, jfloat startValue) { in setStartValue()
[all …]
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp36 static JNIEnv* getEnv(JavaVM* vm) { in getEnv()
37 JNIEnv* env; in getEnv()
44 static AnimationListener* createAnimationListener(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
47 AnimationListenerBridge(JNIEnv* env, jobject finishListener, jint id) { in createAnimationListener()
61 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
71 JNIEnv* env = getEnv(mJvm); in createAnimationListener()
83 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
93 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
98 static void setVectorDrawableTarget(JNIEnv*, jobject,jlong animatorPtr, jlong vectorDrawablePtr) { in setVectorDrawableTarget() argument
104 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
[all …]
Dandroid_graphics_animation_NativeInterpolatorFactory.cpp26 static jlong createAccelerateDecelerateInterpolator(JNIEnv* env, jobject clazz) { in createAccelerateDecelerateInterpolator()
30 static jlong createAccelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createAccelerateInterpolator()
34 static jlong createAnticipateInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateInterpolator()
38 static jlong createAnticipateOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createAnticipateOvershootInterpolator()
42 static jlong createBounceInterpolator(JNIEnv* env, jobject clazz) { in createBounceInterpolator()
46 static jlong createCycleInterpolator(JNIEnv* env, jobject clazz, jfloat cycles) { in createCycleInterpolator()
50 static jlong createDecelerateInterpolator(JNIEnv* env, jobject clazz, jfloat factor) { in createDecelerateInterpolator()
54 static jlong createLinearInterpolator(JNIEnv* env, jobject clazz) { in createLinearInterpolator()
58 static jlong createOvershootInterpolator(JNIEnv* env, jobject clazz, jfloat tension) { in createOvershootInterpolator()
62 static jlong createPathInterpolator(JNIEnv* env, jobject clazz, jfloatArray jX, jfloatArray jY) { in createPathInterpolator()
[all …]
DCamera.cpp8 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
13 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
19 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
25 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
31 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
38 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
44 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
50 static void Camera_rotateZ(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateZ()
56 static void Camera_rotate(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_rotate()
64 static void Camera_setLocation(JNIEnv* env, jobject obj, jfloat x, jfloat y, jfloat z) { in Camera_setLocation()
[all …]
/frameworks/base/media/mca/filterfw/jni/
Djni_gl_frame.h27 Java_android_filterfw_core_GLFrame_nativeAllocate(JNIEnv* env,
34 Java_android_filterfw_core_GLFrame_nativeAllocateWithTexture(JNIEnv* env,
42 Java_android_filterfw_core_GLFrame_nativeAllocateWithFbo(JNIEnv* env,
50 Java_android_filterfw_core_GLFrame_nativeAllocateExternal(JNIEnv* env,
55 Java_android_filterfw_core_GLFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
58 Java_android_filterfw_core_GLFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
61 Java_android_filterfw_core_GLFrame_getNativeInts(JNIEnv* env, jobject thiz);
64 Java_android_filterfw_core_GLFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
67 Java_android_filterfw_core_GLFrame_getNativeFloats(JNIEnv* env, jobject thiz);
70 Java_android_filterfw_core_GLFrame_setNativeData(JNIEnv* env,
[all …]
Djni_gl_environment.h27 Java_android_filterfw_core_GLEnvironment_nativeAllocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_GLEnvironment_nativeDeallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_GLEnvironment_nativeInitWithNewContext(JNIEnv* env, jobject thiz);
36 Java_android_filterfw_core_GLEnvironment_nativeInitWithCurrentContext(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_GLEnvironment_nativeIsActive(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_GLEnvironment_nativeIsContextActive(JNIEnv* env, jobject thiz);
45 Java_android_filterfw_core_GLEnvironment_nativeIsAnyContextActive(JNIEnv* env, jclass clazz);
48 Java_android_filterfw_core_GLEnvironment_nativeActivate(JNIEnv* env, jobject thiz);
51 Java_android_filterfw_core_GLEnvironment_nativeDeactivate(JNIEnv* env, jobject thiz);
54 Java_android_filterfw_core_GLEnvironment_nativeSwapBuffers(JNIEnv* env, jobject thiz);
[all …]
Djni_native_program.h27 Java_android_filterfw_core_NativeProgram_allocate(JNIEnv* env, jobject thiz);
30 Java_android_filterfw_core_NativeProgram_deallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_NativeProgram_nativeInit(JNIEnv* env, jobject thiz);
36 Java_android_filterfw_core_NativeProgram_openNativeLibrary(JNIEnv* env,
41 Java_android_filterfw_core_NativeProgram_bindInitFunction(JNIEnv* env,
46 Java_android_filterfw_core_NativeProgram_bindSetValueFunction(JNIEnv* env,
51 Java_android_filterfw_core_NativeProgram_bindGetValueFunction(JNIEnv* env,
56 Java_android_filterfw_core_NativeProgram_bindProcessFunction(JNIEnv* env,
61 Java_android_filterfw_core_NativeProgram_bindResetFunction(JNIEnv* env,
66 Java_android_filterfw_core_NativeProgram_bindTeardownFunction(JNIEnv* env,
[all …]
Djni_native_frame.h27 Java_android_filterfw_core_NativeFrame_nativeAllocate(JNIEnv* env, jobject thiz, jint size);
30 Java_android_filterfw_core_NativeFrame_nativeDeallocate(JNIEnv* env, jobject thiz);
33 Java_android_filterfw_core_NativeFrame_nativeIntSize(JNIEnv* env, jclass clazz);
36 Java_android_filterfw_core_NativeFrame_nativeFloatSize(JNIEnv* env, jclass clazz);
39 Java_android_filterfw_core_NativeFrame_setNativeInts(JNIEnv* env, jobject thiz, jintArray ints);
42 Java_android_filterfw_core_NativeFrame_getNativeInts(JNIEnv* env, jobject thiz, jint size);
45 Java_android_filterfw_core_NativeFrame_setNativeFloats(JNIEnv* env, jobject thiz, jfloatArray ints);
48 Java_android_filterfw_core_NativeFrame_getNativeFloats(JNIEnv* env, jobject thiz, jint size);
51 Java_android_filterfw_core_NativeFrame_setNativeData(JNIEnv* env,
58 Java_android_filterfw_core_NativeFrame_getNativeData(JNIEnv* env, jobject thiz, jint size);
[all …]
Djni_shader_program.h29 Java_android_filterfw_core_ShaderProgram_allocate(JNIEnv* env,
36 Java_android_filterfw_core_ShaderProgram_deallocate(JNIEnv* env, jobject thiz);
39 Java_android_filterfw_core_ShaderProgram_compileAndLink(JNIEnv* env, jobject thiz);
42 Java_android_filterfw_core_ShaderProgram_setUniformValue(JNIEnv* env,
48 Java_android_filterfw_core_ShaderProgram_getUniformValue(JNIEnv* env,
53 Java_android_filterfw_core_ShaderProgram_shaderProcess(JNIEnv* env,
59 Java_android_filterfw_core_ShaderProgram_nativeCreateIdentity(JNIEnv* env,
64 Java_android_filterfw_core_ShaderProgram_setSourceRegion(JNIEnv* env,
76 Java_android_filterfw_core_ShaderProgram_setTargetRegion(JNIEnv* env,
88 Java_android_filterfw_core_ShaderProgram_setShaderClearsOutput(JNIEnv* env,
[all …]
/frameworks/base/services/core/jni/BroadcastRadio/
Dconvert.h29 void register_android_server_broadcastradio_convert(JNIEnv *env);
38 hardware::hidl_vec<hardware::hidl_string> StringListToHal(JNIEnv *env, jobject jList);
40 JavaRef<jobject> VendorInfoFromHal(JNIEnv *env, const hardware::hidl_vec<V1_1::VendorKeyValue> &inf…
41 hardware::hidl_vec<V1_1::VendorKeyValue> VendorInfoToHal(JNIEnv *env, jobject jInfo);
43 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_0::Properties &properties,
45 JavaRef<jobject> ModulePropertiesFromHal(JNIEnv *env, const V1_1::Properties &properties,
48 JavaRef<jobject> BandConfigFromHal(JNIEnv *env, const V1_0::BandConfig &config, Region region);
49 V1_0::BandConfig BandConfigToHal(JNIEnv *env, jobject jConfig, Region &region);
53 JavaRef<jobject> MetadataFromHal(JNIEnv *env, const hardware::hidl_vec<V1_0::MetaData> &metadata);
54 JavaRef<jobject> ProgramInfoFromHal(JNIEnv *env, const V1_0::ProgramInfo &info, V1_0::Band band);
[all …]
/frameworks/base/core/jni/platform/host/
DHostRuntime.cpp58 extern int register_android_os_Binder(JNIEnv* env);
59 extern int register_libcore_util_NativeAllocationRegistry_Delegate(JNIEnv* env);
63 static void NativeAllocationRegistry_Delegate_nativeApplyFreeFunction(JNIEnv*, jclass, in NativeAllocationRegistry_Delegate_nativeApplyFreeFunction() argument
76 int register_libcore_util_NativeAllocationRegistry_Delegate(JNIEnv* env) { in register_libcore_util_NativeAllocationRegistry_Delegate()
83 extern int register_android_animation_PropertyValuesHolder(JNIEnv* env);
84 extern int register_android_content_AssetManager(JNIEnv* env);
85 extern int register_android_content_StringBlock(JNIEnv* env);
86 extern int register_android_content_XmlBlock(JNIEnv* env);
87 extern int register_android_content_res_ApkAssets(JNIEnv* env);
88 extern int register_android_database_CursorWindow(JNIEnv* env);
[all …]
/frameworks/base/tests/JankBench/app/src/main/jni/
Dtest.cpp39 jlong Java_com_android_benchmark_synthetic_TestInterface_nInit(JNIEnv *_env, jobject _this, jlong o… in Java_com_android_benchmark_synthetic_TestInterface_nInit()
51 void Java_com_android_benchmark_synthetic_TestInterface_nDestroy(JNIEnv *_env, jobject _this, jlong… in Java_com_android_benchmark_synthetic_TestInterface_nDestroy()
58 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunPowerManagementTest()
64 JNIEnv *_env, jobject _this, jlong _b, jlong options) { in Java_com_android_benchmark_synthetic_TestInterface_nRunCPUHeatSoakTest()
70 JNIEnv *_env, jobject _this, jlong _b, jfloatArray data) { in Java_com_android_benchmark_synthetic_TestInterface_nGetData()
84 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestStart()
90 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestBandwidth()
96 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nGFlopsTest()
102 JNIEnv *_env, jobject _this, jlong _b, jlong opt) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestLatency()
108 JNIEnv *_env, jobject _this, jlong _b) { in Java_com_android_benchmark_synthetic_TestInterface_nMemTestEnd()
[all …]
/frameworks/base/media/jni/
Dandroid_media_MediaPlayer.cpp108 JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz);
117 JNIMediaPlayerListener::JNIMediaPlayerListener(JNIEnv* env, jobject thiz, jobject weak_thiz) in JNIMediaPlayerListener()
138 JNIEnv *env = AndroidRuntime::getJNIEnv(); in ~JNIMediaPlayerListener()
145 JNIEnv *env = AndroidRuntime::getJNIEnv(); in notify()
168 static sp<MediaPlayer> getMediaPlayer(JNIEnv* env, jobject thiz) in getMediaPlayer()
175 static sp<MediaPlayer> setMediaPlayer(JNIEnv* env, jobject thiz, const sp<MediaPlayer>& player) in setMediaPlayer()
193 static void process_media_player_call(JNIEnv *env, jobject thiz, status_t opStatus, const char* exc… in process_media_player_call()
223 JNIEnv *env, jobject thiz, jobject httpServiceBinderObj, jstring path, in android_media_MediaPlayer_setDataSourceAndHeaders()
272 android_media_MediaPlayer_setDataSourceFD(JNIEnv *env, jobject thiz, jobject fileDescriptor, jlong … in android_media_MediaPlayer_setDataSourceFD()
290 android_media_MediaPlayer_setDataSourceCallback(JNIEnv *env, jobject thiz, jobject dataSource) in android_media_MediaPlayer_setDataSourceCallback()
[all …]

12345678910>>...28