Lines Matching refs:systemReady

502         audio_devices_t outDevice, audio_devices_t inDevice, type_t type, bool systemReady)
515 mSystemReady(systemReady),
965 if (mWakeLockToken == NULL) { // token may be NULL if AudioFlinger::systemReady() not called.
1535 void AudioFlinger::ThreadBase::systemReady()
1636 bool systemReady)
1637 : ThreadBase(audioFlinger, id, device, AUDIO_DEVICE_NONE, type, systemReady),
3586 audio_io_handle_t id, audio_devices_t device, bool systemReady, type_t type)
3587 : PlaybackThread(audioFlinger, output, id, device, type, systemReady),
4807 AudioStreamOut* output, audio_io_handle_t id, audio_devices_t device, bool systemReady)
4808 : PlaybackThread(audioFlinger, output, id, device, DIRECT, systemReady)
4815 ThreadBase::type_t type, bool systemReady)
4816 : PlaybackThread(audioFlinger, output, id, device, type, systemReady)
5426 AudioStreamOut* output, audio_io_handle_t id, uint32_t device, bool systemReady)
5427 : DirectOutputThread(audioFlinger, output, id, device, OFFLOAD, systemReady),
5741 AudioFlinger::MixerThread* mainThread, audio_io_handle_t id, bool systemReady)
5743 systemReady, DUPLICATING),
5928 bool systemReady
5933 ThreadBase(audioFlinger, id, outDevice, inDevice, RECORD, systemReady),
7545 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
7546 : ThreadBase(audioFlinger, id, outDevice, inDevice, MMAP, systemReady),
8204 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
8205 : MmapThread(audioFlinger, id, hwDev, output->stream, outDevice, inDevice, systemReady),
8377 audio_devices_t outDevice, audio_devices_t inDevice, bool systemReady)
8378 : MmapThread(audioFlinger, id, hwDev, input->stream, outDevice, inDevice, systemReady),