Searched refs:offload_state (Results 1 – 2 of 2) sorted by relevance
2162 out->offload_state); in offload_thread_loop()2175 __func__, out->offload_state, cmd->cmd, out->compr); in offload_thread_loop()2421 if (out->offload_state == OFFLOAD_STATE_PAUSED || in stop_output_stream()2422 out->offload_state == OFFLOAD_STATE_PAUSED_FLUSHED) in stop_output_stream()2424 out->offload_state = OFFLOAD_STATE_IDLE; in stop_output_stream()3055 if (out->offload_state == OFFLOAD_STATE_PAUSED_FLUSHED) { in out_write()3073 if (out->offload_state != OFFLOAD_STATE_PLAYING) { in out_write()3075 out->offload_state = OFFLOAD_STATE_PLAYING; in out_write()3363 if (out->compr != NULL && out->offload_state == OFFLOAD_STATE_PLAYING) { in out_pause()3365 out->offload_state = OFFLOAD_STATE_PAUSED; in out_pause()[all …]
290 int offload_state; member