Home
last modified time | relevance | path

Searched refs:concurrent_capture (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/media/audio/include/system/
H A Dsound_trigger.h93 bool concurrent_capture; /* supports capture by other use cases while member
/aosp12/hardware/interfaces/soundtrigger/2.0/default/
H A DSoundTriggerHalImpl.cpp328 properties->concurrentCapture = halProperties->concurrent_capture; in convertPropertiesFromHal()
/aosp12/hardware/interfaces/soundtrigger/2.2/default/
H A DSoundTriggerHw.cpp350 properties->concurrentCapture = halProperties->concurrent_capture; in convertPropertiesFromHal()
/aosp12/hardware/interfaces/soundtrigger/2.3/default/
H A DSoundTriggerHw.cpp347 properties->concurrentCapture = halProperties->concurrent_capture; in convertPropertiesFromHal()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dsound_trigger_hw_iaxxx.c3593 stdev->is_concurrent_capture = hw_properties.base.concurrent_capture; in stdev_open()