Lines Matching refs:NotificationClient
79 sp<NotificationClient> notificationClient = new NotificationClient(pid, binder); in registerClient()
141 sp<AAudioClientTracker::NotificationClient>
143 sp<NotificationClient> notificationClient = mNotificationClients[pid]; in getNotificationClient_l()
147 notificationClient = new AAudioClientTracker::NotificationClient(pid, nullptr); in getNotificationClient_l()
157 AAudioClientTracker::NotificationClient::NotificationClient(pid_t pid, const sp<IBinder>& binder) in NotificationClient() function in AAudioClientTracker::NotificationClient
161 AAudioClientTracker::NotificationClient::~NotificationClient() { in ~NotificationClient()
164 int32_t AAudioClientTracker::NotificationClient::getStreamCount() { in getStreamCount()
169 aaudio_result_t AAudioClientTracker::NotificationClient::registerClientStream( in registerClientStream()
176 aaudio_result_t AAudioClientTracker::NotificationClient::unregisterClientStream( in unregisterClientStream()
184 void AAudioClientTracker::NotificationClient::binderDied(const wp<IBinder>& who __unused) { in binderDied()
205 sp<NotificationClient> keep(this); in binderDied()
210 std::string AAudioClientTracker::NotificationClient::dump() const NO_THREAD_SAFETY_ANALYSIS { in dump()