/device/amlogic/yukawa/audio/ |
D | audio_hw.h | 88 bool standby; member 104 int standby; member
|
D | audio_hw.c | 188 if (!out->standby) { in do_output_standby() 192 out->standby = 1; in do_output_standby() 283 if (out->standby) { in out_write() 289 out->standby = 0; in out_write() 495 if (!in->standby) { in do_input_standby() 499 in->standby = true; in do_input_standby() 627 if (in->standby) { in in_read() 634 in->standby = false; in in_read() 754 out->stream.common.standby = out_standby; in adev_open_output_stream() 786 out->standby = 1; in adev_open_output_stream() [all …]
|
/device/google/trout/hal/audio/6.0/ |
D | audio_hw.h | 62 bool standby; // Protected by this->lock member 96 bool standby; // Protected by this->lock member
|
D | audio_hw.c | 233 if (!out->standby) { in out_set_parameters() 402 if (out->standby) { in get_current_output_position() 465 if (out->standby) { in out_write() 466 out->standby = false; in out_write() 550 if (out->standby) { in do_out_standby() 569 out->standby = true; in do_out_standby() 753 if (!in->standby) { in in_set_parameters() 806 if (in->standby) { in get_current_input_position() 823 if (in->standby) { in do_in_standby() 828 in->standby = true; in do_in_standby() [all …]
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.h | 62 bool standby; // Protected by this->lock member 96 bool standby; // Protected by this->lock member
|
D | audio_hw.c | 193 if (!out->standby) { in out_set_parameters() 362 if (out->standby) { in get_current_output_position() 425 if (out->standby) { in out_write() 426 out->standby = false; in out_write() 511 if (out->standby) { in do_out_standby() 530 out->standby = true; in do_out_standby() 715 if (!in->standby) { in in_set_parameters() 768 if (in->standby) { in get_current_input_position() 785 if (in->standby) { in do_in_standby() 790 in->standby = true; in do_in_standby() [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 | 82 int standby; member 165 if (!out->standby) { in do_output_standby() 169 out->standby = 1; in do_output_standby() 257 if (out->standby) { in out_write() 263 out->standby = 0; in out_write() 449 out->stream.common.standby = out_standby; in adev_open_output_stream() 481 out->standby = 1; in adev_open_output_stream() 600 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/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 | 307 Return<Result> StreamIn::standby() { in standby() function in android::hardware::audio::V6_0::implementation::StreamIn 309 LOG_ALWAYS_FATAL_IF(!mReadThread->standby()); in standby()
|
D | stream_out.h | 66 Return<Result> standby() override;
|
D | stream_out.cpp | 337 Return<Result> StreamOut::standby() { in standby() function in android::hardware::audio::V6_0::implementation::StreamOut 339 LOG_ALWAYS_FATAL_IF(!mWriteThread->standby()); in standby()
|
/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/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() 421 if (out->standby) { in out_write() 432 out->standby = 0; in out_write() 627 out->stream.common.standby = out_standby; in adev_open_output_stream() 659 out->standby = 1; in adev_open_output_stream() 778 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/device/google/atv/audio_proxy/ |
D | AudioProxyDevice.cpp | 45 CHECK_API(standby); in isValidStreamOut()
|
D | AudioProxyStreamOut.h | 60 Result standby();
|
D | AudioProxyStreamOut.cpp | 161 Result AudioProxyStreamOut::standby() { in standby() function in audio_proxy::CPP_VERSION::AudioProxyStreamOut 162 return toResult(mStream->standby(mStream)); in standby()
|
D | StreamOutImpl.h | 71 Return<Result> standby() override;
|
D | StreamOutImpl.cpp | 258 Return<Result> StreamOutImpl::standby() { return mStream->standby(); } in standby() function in audio_proxy::CPP_VERSION::StreamOutImpl
|
/device/google/atv/audio_proxy/public/ |
D | audio_proxy.h | 138 int (*standby)(struct audio_proxy_stream_out* stream); member
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | platform-migration-guide.rst | 208 Unlike the previous ``standby`` handler, the ``cpu_standby()`` handler is only used 209 as a fast path for placing a core power domain into a standby or retention 487 Perform the platform-specific setup to enter the standby state indicated by the
|
/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
|