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

/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1053 sp<NotificationClient> notificationClient = new NotificationClient(this, local
1056 ALOGV("registerClient() client %p, pid %d", notificationClient.get(), pid);
1058 mNotificationClients.add(pid, notificationClient);
1061 binder->linkToDeath(notificationClient);

Completed in 1272 milliseconds