HomeSort by relevance Sort by last modified time
    Searched refs:worker_standby (Results 1 - 3 of 3) sorted by null

  /device/generic/car/emulator/audio/driver/
audio_hw.h 61 bool worker_standby; // Protected by this->lock member in struct:generic_stream_out
87 bool worker_standby; // Protected by this->lock member in struct:generic_stream_in
audio_hw.c 209 while (out->worker_standby || restart) {
224 if (!out->worker_standby) {
335 if (out->worker_standby) {
336 out->worker_standby = false;
449 out->worker_standby = true;
716 in->worker_standby = true;
740 while (in->worker_standby || restart) {
755 if (!in->worker_standby) {
818 if (in->worker_standby) {
819 in->worker_standby = false
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 188 bool worker_standby; // Protected by this->lock member in struct:generic_stream_out
213 bool worker_standby; // Protected by this->lock member in struct:generic_stream_in
395 while (out->worker_standby || restart) {
410 if (!out->worker_standby) {
510 if (out->worker_standby) {
511 out->worker_standby = false;
621 out->worker_standby = true;
927 in->worker_standby = true;
953 while (in->worker_standby || restart) {
968 if (!in->worker_standby) {
    [all...]

Completed in 162 milliseconds