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

/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp157 sp<NotificationClient> notificationClient = new NotificationClient(this, local
162 mNotificationClients.add(uid, notificationClient);
165 binder->linkToDeath(notificationClient);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1258 sp<NotificationClient> notificationClient = new NotificationClient(this, local
1261 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
1263 mNotificationClients.add(pid, notificationClient);
1266 binder->linkToDeath(notificationClient);

Completed in 100 milliseconds