Home
last modified time | relevance | path

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

/external/adhd/cras/src/libcras/
Dcras_client.c234 pthread_cond_t stream_start_cond; member
1339 pthread_cond_broadcast(&stream->client->stream_start_cond); in audio_thread()
1440 rc = pthread_cond_timedwait(&stream->client->stream_start_cond, in start_aud_thread()
2238 rc = pthread_cond_init(&(*client)->stream_start_cond, &cond_attr); in cras_client_create_with_type()
2294 pthread_cond_destroy(&(*client)->stream_start_cond); in cras_client_create_with_type()