OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notificationClient
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h
28
class SK_API
NotificationClient
;
51
* Specify a
NotificationClient
to be used by this canvas. Calling
53
*
NotificationClient
, if any. SkDeferredCanvas does not take ownership
60
* @param
notificationClient
interface for dispatching notifications
61
* @return The
notificationClient
argument, for convenience.
63
NotificationClient
* setNotificationClient(
NotificationClient
*
notificationClient
);
204
class
NotificationClient
{
206
virtual ~
NotificationClient
() {}
[
all
...]
/external/skia/include/utils/
SkDeferredCanvas.h
28
class SK_API
NotificationClient
;
51
* Specify a
NotificationClient
to be used by this canvas. Calling
53
*
NotificationClient
, if any. SkDeferredCanvas does not take ownership
60
* @param
notificationClient
interface for dispatching notifications
61
* @return The
notificationClient
argument, for convenience.
63
NotificationClient
* setNotificationClient(
NotificationClient
*
notificationClient
);
204
class
NotificationClient
{
206
virtual ~
NotificationClient
() {}
[
all
...]
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
147
void setNotificationClient(SkDeferredCanvas::
NotificationClient
*
notificationClient
);
249
SkDeferredCanvas::
NotificationClient
* fNotificationClient;
317
SkDeferredCanvas::
NotificationClient
*
notificationClient
) {
318
fNotificationClient =
notificationClient
;
653
SkDeferredCanvas::
NotificationClient
* SkDeferredCanvas::setNotificationClient(
654
NotificationClient
*
notificationClient
) {
659
deferredDevice->setNotificationClient(
notificationClient
);
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
147
void setNotificationClient(SkDeferredCanvas::
NotificationClient
*
notificationClient
);
249
SkDeferredCanvas::
NotificationClient
* fNotificationClient;
317
SkDeferredCanvas::
NotificationClient
*
notificationClient
) {
318
fNotificationClient =
notificationClient
;
653
SkDeferredCanvas::
NotificationClient
* SkDeferredCanvas::setNotificationClient(
654
NotificationClient
*
notificationClient
) {
659
deferredDevice->setNotificationClient(
notificationClient
);
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
[
all
...]
Completed in 42 milliseconds