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

  /device/generic/goldfish/audio/
audio_hw.c 198 bool worker_standby; // Protected by this->lock member in struct:generic_stream_out
223 bool worker_standby; // Protected by this->lock member in struct:generic_stream_in
387 while (out->worker_standby || restart) {
402 if (!out->worker_standby) {
502 if (out->worker_standby) {
503 out->worker_standby = false;
614 out->worker_standby = true;
912 in->worker_standby = true;
938 while (in->worker_standby || restart) {
953 if (!in->worker_standby) {
    [all...]

Completed in 930 milliseconds