Home
last modified time | relevance | path

Searched defs:JNIEnv (Results 1 – 25 of 58) sorted by relevance

123

/frameworks/base/core/jni/
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
Dandroid_graphics_drawable_VectorDrawable.cpp33 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
39 static jlong createTreeFromCopy(JNIEnv*, jobject, jlong treePtr, jlong groupPtr) { in createTreeFromCopy() argument
46 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
51 static jlong createFullPath(JNIEnv*, jobject, jlong srcFullPathPtr) { in createFullPath() argument
58 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
63 static jlong createClipPath(JNIEnv*, jobject, jlong srcClipPathPtr) { in createClipPath() argument
70 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
75 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
88 static void addChild(JNIEnv*, jobject, jlong groupPtr, jlong childPtr) { in addChild() argument
94 static void setAllowCaching(JNIEnv*, jobject, jlong treePtr, jboolean allowCaching) { in setAllowCaching() argument
[all …]
Dandroid_util_PathParser.cpp44 static long createEmptyPathData(JNIEnv*, jobject) { in createEmptyPathData() argument
49 static long createPathData(JNIEnv*, jobject, jlong pathDataPtr) { in createPathData() argument
70 static bool interpolatePathData(JNIEnv*, jobject, jlong outPathDataPtr, jlong fromPathDataPtr, in interpolatePathData() argument
79 static void deletePathData(JNIEnv*, jobject, jlong pathDataHandle) { in deletePathData() argument
84 static bool canMorphPathData(JNIEnv*, jobject, jlong fromPathDataPtr, jlong toPathDataPtr) { in canMorphPathData() argument
90 static void setPathData(JNIEnv*, jobject, jlong outPathDataPtr, jlong fromPathDataPtr) { in setPathData() argument
96 static void setSkPathFromPathData(JNIEnv*, jobject, jlong outPathPtr, jlong pathDataPtr) { in setSkPathFromPathData() argument
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp86 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
96 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
101 static void setVectorDrawableTarget(JNIEnv*, jobject,jlong animatorPtr, jlong vectorDrawablePtr) { in setVectorDrawableTarget() argument
107 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
115 static jlong createPathDataPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jlong startValuePtr, in createPathDataPropertyHolder() argument
125 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() argument
133 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder() argument
141 static jlong createRootAlphaPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jfloat startValue, in createRootAlphaPropertyHolder() argument
178 static void end(JNIEnv*, jobject, jlong animatorSetPtr) { in end() argument
183 static void reset(JNIEnv*, jobject, jlong animatorSetPtr) { in reset() argument
Dandroid_os_seccomp.cpp24 static void Seccomp_setPolicy(JNIEnv* /*env*/) { in Seccomp_setPolicy() argument
/frameworks/base/services/core/jni/
Dcom_android_server_VibratorService.cpp87 static void vibratorInit(JNIEnv /* env */, jobject /* clazz */) in vibratorInit() argument
92 static jboolean vibratorExists(JNIEnv* /* env */, jobject /* clazz */) in vibratorExists() argument
97 static void vibratorOn(JNIEnv* /* env */, jobject /* clazz */, jlong timeout_ms) in vibratorOn() argument
105 static void vibratorOff(JNIEnv* /* env */, jobject /* clazz */) in vibratorOff() argument
113 static jlong vibratorSupportsAmplitudeControl(JNIEnv*, jobject) { in vibratorSupportsAmplitudeControl() argument
117 static void vibratorSetAmplitude(JNIEnv*, jobject, jint amplitude) { in vibratorSetAmplitude() argument
126 static jlong vibratorPerformEffect(JNIEnv*, jobject, jlong effect, jint strength) { in vibratorPerformEffect() argument
Dcom_android_server_location_GnssLocationProvider.cpp1142 JNIEnv* /* env */, jclass /* clazz */) { in android_location_GnssLocationProvider_is_supported() argument
1147 JNIEnv* /* env */, jclass /* clazz */) { in android_location_GnssLocationProvider_is_agps_ril_supported() argument
1152 JNIEnv* /* env */, jclass /* jclazz */) { in android_location_gpsLocationProvider_is_gnss_configuration_supported() argument
1213 static void android_location_GnssLocationProvider_cleanup(JNIEnv* /* env */, jobject /* obj */) { in android_location_GnssLocationProvider_cleanup() argument
1219 static jboolean android_location_GnssLocationProvider_set_position_mode(JNIEnv* /* env */, in android_location_GnssLocationProvider_set_position_mode() argument
1239 static jboolean android_location_GnssLocationProvider_start(JNIEnv* /* env */, jobject /* obj */) { in android_location_GnssLocationProvider_start() argument
1252 static jboolean android_location_GnssLocationProvider_stop(JNIEnv* /* env */, jobject /* obj */) { in android_location_GnssLocationProvider_stop() argument
1264 static void android_location_GnssLocationProvider_delete_aiding_data(JNIEnv* /* env */, in android_location_GnssLocationProvider_delete_aiding_data() argument
1319 JNIEnv* /* env */, jobject /* obj */, jint type, jint mcc, jint mnc, jint lac, jint cid) { in android_location_GnssLocationProvider_agps_set_reference_location_cellid() argument
1369 static void android_location_GnssLocationProvider_inject_time(JNIEnv* /* env */, jobject /* obj */, in android_location_GnssLocationProvider_inject_time() argument
[all …]
Dcom_android_server_vr_VrManagerService.cpp33 static void init_native(JNIEnv* /* env */, jclass /* clazz */) { in init_native() argument
50 static void setVrMode_native(JNIEnv* /* env */, jclass /* clazz */, jboolean enabled) { in setVrMode_native() argument
Dcom_android_server_AlarmManagerService.cpp200 static jint android_server_AlarmManagerService_setKernelTime(JNIEnv*, jobject, jlong nativeData, jl… in android_server_AlarmManagerService_setKernelTime() argument
224 static jint android_server_AlarmManagerService_setKernelTimezone(JNIEnv*, jobject, jlong, jint mins… in android_server_AlarmManagerService_setKernelTimezone() argument
327 static jlong android_server_AlarmManagerService_init(JNIEnv*, jobject) in android_server_AlarmManagerService_init() argument
382 static void android_server_AlarmManagerService_close(JNIEnv*, jobject, jlong nativeData) in android_server_AlarmManagerService_close() argument
388 static void android_server_AlarmManagerService_set(JNIEnv*, jobject, jlong nativeData, jint type, j… in android_server_AlarmManagerService_set() argument
404 static jint android_server_AlarmManagerService_waitForAlarm(JNIEnv*, jobject, jlong nativeData) in android_server_AlarmManagerService_waitForAlarm() argument
Dcom_android_server_GraphicsStatsService.cpp31 static jint getAshmemSize(JNIEnv*, jobject) { in getAshmemSize() argument
35 static jlong createDump(JNIEnv*, jobject, jint fd, jboolean isProto) { in createDump() argument
75 static void finishDump(JNIEnv*, jobject, jlong dumpPtr) { in finishDump() argument
Dcom_android_server_UsbDeviceManager.cpp96 static jboolean android_server_UsbDeviceManager_isStartRequested(JNIEnv* /* env */, in android_server_UsbDeviceManager_isStartRequested() argument
109 static jint android_server_UsbDeviceManager_getAudioMode(JNIEnv* /* env */, jobject /* thiz */) in android_server_UsbDeviceManager_getAudioMode() argument
Dcom_android_server_SystemServer.cpp33 static void android_server_SystemServer_startSensorService(JNIEnv* /* env */, jobject /* clazz */) { in android_server_SystemServer_startSensorService() argument
Dcom_android_server_input_InputManagerService.cpp448 status_t NativeInputManager::registerInputChannel(JNIEnv* /* env */, in registerInputChannel() argument
456 status_t NativeInputManager::unregisterInputChannel(JNIEnv* /* env */, in unregisterInputChannel() argument
1287 static jint nativeGetScanCodeState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetScanCodeState() argument
1295 static jint nativeGetKeyCodeState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetKeyCodeState() argument
1303 static jint nativeGetSwitchState(JNIEnv* /* env */, jclass /* clazz */, in nativeGetSwitchState() argument
1399 static void nativeSetInputFilterEnabled(JNIEnv* /* env */, jclass /* clazz */, in nativeSetInputFilterEnabled() argument
1466 static void nativeSetInputDispatchMode(JNIEnv* /* env */, in nativeSetInputDispatchMode() argument
1473 static void nativeSetSystemUiVisibility(JNIEnv* /* env */, in nativeSetSystemUiVisibility() argument
1501 static void nativeSetPointerSpeed(JNIEnv* /* env */, in nativeSetPointerSpeed() argument
1508 static void nativeSetShowTouches(JNIEnv* /* env */, in nativeSetShowTouches() argument
[all …]
/frameworks/base/media/tests/NativeMidiDemo/jni/
Dnativemidi-jni.cpp193 JNIEnv*, jobject) { in Java_com_example_android_nativemididemo_NativeMidi_pauseAudio() argument
200 JNIEnv*, jobject) { in Java_com_example_android_nativemididemo_NativeMidi_resumeAudio() argument
208 JNIEnv*, jobject) { in Java_com_example_android_nativemididemo_NativeMidi_shutdownAudio() argument
228 jlong Java_com_example_android_nativemididemo_NativeMidi_getPlaybackCounter(JNIEnv*, jobject) { in Java_com_example_android_nativemididemo_NativeMidi_getPlaybackCounter() argument
238 JNIEnv*, jobject, jlong deviceHandle, jint portNumber) { in Java_com_example_android_nativemididemo_NativeMidi_startReadingMidi() argument
275 JNIEnv*, jobject) { in Java_com_example_android_nativemididemo_NativeMidi_stopReadingMidi() argument
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp37 android_media_MediaProfiles_native_init(JNIEnv* /* env */) in android_media_MediaProfiles_native_init() argument
48 android_media_MediaProfiles_native_get_num_file_formats(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_file_formats() argument
68 android_media_MediaProfiles_native_get_num_video_encoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_video_encoders() argument
120 android_media_MediaProfiles_native_get_num_audio_encoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_audio_encoders() argument
227 android_media_MediaProfiles_native_has_camcorder_profile(JNIEnv* /* env */, jobject /* thiz */, in android_media_MediaProfiles_native_has_camcorder_profile() argument
240 android_media_MediaProfiles_native_get_num_video_decoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_video_decoders() argument
262 android_media_MediaProfiles_native_get_num_audio_decoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_audio_decoders() argument
284 android_media_MediaProfiles_native_get_num_image_encoding_quality_levels(JNIEnv* /* env */, in android_media_MediaProfiles_native_get_num_image_encoding_quality_levels() argument
/frameworks/native/opengl/tests/gl_perfapp/jni/
Dgl_code.cpp64 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_init(JNIEnv * /*env*/, jobject /*obj*/, j… in Java_com_android_glperf_GLPerfLib_init() argument
90 JNIEXPORT void JNICALL Java_com_android_glperf_GLPerfLib_step(JNIEnv * /*env*/, jobject /*obj*/) in Java_com_android_glperf_GLPerfLib_step() argument
/frameworks/webview/chromium/plat_support/
Ddraw_gl_functor.cpp121 jlong CreateGLFunctor(JNIEnv*, jclass, jlong view_context) { in CreateGLFunctor() argument
126 void DestroyGLFunctor(JNIEnv*, jclass, jlong functor) { in DestroyGLFunctor() argument
130 void SetChromiumAwDrawGLFunction(JNIEnv*, jclass, jlong draw_function) { in SetChromiumAwDrawGLFunction() argument
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp143 JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_init(JNIEnv * /*env*/, jobject /*obj*/, jin… in Java_com_android_gljni_GLJNILib_init() argument
149 JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_step(JNIEnv * /*env*/, jobject /*obj*/) in Java_com_android_gljni_GLJNILib_step() argument
180 JNIEXPORT void JNICALL Java_com_android_gljni_GLJNILib_changeBackground(JNIEnv * /*env*/, jobject /… in Java_com_android_gljni_GLJNILib_changeBackground() argument
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
Dcom_android_frameworks_coretests_JNITest.cpp20 jint JNICALL Java_com_android_frameworks_coretests_JNITests_checkFunction(JNIEnv*, jclass) { in Java_com_android_frameworks_coretests_JNITests_checkFunction() argument
/frameworks/native/opengl/tests/gl2_jni/jni/
Dgl_code.cpp156 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_init(JNIEnv * /*env*/, jobject /*obj*/, j… in Java_com_android_gl2jni_GL2JNILib_init() argument
161 JNIEXPORT void JNICALL Java_com_android_gl2jni_GL2JNILib_step(JNIEnv * /*env*/, jobject /*obj*/) in Java_com_android_gl2jni_GL2JNILib_step() argument
/frameworks/native/opengl/tests/gldual/jni/
Dgl_code.cpp156 JNIEXPORT void JNICALL Java_com_android_gldual_GLDualLib_init(JNIEnv * /*env*/, jobject /*obj*/, ji… in Java_com_android_gldual_GLDualLib_init() argument
161 JNIEXPORT void JNICALL Java_com_android_gldual_GLDualLib_step(JNIEnv * /*env*/, jobject /*obj*/) in Java_com_android_gldual_GLDualLib_step() argument
/frameworks/base/packages/services/PacProcessor/jni/
Dcom_android_pacprocessor_PacNative.cpp64 static jboolean com_android_pacprocessor_PacNative_createV8ParserNativeLocked(JNIEnv* /* env */, in com_android_pacprocessor_PacNative_createV8ParserNativeLocked() argument
76 static jboolean com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked(JNIEnv* /* env */, in com_android_pacprocessor_PacNative_destroyV8ParserNativeLocked() argument
/frameworks/base/media/jni/midi/
Dandroid_media_midi_MidiDevice.cpp46 JNIEnv *, jobject , jlong nativeToken) in Java_android_media_midi_MidiDevice_native_removeFromNative() argument
/frameworks/base/cmds/webview_zygote/
Dwebview_zygote.cpp42 void onVmCreated(JNIEnv*) override { in onVmCreated() argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
Dnative.cpp25 add(JNIEnv */* env */, jobject /* thiz */, jint a, jint b) { in add() argument

123