Home
last modified time | relevance | path

Searched defs:nativeInstance (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/dataloader/
H A DDataLoaderService.java199 FileSystemConnector(long nativeInstance) { in FileSystemConnector()
246 private static native void nativeWriteData(long nativeInstance, String name, long offsetBytes, in nativeWriteData()
/aosp12/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java80 private static native boolean nativeGetSensorAtIndex(long nativeInstance, in nativeGetSensorAtIndex()
82 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); in nativeGetDynamicSensors()
83 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled()
86 long nativeInstance, long size, int channelType, int fd, HardwareBuffer buffer); in nativeCreateDirectChannel()
88 long nativeInstance, int channelHandle); in nativeDestroyDirectChannel()
90 long nativeInstance, int channelHandle, int sensorHandle, int rate); in nativeConfigDirectChannel()
93 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues); in nativeSetOperationParameter()
/aosp12/frameworks/base/core/tests/coretests/src/android/graphics/
H A DPaintNativeInstanceTest.kt80 val nativeInstance = paint.nativeInstance regex
/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp63 static jlong Typeface_createFromTypefaceWithExactStyle(JNIEnv* env, jobject, jlong nativeInstance, in Typeface_createFromTypefaceWithExactStyle()
/aosp12/frameworks/base/core/java/android/hardware/camera2/
H A DCameraMetadata.java95 protected void setNativeInstance(CameraMetadataNative nativeInstance) { in setNativeInstance()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DHardwareRenderer.java1101 DestroyContextRunnable(long nativeInstance) { in DestroyContextRunnable()