Searched defs:nativeInstance (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/dataloader/ |
H A D | DataLoaderService.java | 199 FileSystemConnector(long nativeInstance) { in FileSystemConnector() 246 private static native void nativeWriteData(long nativeInstance, String name, long offsetBytes, in nativeWriteData()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SystemSensorManager.java | 87 private static native boolean nativeGetSensorAtIndex(long nativeInstance, in nativeGetSensorAtIndex() 89 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); in nativeGetDynamicSensors() 91 long nativeInstance, int deviceId, List<Sensor> list); in nativeGetRuntimeSensors() 92 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() 95 long nativeInstance, int deviceId, long size, int channelType, int fd, in nativeCreateDirectChannel() 98 long nativeInstance, int channelHandle); in nativeDestroyDirectChannel() 100 long nativeInstance, int channelHandle, int sensorHandle, int rate); in nativeConfigDirectChannel() 103 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues); in nativeSetOperationParameter()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/ |
H A D | PaintNativeInstanceTest.kt | 80 val nativeInstance = paint.nativeInstance regex
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 66 static jlong Typeface_createFromTypefaceWithExactStyle(JNIEnv* env, jobject, jlong nativeInstance, in Typeface_createFromTypefaceWithExactStyle()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/ |
H A D | CameraMetadata.java | 96 protected void setNativeInstance(CameraMetadataNative nativeInstance) { in setNativeInstance()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | HardwareRenderer.java | 1270 DestroyContextRunnable(long nativeInstance) { in DestroyContextRunnable()
|