Home
last modified time | relevance | path

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

/hardware/qcom/audio/voice_processing/
Dvoice_processing.c171 static int effect_set_state(struct effect_s *effect, uint32_t state) in effect_set_state() function
259 return effect_set_state(effect, EFFECT_STATE_CREATED); in effect_create()
264 return effect_set_state(effect, EFFECT_STATE_INIT); in effect_release()
555 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); in fx_command()
612 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_ACTIVE); in fx_command()
620 *(int *)pReplyData = effect_set_state(effect, EFFECT_STATE_CONFIG); in fx_command()