HomeSort by relevance Sort by last modified time
    Searched refs: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 907 sp<NotificationClient> notificationClient = new NotificationClient(this,
910 LOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
912 mNotificationClients.add(pid, notificationClient);
915 binder->linkToDeath(notificationClient);
935 sp <NotificationClient> client = mNotificationClients.valueFor(pid);
    [all...]

Completed in 26 milliseconds