Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h150 int offload_state; member
Daudio_hw.c897 out->offload_state = OFFLOAD_STATE_IDLE; in stop_compressed_output_l()
913 out->offload_state = OFFLOAD_STATE_IDLE; in offload_thread_loop()
929 out->offload_state); in offload_thread_loop()
942 __func__, out->offload_state, cmd->cmd, out->compr); in offload_thread_loop()
1650 out->offload_state = OFFLOAD_STATE_PLAYING; in out_write()
1792 if (out->compr != NULL && out->offload_state == OFFLOAD_STATE_PLAYING) { in out_pause()
1794 out->offload_state = OFFLOAD_STATE_PAUSED; in out_pause()
1809 if (out->compr != NULL && out->offload_state == OFFLOAD_STATE_PAUSED) { in out_resume()
1811 out->offload_state = OFFLOAD_STATE_PLAYING; in out_resume()