Lines Matching refs:systemReady
466 type_t type, bool systemReady) in ThreadBase() argument
478 mSystemReady(systemReady), in ThreadBase()
1609 void AudioFlinger::ThreadBase::systemReady() in systemReady() function in android::AudioFlinger::ThreadBase
1794 bool systemReady) in PlaybackThread() argument
1795 : ThreadBase(audioFlinger, id, type, systemReady), in PlaybackThread()
4205 audio_io_handle_t id, bool systemReady, type_t type) in MixerThread() argument
4206 : PlaybackThread(audioFlinger, output, id, type, systemReady), in MixerThread()
5530 AudioStreamOut* output, audio_io_handle_t id, ThreadBase::type_t type, bool systemReady) in DirectOutputThread() argument
5531 : PlaybackThread(audioFlinger, output, id, type, systemReady) in DirectOutputThread()
6146 AudioStreamOut* output, audio_io_handle_t id, bool systemReady) in OffloadThread() argument
6147 : DirectOutputThread(audioFlinger, output, id, OFFLOAD, systemReady), in OffloadThread()
6471 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady) in DuplicatingThread() argument
6473 systemReady, DUPLICATING), in DuplicatingThread()
6704 bool systemReady in RecordThread() argument
6706 ThreadBase(audioFlinger, id, RECORD, systemReady), in RecordThread()
8509 AudioHwDevice *hwDev, sp<StreamHalInterface> stream, bool systemReady) in MmapThread() argument
8510 : ThreadBase(audioFlinger, id, MMAP, systemReady), in MmapThread()
9205 AudioHwDevice *hwDev, AudioStreamOut *output, bool systemReady) in MmapPlaybackThread() argument
9206 : MmapThread(audioFlinger, id, hwDev, output->stream, systemReady), in MmapPlaybackThread()
9416 AudioHwDevice *hwDev, AudioStreamIn *input, bool systemReady) in MmapCaptureThread() argument
9417 : MmapThread(audioFlinger, id, hwDev, input->stream, systemReady), in MmapCaptureThread()