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

  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 178 mNotificationThread = new NotificationThread(this);
179 if(!mNotificationThread.get())
186 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY);
190 mNotificationThread.clear();
275 ret = TIUTILS::MessageQueue::waitForMsg(&mNotificationThread->msgQ(),
282 if (mNotificationThread->msgQ().hasMsg()) {
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 649 sp< NotificationThread> mNotificationThread;
    [all...]

Completed in 27 milliseconds