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

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

Completed in 112 milliseconds