/hardware/libhardware/modules/usbaudio/ |
D | audio_hal.c | 78 bool standby; member 86 bool standby; member 111 bool standby; member 289 if (!out->standby) { in out_standby() 293 out->standby = true; in out_standby() 327 if (!out->standby) in out_set_parameters() 387 if (out->standby) { in out_write() 394 out->standby = false; in out_write() 498 out->stream.common.standby = out_standby; in adev_open_output_stream() 593 out->standby = true; in adev_open_output_stream() [all …]
|
/hardware/bsp/intel/peripheral/audio/generic/ |
D | audio_hal.c | 88 bool standby; member 99 bool standby; member 124 bool standby; member 396 if (!out->standby) { in out_standby() 400 out->standby = true; in out_standby() 434 if (!out->standby) in out_set_parameters() 494 if (out->standby) { in out_write() 501 out->standby = false; in out_write() 606 out->stream.common.standby = out_standby; in adev_open_output_stream() 701 out->standby = true; in adev_open_output_stream() [all …]
|
/hardware/intel/audio_media/hdmi/ |
D | tinyaudio_hw.c | 120 bool standby; member 130 bool standby; member 349 ALOGV("%s enter standby = %d",__func__,out->standby); in out_standby() 354 if (!out->standby && activePcm) { in out_standby() 357 out->standby = true; in out_standby() 579 out->standby = true; in out_write() 582 if (out->standby) { in out_write() 587 out->standby = false; in out_write() 730 out->stream.common.standby = out_standby; in adev_open_output_stream() 746 out->standby = true; in adev_open_output_stream() [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
|
D | AudioHardwareGeneric.cpp | 239 status_t AudioStreamOutGeneric::standby() in standby() function in android_audio_legacy::AudioStreamOutGeneric
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 96 virtual status_t standby() = 0; 171 virtual status_t standby() = 0;
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 154 int standby; member 190 int standby; member
|
D | audio_hw.c | 1407 if (!out->standby) { in out_standby() 1412 out->standby = true; in out_standby() 1531 if (!out->standby) in out_set_parameters() 1675 if (out->standby) { in out_write() 1676 out->standby = false; in out_write() 1682 out->standby = true; in out_write() 1968 if (!in->standby && in->is_st_session) { in in_standby() 1971 in->standby = true; in in_standby() 1974 if (!in->standby) { in in_standby() 1979 in->standby = true; in in_standby() [all …]
|
/hardware/qcom/audio/msm8909/hal/ |
D | audio_hw.h | 167 int standby; member 204 int standby; member
|
D | audio_hw.c | 837 adev->primary_output && !adev->primary_output->standby) { in select_devices() 1686 if (!out->standby) { in out_standby() 1688 out->standby = true; in out_standby() 1832 if (!out->standby) in out_set_parameters() 1989 if (out->standby) { in out_write() 1990 out->standby = false; in out_write() 1999 out->standby = true; in out_write() 2065 out->standby = true; in out_write() 2345 if (!in->standby && in->is_st_session) { in in_standby() 2348 in->standby = 1; in in_standby() [all …]
|
/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()
|
D | AudioStreamInALSA.cpp | 573 status_t AudioStreamInALSA::standby() in standby() function in android_audio_legacy::AudioStreamInALSA 594 mHandle->module->standby(mHandle); in standby()
|
/hardware/qcom/audio/hal/audio_extn/ |
D | soundtrigger.c | 139 if (in->standby) in audio_extn_sound_trigger_read() 140 in->standby = false; in audio_extn_sound_trigger_read()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 266 out->stream.common.standby = out_standby; in adev_open_output_stream() 393 in->stream.common.standby = in_standby; in adev_open_input_stream()
|
/hardware/libhardware/include/hardware/ |
D | audio.h | 209 int (*standby)(struct audio_stream *stream); member
|
/hardware/bsp/intel/peripheral/libupm/ |
D | README.md | 23 // place device in standby mode so we can write registers
|