HomeSort by relevance Sort by last modified time
    Searched refs:NotificationListener (Results 1 - 10 of 10) sorted by null

  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.cpp 27 CameraDeviceBase::NotificationListener::~NotificationListener() {
CameraDeviceBase.h 139 class NotificationListener {
158 virtual ~NotificationListener();
165 virtual status_t setNotifyCallback(NotificationListener *listener) = 0;
Camera2ClientBase.h 31 public CameraDeviceBase::NotificationListener
61 * CameraDeviceBase::NotificationListener implementation
  /external/chromium_org/chrome/browser/extensions/api/management/
management_browsertest.cc 171 class NotificationListener : public content::NotificationObserver {
173 NotificationListener() : started_(false), finished_(false) {
183 virtual ~NotificationListener() {}
250 NotificationListener notification_listener;
278 base::Bind(&NotificationListener::OnFinished,
334 NotificationListener notification_listener;
364 base::Bind(&NotificationListener::OnFinished,
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 195 class NotificationListener : public NotificationObserver {
197 NotificationListener() : started_(false), finished_(false) {
207 ~NotificationListener() {}
261 NotificationListener notification_listener;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 116 virtual status_t setNotifyCallback(NotificationListener *listener);
523 NotificationListener *mListener;
Camera3Device.cpp 996 status_t Camera3Device::setNotifyCallback(NotificationListener *listener) {
    [all...]
  /frameworks/av/services/camera/libcameraservice/device2/
Camera2Device.h 33 * Does not produce notifyShutter / notifyIdle callbacks to NotificationListener
65 virtual status_t setNotifyCallback(NotificationListener *listener);
343 // Receives HAL notifications and routes them to the NotificationListener
Camera2Device.cpp 437 status_t Camera2Device::setNotifyCallback(NotificationListener *listener) {
458 NotificationListener *listener = reinterpret_cast<NotificationListener*>(user);
    [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 130 milliseconds