HomeSort by relevance Sort by last modified time
    Searched refs:concurrent_capture (Results 1 - 6 of 6) sorted by null

  /system/media/audio/include/system/
sound_trigger.h 75 bool concurrent_capture; /* supports capture by other use cases while member in struct:sound_trigger_properties
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 129 bool isConcurrentCaptureAllowed() const { return mDescriptor.properties.concurrent_capture; }
SoundTriggerHalHidl.cpp 334 properties->concurrent_capture = (bool)halProperties->concurrentCapture;
SoundTriggerHwService.cpp 822 state = (active && !mDescriptor.properties.concurrent_capture) ?
    [all...]
  /hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.cpp 378 properties->concurrentCapture = halProperties->concurrent_capture;
  /frameworks/base/core/jni/
android_hardware_SoundTrigger.cpp 441 nModules[i].properties.concurrent_capture,
    [all...]

Completed in 530 milliseconds