Lines Matching refs:offload_state
2063 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()
6409 if (out->offload_state == OFFLOAD_STATE_PLAYING) in check_a2dp_restore_l()