Searched defs:nativeInstance (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DTypeface.cpp45 static jlong Typeface_createFromTypefaceWithExactStyle(JNIEnv* env, jobject, jlong nativeInstance, argument
47 Typeface* baseTypeface = reinterpret_cast<Typeface*>(nativeInstance);
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java58 private static native boolean nativeGetSensorAtIndex(long nativeInstance, argument
60 private static native void nativeGetDynamicSensors(long nativeInstance, List<Sensor> list); argument
61 private static native boolean nativeIsDataInjectionEnabled(long nativeInstance); argument
64 long nativeInstance, long size, int channelType, int fd, HardwareBuffer buffer);
66 long nativeInstance, int channelHandle);
68 long nativeInstance, int channelHandle, int sensorHandle, int rate);
71 long nativeInstance, int handle, int type, float[] floatValues, int[] intValues);
63 nativeCreateDirectChannel( long nativeInstance, long size, int channelType, int fd, HardwareBuffer buffer) argument
65 nativeDestroyDirectChannel( long nativeInstance, int channelHandle) argument
67 nativeConfigDirectChannel( long nativeInstance, int channelHandle, int sensorHandle, int rate) argument
70 nativeSetOperationParameter( long nativeInstance, int handle, int type, float[] floatValues, int[] intValues) argument
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraMetadata.java93 protected void setNativeInstance(CameraMetadataNative nativeInstance) { argument
94 mNativeInstance = nativeInstance;

Completed in 103 milliseconds