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

  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 693 bool notificationThread();
730 class NotificationThread : public android::Thread {
741 NotificationThread(AppCallbackNotifier* nh)
744 return mAppCallbackNotifier->notificationThread();
751 friend class NotificationThread;
786 android::sp< NotificationThread> mNotificationThread;
    [all...]
  /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...]
  /packages/apps/Email/src/com/android/email/
NotificationController.java 77 private static NotificationThread sNotificationThread;
229 sNotificationThread = new NotificationThread();
    [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 183 mNotificationThread = new NotificationThread(this);
191 status_t ret = mNotificationThread->run("NotificationThread", android::PRIORITY_URGENT_DISPLAY);
194 CAMHAL_LOGEA("Couldn't run NotificationThread");
277 bool AppCallbackNotifier::notificationThread()
    [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 67 milliseconds