Searched refs:NotificationListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.h135 class NotificationListener { class in class:android::Camera2Device
144 virtual ~NotificationListener();
151 status_t setNotifyCallback(NotificationListener *listener);
465 // Receives HAL notifications and routes them to the NotificationListener
H A DCamera2Client.h39 public Camera2Device::NotificationListener
H A DCamera2Device.cpp433 status_t Camera2Device::setNotifyCallback(NotificationListener *listener) {
450 NotificationListener *listener = reinterpret_cast<NotificationListener*>(user);
563 * Camera2Device::NotificationListener
566 Camera2Device::NotificationListener::~NotificationListener() {

Completed in 850 milliseconds