Home
last modified time | relevance | path

Searched refs:isTrackAllowed_l (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
DThreads.h878 virtual bool isTrackAllowed_l( in isTrackAllowed_l() function
1183 virtual bool isTrackAllowed_l(
DTracks.cpp561 if (!thread->isTrackAllowed_l(channelMask, format, sessionId, uid)) { in Track()
DThreads.cpp5284 bool AudioFlinger::MixerThread::isTrackAllowed_l( in isTrackAllowed_l() function in android::AudioFlinger::MixerThread
5288 if (!PlaybackThread::isTrackAllowed_l(channelMask, format, sessionId, uid)) { in isTrackAllowed_l()