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

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

Completed in 150 milliseconds