Home
last modified time | relevance | path

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

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