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

  /hardware/libhardware/tests/camera2/
camera2_utils.h 111 class NotifierListener {
114 NotifierListener();
camera2_utils.cpp 240 * NotifierListener
243 NotifierListener::NotifierListener() {
246 status_t NotifierListener::getNotificationsFrom(camera2_device *dev) {
255 status_t NotifierListener::getNextNotification(int32_t *msg_type,
264 status_t NotifierListener::waitForNotification(int32_t *msg_type,
275 int NotifierListener::numNotifications() {
280 status_t NotifierListener::getNextNotificationLocked(int32_t *msg_type,
292 void NotifierListener::onNotify(int32_t msg_type,
301 void NotifierListener::notify_callback_dispatch(int32_t msg_type
    [all...]

Completed in 40 milliseconds