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 193 class NotificationListener : public virtual RefBase {
215 virtual ~NotificationListener();
222 virtual status_t setNotifyCallback(wp<NotificationListener> listener) = 0;
  /system/weaved/libweaved/
service.cc 142 class NotificationListener
145 explicit NotificationListener(const std::weak_ptr<ServiceImpl>& service);
154 base::WeakPtrFactory<NotificationListener> weak_ptr_factory_{this};
155 DISALLOW_COPY_AND_ASSIGN(NotificationListener);
210 // A callback method for NotificationListener::notifyServiceManagerChange().
279 NotificationListener::NotificationListener(
283 android::binder::Status NotificationListener::notifyServiceManagerChange(
432 android::sp<NotificationListener> notification_listener =
433 new NotificationListener{shared_from_this()}
    [all...]

Completed in 667 milliseconds