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

  /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);
200 class NotificationClient {
202 virtual ~NotificationClient() {}
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 502 class NotificationClient : public IBinder::DeathRecipient {
504 NotificationClient(const sp<AudioPolicyService>& service,
507 virtual ~NotificationClient();
518 NotificationClient(const NotificationClient&);
519 NotificationClient& operator = (const NotificationClient&);
541 DefaultKeyedVector< uid_t, sp<NotificationClient> > mNotificationClients;
AudioPolicyService.cpp 157 sp<NotificationClient> notificationClient = new NotificationClient(this,
162 mNotificationClients.add(uid, notificationClient);
165 binder->linkToDeath(notificationClient);
257 AudioPolicyService::NotificationClient::NotificationClient(const sp<AudioPolicyService>& service,
265 AudioPolicyService::NotificationClient::~NotificationClient()
269 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.h 434 class NotificationClient : public IBinder::DeathRecipient {
436 NotificationClient(const sp<AudioFlinger>& audioFlinger,
439 virtual ~NotificationClient();
447 NotificationClient(const NotificationClient&);
448 NotificationClient& operator = (const NotificationClient&);
688 DefaultKeyedVector< pid_t, sp<NotificationClient> > mNotificationClients;
    [all...]
AudioFlinger.cpp     [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 164 void setNotificationClient(SkDeferredCanvas::NotificationClient* notificationClient);
280 SkDeferredCanvas::NotificationClient* fNotificationClient;
332 SkDeferredCanvas::NotificationClient* notificationClient) {
333 fNotificationClient = notificationClient;
650 SkDeferredCanvas::NotificationClient* SkDeferredCanvas::setNotificationClient(
651 NotificationClient* notificationClient) {
656 deferredDevice->setNotificationClient(notificationClient);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 456 class NotificationCounter : public SkDeferredCanvas::NotificationClient {
482 typedef SkDeferredCanvas::NotificationClient INHERITED;
    [all...]

Completed in 224 milliseconds