Searched refs:CRAS_THREAD_STOP (Results 1 – 2 of 2) sorted by relevance
108 CRAS_THREAD_STOP, /* Isn't (shouldn't be) running. */ enumerator866 return thread->state != CRAS_THREAD_STOP; in thread_is_running()1311 stream->thread.state = CRAS_THREAD_STOP; in stop_aud_thread()1352 stream->thread.state = CRAS_THREAD_STOP; in start_aud_thread()1927 client->thread.state = CRAS_THREAD_STOP; in handle_command_message()2758 client->thread.state = CRAS_THREAD_STOP; in cras_client_run_thread()
262 EXPECT_EQ(CRAS_THREAD_STOP, stream_.thread.state); in StreamConnectedFail()