/hardware/libhardware/modules/usbaudio/ |
D | audio_hal.c | 83 bool standby; member 116 bool standby; member 339 if (!out->standby) { in out_standby() 341 out->standby = true; in out_standby() 379 if (!out->standby) in out_set_parameters() 433 if (out->standby) { in out_write() 438 out->standby = false; in out_write() 541 out->stream.common.standby = out_standby; in adev_open_output_stream() 645 out->standby = true; in adev_open_output_stream() 732 if (!in->standby) { in in_standby() [all …]
|
/hardware/libhardware_legacy/audio/ |
D | AudioDumpInterface.cpp | 117 dumpOut->standby(); in closeOutputStream() 179 dumpIn->standby(); in closeInputStream() 303 status_t AudioStreamOutDump::standby() in standby() function in android::AudioStreamOutDump 308 if (mFinalStream != 0 ) return mFinalStream->standby(); in standby() 500 status_t AudioStreamInDump::standby() in standby() function in android::AudioStreamInDump 505 if (mFinalStream != 0 ) return mFinalStream->standby(); in standby()
|
D | AudioHardwareStub.h | 40 virtual status_t standby(); 57 virtual status_t standby() { return NO_ERROR; } in standby() function
|
D | A2dpAudioInterface.cpp | 329 standby(); in write() 352 status_t A2dpAudioInterface::A2dpAudioStreamOut::standby() in standby() function in android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut 396 standby(); in setParameters() 467 standby(); in setSuspended()
|
D | AudioHardwareGeneric.h | 57 virtual status_t standby(); 91 virtual status_t standby() { return NO_ERROR; } in standby() function
|
D | AudioDumpInterface.h | 52 virtual status_t standby(); 94 virtual status_t standby();
|
D | A2dpAudioInterface.h | 93 status_t standby();
|
D | audio_hw_hal.cpp | 173 return out->legacy_out->standby(); in out_standby() 323 return in->legacy_in->standby(); in in_standby() 522 out->stream.common.standby = out_standby; in adev_open_output_stream() 588 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
D | AudioHardwareStub.cpp | 136 status_t AudioStreamOutStub::standby() in standby() function in android_audio_legacy::AudioStreamOutStub
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 95 virtual status_t standby() = 0; 170 virtual status_t standby() = 0;
|
/hardware/qcom/audio/hal/ |
D | audio_hw.c | 675 !adev->primary_output->standby) { in enable_audio_route() 1000 if (in->standby) in check_and_enable_effect() 1686 !adev->primary_output->standby) { in select_devices_with_force_switch() 2795 if (!out->standby) { in out_standby_l() 2799 out->standby = true; in out_standby_l() 2868 if (!out->standby) { in out_on_error() 2891 dprintf(fd, " Standby: %s\n", out->standby ? "yes" : "no"); in out_dump() 3096 if (!out->standby) { in out_set_parameters() 3352 if (!out->standby) { in out_set_volume() 3447 const bool was_in_standby = out->standby; in out_write() [all …]
|
D | audio_hw.h | 222 int standby; member 281 int standby; member
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioHardwareALSA.h | 197 status_t (*standby)(alsa_handle_t *); member 322 virtual status_t standby(); 379 virtual status_t standby();
|
D | audio_hw_hal.cpp | 193 return out->qcom_out->standby(); in out_standby() 342 return in->qcom_in->standby(); in in_standby() 538 out->stream.common.standby = out_standby; in adev_open_output_session() 588 out->stream.common.standby = out_standby; in adev_open_output_stream() 656 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
D | AudioStreamOutALSA.cpp | 335 status_t AudioStreamOutALSA::standby() in standby() function in android_audio_legacy::AudioStreamOutALSA 357 mHandle->module->standby(mHandle); in standby()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 309 const bool standby = in->last_read_time_us == 0; in in_read() local 310 const int64_t elapsed_time_since_last_read = standby ? in in_read() 374 out->stream.common.standby = out_standby; in adev_open_output_stream() 521 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/hardware/interfaces/tv/cec/1.0/ |
D | types.hal | 189 * on through the standby mode. When set to true, the system must gain the 192 * standby mode to notify the microprocessor that it should start/stop
|
/hardware/interfaces/audio/core/all-versions/default/ |
D | Stream.cpp | 225 Return<Result> Stream::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::Stream 226 return analyzeStatus("standby", mStream->standby(mStream)); in standby()
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 153 * Put the audio hardware input/output into standby mode. 154 * Driver must exit from standby mode at the next I/O operation. 158 standby() generates (Result retval);
|
/hardware/qcom/audio/hal/audio_extn/ |
D | soundtrigger.c | 288 if (in->standby) in audio_extn_sound_trigger_read() 289 in->standby = false; in audio_extn_sound_trigger_read()
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 170 * Put the audio hardware input/output into standby mode. 171 * Driver must exit from standby mode at the next I/O operation. 175 standby() generates (Result retval);
|
/hardware/interfaces/audio/6.0/ |
D | IStream.hal | 172 * Put the audio hardware input/output into standby mode. 173 * Driver must exit from standby mode at the next I/O operation. 177 standby() generates (Result retval);
|
/hardware/interfaces/audio/5.0/ |
D | IStream.hal | 170 * Put the audio hardware input/output into standby mode. 171 * Driver must exit from standby mode at the next I/O operation. 175 standby() generates (Result retval);
|
/hardware/interfaces/audio/core/all-versions/default/include/core/default/ |
D | StreamIn.h | 75 Return<Result> standby() override;
|
D | StreamOut.h | 75 Return<Result> standby() override;
|