/device/generic/car/emulator/audio/driver/ |
D | audio_hw.h | 58 bool standby; // Protected by this->lock member 87 bool standby; // Protected by this->lock member
|
D | audio_hw.c | 148 if (!out->standby) { in out_set_parameters() 294 if (out->standby) { in get_current_output_position() 357 if (out->standby) { in out_write() 358 out->standby = false; in out_write() 443 if (out->standby) { in do_out_standby() 462 out->standby = true; in do_out_standby() 650 if (!in->standby) { in in_set_parameters() 710 if (in->standby) { in get_current_input_position() 727 if (in->standby) { in do_in_standby() 732 in->standby = true; in do_in_standby() [all …]
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.h | 93 bool standby; member 109 int standby; member
|
D | audio_hw.c | 241 if (!out->standby) { in do_output_standby() 245 out->standby = 1; in do_output_standby() 336 if (out->standby) { in out_write() 342 out->standby = 0; in out_write() 551 if (!in->standby) { in do_input_standby() 555 in->standby = true; in do_input_standby() 683 if (in->standby) { in in_read() 690 in->standby = false; in in_read() 810 out->stream.common.standby = out_standby; in adev_open_output_stream() 842 out->standby = 1; in adev_open_output_stream() [all …]
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 81 int standby; member 164 if (!out->standby) { in do_output_standby() 168 out->standby = 1; in do_output_standby() 256 if (out->standby) { in out_write() 262 out->standby = 0; in out_write() 448 out->stream.common.standby = out_standby; in adev_open_output_stream() 480 out->standby = 1; in adev_open_output_stream() 599 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 186 bool standby; // Protected by this->lock member 219 bool standby; // Protected by this->lock member 507 if (out->standby) { in get_current_output_position() 554 if (out->standby) { in out_write() 555 out->standby = false; in out_write() 637 if (out->standby) { in do_out_standby() 656 out->standby = true; in do_out_standby() 942 if (in->standby) { in get_current_input_position() 960 if (in->standby) { in do_in_standby() 965 in->standby = true; in do_in_standby() [all …]
|
/device/google/cuttlefish/guest/hals/audio/ |
D | audio_hw.c | 189 bool standby; // Protected by this->lock member 222 bool standby; // Protected by this->lock member 510 if (out->standby) { in get_current_output_position() 557 if (out->standby) { in out_write() 558 out->standby = false; in out_write() 640 if (out->standby) { in do_out_standby() 659 out->standby = true; in do_out_standby() 945 if (in->standby) { in get_current_input_position() 963 if (in->standby) { in do_in_standby() 968 in->standby = true; in do_in_standby() [all …]
|
/device/generic/goldfish/audio/ |
D | io_thread.cpp | 39 bool IOThread::standby() { in standby() function in android::hardware::audio::V6_0::implementation::IOThread
|
D | io_thread.h | 33 virtual bool standby();
|
D | stream_in.h | 63 Return<Result> standby() override;
|
D | stream_in.cpp | 302 Return<Result> StreamIn::standby() { in standby() function in android::hardware::audio::V6_0::implementation::StreamIn 304 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()
|
D | stream_out.h | 64 Return<Result> standby() override;
|
D | stream_out.cpp | 309 Return<Result> StreamOut::standby() { in standby() function in android::hardware::audio::V6_0::implementation::StreamOut 311 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 115 int standby; member 326 if (!out->standby) { in do_output_standby() 330 out->standby = 1; in do_output_standby() 426 if (out->standby) { in out_write() 437 out->standby = 0; in out_write() 632 out->stream.common.standby = out_standby; in adev_open_output_stream() 664 out->standby = 1; in adev_open_output_stream() 783 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/device/google/muskie/ |
D | WCNSS_qcom_cfg.ini | 347 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
|
/device/google/taimen/ |
D | WCNSS_qcom_cfg.ini | 347 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
|
/device/google/bonito/ |
D | WCNSS_qcom_cfg.ini | 332 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
|
/device/google/crosshatch/ |
D | WCNSS_qcom_cfg.ini | 332 # 1: Enable standby, 2: Enable Deep sleep, 3: Enable Mcast/Bcast Filter
|