Searched refs:setCaptureState_l (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.h137 void setCaptureState_l(bool active);
H A DSoundTriggerHwService.cpp149 module->setCaptureState_l(mCaptureState);
160 mModules.valueAt(i)->setCaptureState_l(active);
757 void SoundTriggerHwService::Module::setCaptureState_l(bool active) function in class:android::SoundTriggerHwService::Module
759 ALOGV("Module::setCaptureState_l %d", active);

Completed in 700 milliseconds