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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp160 sp<NotificationClient> notificationClient = new NotificationClient(this, local
165 mNotificationClients.add(uid, notificationClient);
168 binder->linkToDeath(notificationClient);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1317 sp<NotificationClient> notificationClient = new NotificationClient(this, local
1320 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
1322 mNotificationClients.add(pid, notificationClient);
1325 binder->linkToDeath(notificationClient);

Completed in 104 milliseconds