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

  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.cpp 27 CameraDeviceBase::NotificationListener::~NotificationListener() {
CameraDeviceBase.h 178 class NotificationListener {
198 virtual ~NotificationListener();
205 virtual status_t setNotifyCallback(NotificationListener *listener) = 0;
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 209 class NotificationListener : public content::NotificationObserver {
211 NotificationListener() : started_(false), finished_(false) {
219 virtual ~NotificationListener() {}
286 NotificationListener notification_listener;
319 base::Bind(&NotificationListener::OnFinished,
375 NotificationListener notification_listener;
410 base::Bind(&NotificationListener::OnFinished,

Completed in 178 milliseconds