Searched refs:NotificationThread (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h595 class NotificationThread : public Thread { class in class:android::AppCallbackNotifier
606 NotificationThread(AppCallbackNotifier* nh) function in class:android::AppCallbackNotifier::NotificationThread
616 friend class NotificationThread;
649 sp< NotificationThread> mNotificationThread;
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp178 mNotificationThread = new NotificationThread(this);
186 status_t ret = mNotificationThread->run("NotificationThread", PRIORITY_URGENT_DISPLAY);
189 CAMHAL_LOGEA("Couldn't run NotificationThread");
1290 case NotificationThread::NOTIFIER_EXIT:
1331 msg.command = NotificationThread::NOTIFIER_EXIT;

Completed in 8 milliseconds