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

/frameworks/av/services/audiopolicy/
H A DAudioPolicyService.cpp156 sp<NotificationClient> notificationClient = new NotificationClient(this, local
161 mNotificationClients.add(uid, notificationClient);
164 binder->linkToDeath(notificationClient);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1207 sp<NotificationClient> notificationClient = new NotificationClient(this, local
1210 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
1212 mNotificationClients.add(pid, notificationClient);
1215 binder->linkToDeath(notificationClient);

Completed in 1593 milliseconds