Searched refs:nativeInstance (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/hardware/ |
D | SystemSensorManager.java | 58 private static native boolean nativeGetSensorAtIndex(long nativeInstance, in nativeGetSensorAtIndex() argument 60 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); in nativeGetDynamicSensors() argument 61 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); in nativeIsDataInjectionEnabled() argument 64 long nativeInstance, long size, int channelType, int fd, HardwareBuffer buffer); in nativeCreateDirectChannel() argument 66 long nativeInstance, int channelHandle); in nativeDestroyDirectChannel() argument 68 long nativeInstance, int channelHandle, int sensorHandle, int rate); in nativeConfigDirectChannel() argument 71 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues); in nativeSetOperationParameter() argument
|
/frameworks/base/core/jni/android/graphics/ |
D | Typeface.cpp | 45 static jlong Typeface_createFromTypefaceWithExactStyle(JNIEnv* env, jobject, jlong nativeInstance, in Typeface_createFromTypefaceWithExactStyle() argument 47 Typeface* baseTypeface = reinterpret_cast<Typeface*>(nativeInstance); in Typeface_createFromTypefaceWithExactStyle()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CameraMetadata.java | 93 protected void setNativeInstance(CameraMetadataNative nativeInstance) { in setNativeInstance() argument 94 mNativeInstance = nativeInstance; in setNativeInstance()
|