Lines Matching refs:MixerThread
4913 status_t MixerThread::createAudioPatch_l(const struct audio_patch* patch, in createAudioPatch_l()
5014 status_t MixerThread::releaseAudioPatch_l(const audio_patch_handle_t handle) in releaseAudioPatch_l()
5077 return sp<MixerThread>::make(afThreadCallback, output, id, systemReady, type, mixerConfig); in createMixerThread()
5080 MixerThread::MixerThread(const sp<IAfThreadCallback>& afThreadCallback, AudioStreamOut* output, in MixerThread() function in android::MixerThread
5265 MixerThread::~MixerThread() in ~MixerThread()
5302 void MixerThread::onFirstRef() { in onFirstRef()
5318 uint32_t MixerThread::correctLatency_l(uint32_t latency) const in correctLatency_l()
5327 ssize_t MixerThread::threadLoop_write() in threadLoop_write()
5370 void MixerThread::threadLoop_standby() in threadLoop_standby()
5459 void MixerThread::threadLoop_mix() in threadLoop_mix()
5477 void MixerThread::threadLoop_sleepTime() in threadLoop_sleepTime()
5531 PlaybackThread::mixer_state MixerThread::prepareTracks_l( in prepareTracks_l()
6381 bool MixerThread::isTrackAllowed_l( in isTrackAllowed_l()
6401 bool MixerThread::checkForNewParameter_l(const String8& keyValuePair, in checkForNewParameter_l()
6481 void MixerThread::dumpInternals_l(int fd, const Vector<String16>& args) in dumpInternals_l()
6528 uint32_t MixerThread::idleSleepTimeUs() const in idleSleepTimeUs()
6533 uint32_t MixerThread::suspendSleepTimeUs() const in suspendSleepTimeUs()
6538 void MixerThread::cacheParameters_l() in cacheParameters_l()
6549 void MixerThread::onHalLatencyModesChanged_l() { in onHalLatencyModesChanged_l()
6553 void MixerThread::setHalLatencyMode_l() { in setHalLatencyMode_l()
6595 void MixerThread::updateHalSupportedLatencyModes_l() { in updateHalSupportedLatencyModes_l()
6613 status_t MixerThread::getSupportedLatencyModes( in getSupportedLatencyModes()
6623 void MixerThread::onRecommendedLatencyModeChanged( in onRecommendedLatencyModeChanged()
6634 status_t MixerThread::setBluetoothVariableLatencyEnabled(bool enabled) { in setBluetoothVariableLatencyEnabled()
7662 : MixerThread(afThreadCallback, mainThread->getOutput(), id, in DuplicatingThread()
7769 MixerThread::dumpInternals_l(fd, args); in dumpInternals_l()
7915 MixerThread::cacheParameters_l(); in cacheParameters_l()
7935 : MixerThread(afThreadCallback, output, id, systemReady, SPATIALIZER, mixerConfig) in SpatializerThread()
11383 : MixerThread(afThreadCallback, output, id, systemReady, BIT_PERFECT) {} in BitPerfectThread()
11387 mixer_state result = MixerThread::prepareTracks_l(tracksToRemove); in prepareTracks_l()
11420 MixerThread::threadLoop_mix(); in threadLoop_mix()