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

  /hardware/ti/omap4xxx/camera/
SensorListener.cpp 102 mSensorLooperThread = NULL;
111 if (mSensorLooperThread.get()) {
115 mSensorLooperThread->requestExit();
116 mSensorLooperThread->wake();
117 mSensorLooperThread->join();
118 mSensorLooperThread.clear();
119 mSensorLooperThread = NULL;
151 if (mSensorLooperThread.get() == NULL)
152 mSensorLooperThread = new SensorLooperThread(mLooper.get());
154 if (mSensorLooperThread.get() == NULL)
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
SensorListener.h 95 sp<SensorLooperThread> mSensorLooperThread;

Completed in 1921 milliseconds