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

  /frameworks/base/services/audioflinger/
AudioFlinger.h 247 class NotificationClient : public IBinder::DeathRecipient {
249 NotificationClient(const sp<AudioFlinger>& audioFlinger,
252 virtual ~NotificationClient();
260 NotificationClient(const NotificationClient&);
261 NotificationClient& operator = (const NotificationClient&);
    [all...]
AudioFlinger.cpp 901 sp<NotificationClient> notificationClient = new NotificationClient(this,
904 LOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
906 mNotificationClients.add(pid, notificationClient);
909 binder->linkToDeath(notificationClient);
929 sp <NotificationClient> client = mNotificationClients.valueFor(pid);
    [all...]

Completed in 57 milliseconds