HomeSort by relevance Sort by last modified time
    Searched defs:notificationClient (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 156 sp<NotificationClient> notificationClient = new NotificationClient(this,
161 mNotificationClients.add(uid, notificationClient);
164 binder->linkToDeath(notificationClient);
230 AudioPolicyService::NotificationClient::NotificationClient(const sp<AudioPolicyService>& service,
237 AudioPolicyService::NotificationClient::~NotificationClient()
241 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 138 milliseconds