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

  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 558 bool notificationThread();
595 class NotificationThread : public Thread {
606 NotificationThread(AppCallbackNotifier* nh)
609 return mAppCallbackNotifier->notificationThread();
616 friend class NotificationThread;
649 sp< NotificationThread> mNotificationThread;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 178 mNotificationThread = new NotificationThread(this);
186 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY);
189 CAMHAL_LOGEA("Couldn't run NotificationThread");
267 bool AppCallbackNotifier::notificationThread()
    [all...]

Completed in 585 milliseconds