Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:systemReady

501         audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
514 mSystemReady(systemReady),
964 if (mWakeLockToken == NULL) { // token may be NULL if AudioFlinger::systemReady() not called.
1533 void AudioFlinger::ThreadBase::systemReady()
1657 bool systemReady)
1658 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3786 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3787 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
5091 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
5092 : PlaybackThread(audioFlinger, output, id, device, DIRECT, systemReady)
5098 ThreadBase::type_t type, bool systemReady)
5099 : PlaybackThread(audioFlinger, output, id, device, type, systemReady)
5694 AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady)
5695 : DirectOutputThread(audioFlinger, output, id, device, OFFLOAD, systemReady),
6009 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady)
6011 systemReady, DUPLICATING),
6229 bool systemReady
6234 ThreadBase(audioFlinger, id, outDevice, inDevice, RECORD, systemReady),
7925 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
7926 : ThreadBase(audioFlinger, id, outDevice, inDevice, MMAP, systemReady),
8652 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
8653 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady),
8855 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
8856 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady),