Home
last modified time | relevance | path

Searched defs:jobject (Results 1 – 25 of 136) sorted by relevance

123456

/aosp12/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_drawable_VectorDrawable.cpp31 static jlong createTree(JNIEnv*, jobject, jlong groupPtr) { in createTree() argument
44 static jlong createEmptyFullPath(JNIEnv*, jobject) { in createEmptyFullPath() argument
56 static jlong createEmptyClipPath(JNIEnv*, jobject) { in createEmptyClipPath() argument
68 static jlong createEmptyGroup(JNIEnv*, jobject) { in createEmptyGroup() argument
73 static jlong createGroup(JNIEnv*, jobject, jlong srcGroupPtr) { in createGroup() argument
129 static jfloat getRootAlpha(JNIEnv*, jobject, jlong treePtr) { in getRootAlpha() argument
199 static jfloat getRotation(JNIEnv*, jobject, jlong groupPtr) { in getRotation() argument
209 static jfloat getPivotX(JNIEnv*, jobject, jlong groupPtr) { in getPivotX() argument
219 static jfloat getPivotY(JNIEnv*, jobject, jlong groupPtr) { in getPivotY() argument
229 static jfloat getScaleX(JNIEnv*, jobject, jlong groupPtr) { in getScaleX() argument
[all …]
H A Dandroid_graphics_Picture.cpp28 static jlong android_graphics_Picture_newPicture(JNIEnv* env, jobject, jlong srcHandle) { in android_graphics_Picture_newPicture() argument
33 static jlong android_graphics_Picture_deserialize(JNIEnv* env, jobject, jobject jstream, in android_graphics_Picture_deserialize() argument
44 static void android_graphics_Picture_killPicture(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_killPicture() argument
50 static void android_graphics_Picture_draw(JNIEnv* env, jobject, jlong canvasHandle, in android_graphics_Picture_draw() argument
59 static jboolean android_graphics_Picture_serialize(JNIEnv* env, jobject, jlong pictureHandle, in android_graphics_Picture_serialize() argument
72 static jint android_graphics_Picture_getWidth(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getWidth() argument
77 static jint android_graphics_Picture_getHeight(JNIEnv* env, jobject, jlong pictureHandle) { in android_graphics_Picture_getHeight() argument
82 static jlong android_graphics_Picture_beginRecording(JNIEnv* env, jobject, jlong pictHandle, in android_graphics_Picture_beginRecording() argument
89 static void android_graphics_Picture_endRecording(JNIEnv* env, jobject, jlong pictHandle) { in android_graphics_Picture_endRecording() argument
H A Dandroid_util_PathParser.cpp29 static void parseStringForPath(JNIEnv* env, jobject, jlong skPathHandle, jstring inputPathStr, in parseStringForPath() argument
42 static jlong createEmptyPathData(JNIEnv*, jobject) { in createEmptyPathData() argument
47 static jlong createPathData(JNIEnv*, jobject, jlong pathDataPtr) { in createPathData() argument
53 static jlong createPathDataFromStringPath(JNIEnv* env, jobject, jstring inputStr, jint strLength) { in createPathDataFromStringPath() argument
68 static jboolean interpolatePathData(JNIEnv*, jobject, jlong outPathDataPtr, jlong fromPathDataPtr, in interpolatePathData() argument
77 static void deletePathData(JNIEnv*, jobject, jlong pathDataHandle) { in deletePathData() argument
82 static jboolean canMorphPathData(JNIEnv*, jobject, jlong fromPathDataPtr, jlong toPathDataPtr) { in canMorphPathData() argument
88 static void setPathData(JNIEnv*, jobject, jlong outPathDataPtr, jlong fromPathDataPtr) { in setPathData() argument
94 static void setSkPathFromPathData(JNIEnv*, jobject, jlong outPathPtr, jlong pathDataPtr) { in setSkPathFromPathData() argument
H A DAnimatedImageDrawable.cpp36 static jlong AnimatedImageDrawable_nCreate(JNIEnv* env, jobject /*clazz*/, in AnimatedImageDrawable_nCreate() argument
116 static jlong AnimatedImageDrawable_nGetNativeFinalizer(JNIEnv* /*env*/, jobject /*clazz*/) { in AnimatedImageDrawable_nGetNativeFinalizer() argument
123 static jlong AnimatedImageDrawable_nDraw(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nDraw() argument
130 static void AnimatedImageDrawable_nSetAlpha(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetAlpha() argument
136 static jlong AnimatedImageDrawable_nGetAlpha(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nGetAlpha() argument
141 static void AnimatedImageDrawable_nSetColorFilter(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetColorFilter() argument
153 static jboolean AnimatedImageDrawable_nStart(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nStart() argument
158 static jboolean AnimatedImageDrawable_nStop(JNIEnv* env, jobject /*clazz*/, jlong nativePtr) { in AnimatedImageDrawable_nStop() argument
217 static void AnimatedImageDrawable_nSetOnAnimationEndListener(JNIEnv* env, jobject /*clazz*/, in AnimatedImageDrawable_nSetOnAnimationEndListener() argument
241 static void AnimatedImageDrawable_nSetMirrored(JNIEnv* env, jobject /*clazz*/, jlong nativePtr, in AnimatedImageDrawable_nSetMirrored() argument
[all …]
H A Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp83 static void addAnimator(JNIEnv*, jobject, jlong animatorSetPtr, jlong propertyHolderPtr, in addAnimator() argument
93 static jlong createAnimatorSet(JNIEnv*, jobject) { in createAnimatorSet() argument
104 static jlong createGroupPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createGroupPropertyHolder() argument
112 static jlong createPathDataPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jlong startValuePtr, in createPathDataPropertyHolder() argument
122 static jlong createPathColorPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathColorPropertyHolder() argument
130 static jlong createPathPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jint propertyId, in createPathPropertyHolder() argument
138 static jlong createRootAlphaPropertyHolder(JNIEnv*, jobject, jlong nativePtr, jfloat startValue, in createRootAlphaPropertyHolder() argument
145 static void setFloatPropertyHolderData(JNIEnv* env, jobject, jlong propertyHolderPtr, in setFloatPropertyHolderData() argument
154 static void setIntPropertyHolderData(JNIEnv* env, jobject, jlong propertyHolderPtr, in setIntPropertyHolderData() argument
175 static void end(JNIEnv*, jobject, jlong animatorSetPtr) { in end() argument
[all …]
H A DRenderEffect.cpp28 jobject, in createOffsetEffect() argument
38 static jlong createBlurEffect(JNIEnv* env , jobject, jfloat radiusX, in createBlurEffect() argument
53 jobject, in createBitmapEffect() argument
74 jobject, in createColorFilterEffect() argument
87 jobject, in createBlendModeEffect() argument
105 jobject, in createChainEffect() argument
120 jobject, in createShaderEffect() argument
134 static jlong getRenderEffectFinalizer(JNIEnv*, jobject) { in getRenderEffectFinalizer() argument
H A DPathEffect.cpp11 static void destructor(JNIEnv* env, jobject, jlong effectHandle) { in destructor() argument
16 static jlong Compose_constructor(JNIEnv* env, jobject, in Compose_constructor() argument
25 static jlong Sum_constructor(JNIEnv* env, jobject, in Sum_constructor() argument
34 static jlong Dash_constructor(JNIEnv* env, jobject, in Dash_constructor() argument
47 static jlong OneD_constructor(JNIEnv* env, jobject, in OneD_constructor() argument
56 static jlong Corner_constructor(JNIEnv* env, jobject, jfloat radius){ in Corner_constructor() argument
61 static jlong Discrete_constructor(JNIEnv* env, jobject, in Discrete_constructor() argument
H A DMaskFilter.cpp15 static void destructor(JNIEnv* env, jobject, jlong filterHandle) { in destructor() argument
20 static jlong createBlur(JNIEnv* env, jobject, jfloat radius, jint blurStyle) { in createBlur() argument
27 …static jlong createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, jfloat ambient, jfloat specu… in createEmboss() argument
43 static jlong createTable(JNIEnv* env, jobject, jbyteArray jtable) { in createTable() argument
49 static jlong createClipTable(JNIEnv* env, jobject, jint min, jint max) { in createClipTable() argument
54 static jlong createGammaTable(JNIEnv* env, jobject, jfloat gamma) { in createGammaTable() argument
H A DColorFilter.cpp33 static jlong GetNativeFinalizer(JNIEnv*, jobject) { in GetNativeFinalizer() argument
37 static jlong CreateBlendModeFilter(JNIEnv* env, jobject, jint srcColor, jint modeHandle) { in CreateBlendModeFilter() argument
42 static jlong CreateLightingFilter(JNIEnv* env, jobject, jint mul, jint add) { in CreateLightingFilter() argument
46 static jlong CreateColorMatrixFilter(JNIEnv* env, jobject, jfloatArray jarray) { in CreateColorMatrixFilter() argument
H A DBitmap.cpp290 static jobject Bitmap_creator(JNIEnv* env, jobject, jintArray jColors, in Bitmap_creator() argument
371 static jobject Bitmap_copy(JNIEnv* env, jobject, jlong srcHandle, in Bitmap_copy() argument
428 static jlong Bitmap_getNativeFinalizer(JNIEnv*, jobject) { in Bitmap_getNativeFinalizer() argument
432 static void Bitmap_recycle(JNIEnv* env, jobject, jlong bitmapHandle) { in Bitmap_recycle() argument
500 static void Bitmap_eraseLong(JNIEnv* env, jobject, jlong bitmapHandle, in Bitmap_eraseLong() argument
516 static jint Bitmap_config(JNIEnv* env, jobject, jlong bitmapHandle) { in Bitmap_config() argument
883 static jboolean Bitmap_writeToParcel(JNIEnv* env, jobject, in Bitmap_writeToParcel() argument
1013 static jint Bitmap_getPixel(JNIEnv* env, jobject, jlong bitmapHandle, in Bitmap_getPixel() argument
1057 static void Bitmap_setPixel(JNIEnv* env, jobject, jlong bitmapHandle, in Bitmap_setPixel() argument
1080 static void Bitmap_copyPixelsToBuffer(JNIEnv* env, jobject, in Bitmap_copyPixelsToBuffer() argument
[all …]
H A Dandroid_graphics_Canvas.cpp61 static jlong initRaster(JNIEnv* env, jobject, jlong bitmapHandle) { in initRaster() argument
71 static void setBitmap(JNIEnv* env, jobject, jlong canvasHandle, jlong bitmapHandle) { in setBitmap() argument
244 static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong paintHandle) { in drawPaint() argument
249 static void drawPoint(JNIEnv*, jobject, jlong canvasHandle, jfloat x, jfloat y, in drawPoint() argument
325 static void drawRegion(JNIEnv* env, jobject, jlong canvasHandle, jlong regionHandle, in drawRegion() argument
358 static void drawPath(JNIEnv* env, jobject, jlong canvasHandle, jlong pathHandle, in drawPath() argument
365 static void drawVertices(JNIEnv* env, jobject, jlong canvasHandle, in drawVertices() argument
498 static void drawBitmapArray(JNIEnv* env, jobject, jlong canvasHandle, in drawBitmapArray() argument
659 static void freeCaches(JNIEnv* env, jobject) { in freeCaches() argument
663 static void freeTextLayoutCaches(JNIEnv* env, jobject) { in freeTextLayoutCaches() argument
[all …]
/aosp12/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc171 static void VMRuntime_clearGrowthLimit(JNIEnv*, jobject) { in VMRuntime_clearGrowthLimit() argument
175 static void VMRuntime_clampGrowthLimit(JNIEnv*, jobject) { in VMRuntime_clampGrowthLimit() argument
183 static jboolean VMRuntime_isJavaDebuggable(JNIEnv*, jobject) { in VMRuntime_isJavaDebuggable() argument
220 static jstring VMRuntime_bootClassPath(JNIEnv* env, jobject) { in VMRuntime_bootClassPath() argument
225 static jstring VMRuntime_classPath(JNIEnv* env, jobject) { in VMRuntime_classPath() argument
229 static jstring VMRuntime_vmVersion(JNIEnv* env, jobject) { in VMRuntime_vmVersion() argument
233 static jstring VMRuntime_vmLibrary(JNIEnv* env, jobject) { in VMRuntime_vmLibrary() argument
243 static jboolean VMRuntime_is64Bit(JNIEnv*, jobject) { in VMRuntime_is64Bit() argument
335 static void VMRuntime_trimHeap(JNIEnv* env, jobject) { in VMRuntime_trimHeap() argument
339 static void VMRuntime_requestHeapTrim(JNIEnv* env, jobject) { in VMRuntime_requestHeapTrim() argument
[all …]
H A Dsun_misc_Unsafe.cc93 static jint Unsafe_getInt(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getInt() argument
130 static jlong Unsafe_getLong(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getLong() argument
180 static void Unsafe_putObject(JNIEnv* env, jobject, jobject javaObj, jlong offset, in Unsafe_putObject() argument
230 static jlong Unsafe_allocateMemory(JNIEnv* env, jobject, jlong bytes) { in Unsafe_allocateMemory() argument
277 static jint Unsafe_getIntJ(JNIEnv* env ATTRIBUTE_UNUSED, jobject, jlong address) { in Unsafe_getIntJ() argument
432 static jbyte Unsafe_getByte(JNIEnv* env, jobject, jobject javaObj, jlong offset) { in Unsafe_getByte() argument
505 static void Unsafe_loadFence(JNIEnv*, jobject) { in Unsafe_loadFence() argument
509 static void Unsafe_storeFence(JNIEnv*, jobject) { in Unsafe_storeFence() argument
513 static void Unsafe_fullFence(JNIEnv*, jobject) { in Unsafe_fullFence() argument
517 static void Unsafe_park(JNIEnv* env, jobject, jboolean isAbsolute, jlong time) { in Unsafe_park() argument
[all …]
/aosp12/packages/apps/Nfc/nci/jni/
H A DNativeP2pDevice.cpp31 static jboolean nativeP2pDeviceDoConnect(JNIEnv*, jobject) { in nativeP2pDeviceDoConnect() argument
36 static jboolean nativeP2pDeviceDoDisconnect(JNIEnv*, jobject) { in nativeP2pDeviceDoDisconnect() argument
41 static jbyteArray nativeP2pDeviceDoTransceive(JNIEnv*, jobject, jbyteArray) { in nativeP2pDeviceDoTransceive() argument
46 static jbyteArray nativeP2pDeviceDoReceive(JNIEnv*, jobject) { in nativeP2pDeviceDoReceive() argument
51 static jboolean nativeP2pDeviceDoSend(JNIEnv*, jobject, jbyteArray) { in nativeP2pDeviceDoSend() argument
H A DNativeNfcManager.cpp1125 static jint nfcManager_getLfT3tMax(JNIEnv*, jobject) { in nfcManager_getLfT3tMax() argument
1258 static void nfcManager_doEnableDtaMode(JNIEnv*, jobject) { in nfcManager_doEnableDtaMode() argument
1262 static void nfcManager_doDisableDtaMode(JNIEnv*, jobject) { in nfcManager_doDisableDtaMode() argument
1266 static void nfcManager_doFactoryReset(JNIEnv*, jobject) { in nfcManager_doFactoryReset() argument
1271 static void nfcManager_doShutdown(JNIEnv*, jobject) { in nfcManager_doShutdown() argument
1544 static jint nfcManager_doGetLastError(JNIEnv*, jobject) { in nfcManager_doGetLastError() argument
1750 static jboolean nfcManager_doCheckLlcp(JNIEnv*, jobject) { in nfcManager_doCheckLlcp() argument
1793 static jboolean nfcManager_doDownload(JNIEnv*, jobject) { in nfcManager_doDownload() argument
1813 static void nfcManager_doResetTimeouts(JNIEnv*, jobject) { in nfcManager_doResetTimeouts() argument
1881 static jint nfcManager_doGetNciVersion(JNIEnv*, jobject) { in nfcManager_doGetNciVersion() argument
[all …]
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_location_ActivityRecognitionHardware.cpp43 static void initialize(JNIEnv* /*env*/, jobject /*obj*/) { in initialize() argument
51 static void release(JNIEnv* /*env*/, jobject /*obj*/) { in release() argument
68 static jobjectArray get_supported_activities(JNIEnv* /*env*/, jobject /*obj*/) { in get_supported_activities() argument
79 jobject /*obj*/, in enable_activity_event() argument
93 jobject /*obj*/, in disable_activity_event() argument
104 static int flush(JNIEnv* /*env*/, jobject /*obj*/) { in flush() argument
H A Dandroid_app_admin_SecurityLog.cpp33 jobject /* clazz */) { in android_app_admin_SecurityLog_isLoggingEnabled() argument
37 static void android_app_admin_SecurityLog_readEvents(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEvents() argument
47 static void android_app_admin_SecurityLog_readEventsSince(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEventsSince() argument
58 static void android_app_admin_SecurityLog_readPreviousEvents(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readPreviousEvents() argument
68 static void android_app_admin_SecurityLog_readEventsOnWrapping(JNIEnv* env, jobject /* clazz */, in android_app_admin_SecurityLog_readEventsOnWrapping() argument
H A Dandroid_os_SELinux.cpp71 static jboolean isSELinuxEnabled(JNIEnv *env, jobject) { in isSELinuxEnabled() argument
82 static jboolean isSELinuxEnforced(JNIEnv *env, jobject) { in isSELinuxEnforced() argument
86 static jstring fileSelabelLookup(JNIEnv* env, jobject, jstring pathStr) { in fileSelabelLookup() argument
167 static jstring getPeerCon(JNIEnv *env, jobject, jobject fileDescriptor) { in getPeerCon() argument
179 static jstring getFdCon(JNIEnv *env, jobject, jobject fileDescriptor) { in getFdCon() argument
192 static jboolean setFSCreateCon(JNIEnv *env, jobject, jstring contextStr) { in setFSCreateCon() argument
223 static jboolean setFileCon(JNIEnv *env, jobject, jstring pathStr, jstring contextStr) { in setFileCon() argument
256 static jstring getFileCon(JNIEnv *env, jobject, jstring pathStr) { in getFileCon() argument
287 static jstring getCon(JNIEnv *env, jobject) { in getCon() argument
314 static jstring getPidCon(JNIEnv *env, jobject, jint pid) { in getPidCon() argument
[all …]
H A Dcom_android_internal_os_KernelCpuBpfTracking.cpp23 static jboolean KernelCpuBpfTracking_isSupported(JNIEnv *, jobject) { in KernelCpuBpfTracking_isSupported() argument
27 static jboolean KernelCpuBpfTracking_startTrackingInternal(JNIEnv *, jobject) { in KernelCpuBpfTracking_startTrackingInternal() argument
31 static jlongArray KernelCpuBpfTracking_getFreqsInternal(JNIEnv *env, jobject) { in KernelCpuBpfTracking_getFreqsInternal() argument
46 static jintArray KernelCpuBpfTracking_getFreqsClustersInternal(JNIEnv *env, jobject) { in KernelCpuBpfTracking_getFreqsClustersInternal() argument
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp48 android_media_MediaProfiles_native_get_num_file_formats(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_file_formats() argument
55 android_media_MediaProfiles_native_get_file_format(JNIEnv *env, jobject /* thiz */, jint index) in android_media_MediaProfiles_native_get_file_format() argument
68 android_media_MediaProfiles_native_get_num_video_encoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_video_encoders() argument
75 android_media_MediaProfiles_native_get_video_encoder_cap(JNIEnv *env, jobject /* thiz */, in android_media_MediaProfiles_native_get_video_encoder_cap() argument
120 android_media_MediaProfiles_native_get_num_audio_encoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_audio_encoders() argument
127 android_media_MediaProfiles_native_get_audio_encoder_cap(JNIEnv *env, jobject /* thiz */, in android_media_MediaProfiles_native_get_audio_encoder_cap() argument
308 android_media_MediaProfiles_native_has_camcorder_profile(JNIEnv* /* env */, jobject /* thiz */, in android_media_MediaProfiles_native_has_camcorder_profile() argument
321 android_media_MediaProfiles_native_get_num_video_decoders(JNIEnv* /* env */, jobject /* thiz */) in android_media_MediaProfiles_native_get_num_video_decoders() argument
328 android_media_MediaProfiles_native_get_video_decoder_type(JNIEnv *env, jobject /* thiz */, in android_media_MediaProfiles_native_get_video_decoder_type() argument
350 android_media_MediaProfiles_native_get_audio_decoder_type(JNIEnv *env, jobject /* thiz */, in android_media_MediaProfiles_native_get_audio_decoder_type() argument
[all …]
/aosp12/art/benchmark/micro-native/
H A Dmicro_native.cc46 static void NativeMethods_emptyJniMethod0(JNIEnv*, jobject) { } in NativeMethods_emptyJniMethod0() argument
47 static void NativeMethods_emptyJniMethod6(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6() argument
48 static void NativeMethods_emptyJniMethod6L(JNIEnv*, jobject, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniMethod6L() argument
50 static void NativeMethods_emptyJniStaticMethod6L(JNIEnv*, jclass, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniStaticMethod6L() argument
65 static void NativeMethods_emptyJniMethod0_Fast(JNIEnv*, jobject) { } in NativeMethods_emptyJniMethod0_Fast() argument
66 static void NativeMethods_emptyJniMethod6_Fast(JNIEnv*, jobject, int, int, int, int, int, int) { } in NativeMethods_emptyJniMethod6_Fast() argument
67 static void NativeMethods_emptyJniMethod6L_Fast(JNIEnv*, jobject, jobject, jarray, jarray, jobject, in NativeMethods_emptyJniMethod6L_Fast() argument
69 static void NativeMethods_emptyJniStaticMethod6L_Fast(JNIEnv*, jclass, jobject, jarray, jarray, in NativeMethods_emptyJniStaticMethod6L_Fast() argument
/aosp12/art/benchmark/jni-perf/
H A Dperf_jni.cc27 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfJniEmptyCall(JNIEnv*, jobject) {} in Java_JniPerfBenchmark_perfJniEmptyCall() argument
29 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfSOACall(JNIEnv* env, jobject) { in Java_JniPerfBenchmark_perfSOACall() argument
33 extern "C" JNIEXPORT void JNICALL Java_JniPerfBenchmark_perfSOAUncheckedCall(JNIEnv*, jobject) { in Java_JniPerfBenchmark_perfSOAUncheckedCall() argument
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp76 static void android_server_SystemServer_startIStatsService(JNIEnv* /* env */, jobject /* clazz */) { in android_server_SystemServer_startIStatsService() argument
82 jobject /* clazz */) { in android_server_SystemServer_startMemtrackProxyService() argument
96 static void android_server_SystemServer_startHidlServices(JNIEnv* env, jobject /* clazz */) { in android_server_SystemServer_startHidlServices() argument
128 jobject /* clazz */) { in android_server_SystemServer_initZygoteChildHeapProfiling() argument
132 static void android_server_SystemServer_fdtrackAbort(JNIEnv*, jobject) { in android_server_SystemServer_fdtrackAbort() argument
H A Dcom_android_server_UsbDeviceManager.cpp60 static jobjectArray android_server_UsbDeviceManager_getAccessoryStrings(JNIEnv *env, in android_server_UsbDeviceManager_getAccessoryStrings() argument
83 static jobject android_server_UsbDeviceManager_openAccessory(JNIEnv *env, jobject /* thiz */) in android_server_UsbDeviceManager_openAccessory() argument
100 jobject /* thiz */) in android_server_UsbDeviceManager_isStartRequested() argument
112 static jint android_server_UsbDeviceManager_getAudioMode(JNIEnv* /* env */, jobject /* thiz */) in android_server_UsbDeviceManager_getAudioMode() argument
124 static jobject android_server_UsbDeviceManager_openControl(JNIEnv *env, jobject /* thiz */, jstring… in android_server_UsbDeviceManager_openControl() argument
/aosp12/packages/services/Car/service/jni/evs/
H A DCarEvsService.cpp75 void returnFrameBuffer(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle, jint bufferId) { in returnFrameBuffer() argument
88 jboolean openCamera(JNIEnv* env, jobject /*thiz*/, jlong handle, jstring cameraId) { in openCamera() argument
109 void closeCamera(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in closeCamera() argument
121 jboolean startVideoStream(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in startVideoStream() argument
134 void stopVideoStream(JNIEnv* /*env*/, jobject /*thiz*/, jlong handle) { in stopVideoStream() argument

123456