Searched defs:setCaptureState (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/soundtrigger/
H A DISoundTriggerHwService.cpp99 virtual status_t setCaptureState(bool active) function in class:android::BpSoundTriggerHwService
172 reply->writeInt32(setCaptureState((bool)data.readInt32()));
H A DSoundTrigger.cpp116 status_t SoundTrigger::setCaptureState(bool active) function in class:android::SoundTrigger
118 ALOGV("setCaptureState(%d)", active);
123 return service->setCaptureState(active);
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp154 status_t SoundTriggerHwService::setCaptureState(bool active) function in class:android::SoundTriggerHwService
156 ALOGV("setCaptureState %d", active);

Completed in 72 milliseconds