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

  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 157 sp<NotificationClient> notificationClient = new NotificationClient(this,
162 mNotificationClients.add(uid, notificationClient);
165 binder->linkToDeath(notificationClient);
257 AudioPolicyService::NotificationClient::NotificationClient(const sp<AudioPolicyService>& service,
265 AudioPolicyService::NotificationClient::~NotificationClient()
269 void AudioPolicyService::NotificationClient::binderDied(const wp<IBinder>& who __unused
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 517 milliseconds