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

  /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 656 milliseconds