OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NotificationListener
(Results
1 - 4
of
4
) 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;
/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;
/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,
Completed in 1473 milliseconds