Lines Matching refs:NotificationClient
79 const sp<NotificationClient> notificationClient = new NotificationClient(pid, binder); in registerClient()
142 sp<AAudioClientTracker::NotificationClient>
144 sp<NotificationClient> notificationClient = mNotificationClients[pid]; in getNotificationClient_l()
148 notificationClient = new AAudioClientTracker::NotificationClient(pid, nullptr); in getNotificationClient_l()
158 AAudioClientTracker::NotificationClient::NotificationClient(pid_t pid, const sp<IBinder>& binder) in NotificationClient() function in AAudioClientTracker::NotificationClient
162 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { in getStreamCount()
167 aaudio_result_t AAudioClientTracker::NotificationClient::registerClientStream( in registerClientStream()
174 aaudio_result_t AAudioClientTracker::NotificationClient::unregisterClientStream( in unregisterClientStream()
182 void AAudioClientTracker::NotificationClient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
204 const sp<NotificationClient> keep(this); in binderDied()
209 std::string AAudioClientTracker::NotificationClient::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()