Searched refs:notificationClient (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp109 sp<NotificationClient> notificationClient = new NotificationClient(this, local
114 mNotificationClients.add(uid, notificationClient);
117 binder->linkToDeath(notificationClient);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1397 sp<NotificationClient> notificationClient = new NotificationClient(this, local
1400 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
1402 mNotificationClients.add(pid, notificationClient);
1405 binder->linkToDeath(notificationClient);

Completed in 431 milliseconds