Searched defs:NotifierListener (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.h106 class NotifierListener { class in namespace:android
109 NotifierListener();
H A Dcamera2_utils.cpp238 * NotifierListener
241 NotifierListener::NotifierListener() { function in class:android::NotifierListener
244 status_t NotifierListener::getNotificationsFrom(camera2_device *dev) {
253 status_t NotifierListener::getNextNotification(int32_t *msg_type,
262 status_t NotifierListener::waitForNotification(int32_t *msg_type,
273 int NotifierListener::numNotifications() {
278 status_t NotifierListener::getNextNotificationLocked(int32_t *msg_type,
290 void NotifierListener::onNotify(int32_t msg_type,
299 void NotifierListener
[all...]

Completed in 62 milliseconds