Searched refs:soundTriggerSupportsConcurrentCapture (Results 1 – 2 of 2) sorted by relevance
684 bool soundTriggerSupportsConcurrentCapture();
1851 bool AudioPolicyManager::soundTriggerSupportsConcurrentCapture() { in soundTriggerSupportsConcurrentCapture() function in android::AudioPolicyManager1853 bool soundTriggerSupportsConcurrentCapture = false; in soundTriggerSupportsConcurrentCapture() local1870 soundTriggerSupportsConcurrentCapture = true; in soundTriggerSupportsConcurrentCapture()1872 soundTriggerSupportsConcurrentCapture &= in soundTriggerSupportsConcurrentCapture()1878 mSoundTriggerSupportsConcurrentCapture = soundTriggerSupportsConcurrentCapture; in soundTriggerSupportsConcurrentCapture()1993 inputDesc->isSoundTrigger() ? soundTriggerSupportsConcurrentCapture() : false; in startInput()