Searched refs:nativeInstance (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PaintNativeInstanceTest.kt | 80 val nativeInstance = paint.nativeInstance in <lambda>() constant 84 assertEquals(nativeInstance, paint.nativeInstance) in <lambda>() 92 shaderA.nativeInstance in <lambda>() 93 compose.nativeInstance in <lambda>() 94 val instanceB = shaderB.nativeInstance in <lambda>() 101 assertEquals(instanceB, shaderB.nativeInstance) in <lambda>() 102 paint.nativeInstance in <lambda>()
|
/frameworks/base/core/java/android/service/dataloader/ |
D | DataLoaderService.java | 199 FileSystemConnector(long nativeInstance) { in FileSystemConnector() argument 200 mNativeInstance = nativeInstance; in FileSystemConnector() 246 private static native void nativeWriteData(long nativeInstance, String name, long offsetBytes, in nativeWriteData() argument
|
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 80 private static native boolean nativeGetSensorAtIndex(long nativeInstance, in nativeGetSensorAtIndex() argument 82 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); in nativeGetDynamicSensors() argument 83 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() argument 86 long nativeInstance, long size, int channelType, int fd, HardwareBuffer buffer); in nativeCreateDirectChannel() argument 88 long nativeInstance, int channelHandle); in nativeDestroyDirectChannel() argument 90 long nativeInstance, int channelHandle, int sensorHandle, int rate); in nativeConfigDirectChannel() argument 93 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues); in nativeSetOperationParameter() argument
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraMetadata.java | 95 protected void setNativeInstance(CameraMetadataNative nativeInstance) { in setNativeInstance() argument 96 mNativeInstance = nativeInstance; in setNativeInstance()
|
/frameworks/base/libs/hwui/jni/ |
D | Typeface.cpp | 63 static jlong Typeface_createFromTypefaceWithExactStyle(JNIEnv* env, jobject, jlong nativeInstance, in Typeface_createFromTypefaceWithExactStyle() argument 65 return toJLong(Typeface::createAbsolute(toTypeface(nativeInstance), weight, italic)); in Typeface_createFromTypefaceWithExactStyle()
|
/frameworks/base/graphics/java/android/graphics/ |
D | HardwareRenderer.java | 1169 DestroyContextRunnable(long nativeInstance) { in DestroyContextRunnable() argument 1170 mNativeInstance = nativeInstance; in DestroyContextRunnable()
|