Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.h242 int offload_state; member
Daudio_hw.c2063 out->offload_state = OFFLOAD_STATE_IDLE; in stop_compressed_output_l()
2086 out->offload_state = OFFLOAD_STATE_IDLE; in offload_thread_loop()
2095 out->offload_state); in offload_thread_loop()
2108 __func__, out->offload_state, cmd->cmd, out->compr); in offload_thread_loop()
3512 out->offload_state = OFFLOAD_STATE_PLAYING; in out_write()
3817 if (out->compr != NULL && out->offload_state == OFFLOAD_STATE_PLAYING) { in out_pause()
3819 out->offload_state = OFFLOAD_STATE_PAUSED; in out_pause()
3834 if (out->compr != NULL && out->offload_state == OFFLOAD_STATE_PAUSED) { in out_resume()
3836 out->offload_state = OFFLOAD_STATE_PLAYING; in out_resume()
6404 if (out->offload_state == OFFLOAD_STATE_PLAYING) in check_a2dp_restore_l()
[all …]