Searched defs:NotificationListener (Results 1 - 2 of 2) 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 DCamera2Device.cpp433 status_t Camera2Device::setNotifyCallback(NotificationListener *listener) {
450 NotificationListener *listener = reinterpret_cast<NotificationListener*>(user);
563 * Camera2Device::NotificationListener
566 Camera2Device::NotificationListener::~NotificationListener() {

Completed in 189 milliseconds