HomeSort by relevance Sort by last modified time
    Searched refs:SensorThread (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/
SystemSensorManager.java 43 private static SensorThread sSensorThread;
59 static private class SensorThread {
64 SensorThread() {
77 Thread thread = new Thread(runnable, SensorThread.class.getName());
277 sSensorThread = new SensorThread();
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.h 490 class SensorThread : public SignalDrivenThread {
493 SensorThread(ExynosCameraHWInterface2 *hw):
496 ~SensorThread();
538 sp<SensorThread> m_sensorThread;
ExynosCameraHWInterface2.cpp     [all...]

Completed in 156 milliseconds