Home | History | Annotate | Download | only in hardware

Lines Matching refs:mNativeInstance

100     private final long mNativeInstance;
114 mNativeInstance = nativeCreate(context.getOpPackageName());
119 if (!nativeGetSensorAtIndex(mNativeInstance, sensor, index)) break;
290 boolean isDataInjectionModeEnabled = nativeIsDataInjectionEnabled(mNativeInstance);
371 nativeGetDynamicSensors(mNativeInstance, list);
543 mNativeInstance, channel.getNativeHandle(), sensorHandle, rate);
574 mNativeInstance, size, SensorDirectChannel.TYPE_MEMORY_FILE, fd, null);
598 mNativeInstance, size, SensorDirectChannel.TYPE_HARDWARE_BUFFER,
614 nativeDestroyDirectChannel(mNativeInstance, channel.getNativeHandle());
649 nSensorEventQueue = nativeInitBaseEventQueue(manager.mNativeInstance,
962 mNativeInstance, handle, parameter.type, parameter.floatValues, parameter.intValues) == 0;