Home
last modified time | relevance | path

Searched refs:standby (Results 1 – 25 of 43) sorted by relevance

12

/hardware/libhardware/modules/usbaudio/
Daudio_hal.c83 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/
DAudioDumpInterface.cpp117 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()
DAudioHardwareStub.h40 virtual status_t standby();
57 virtual status_t standby() { return NO_ERROR; } in standby() function
DA2dpAudioInterface.cpp329 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()
DAudioHardwareGeneric.h57 virtual status_t standby();
91 virtual status_t standby() { return NO_ERROR; } in standby() function
DAudioDumpInterface.h52 virtual status_t standby();
94 virtual status_t standby();
DA2dpAudioInterface.h93 status_t standby();
Daudio_hw_hal.cpp173 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()
DAudioHardwareStub.cpp136 status_t AudioStreamOutStub::standby() in standby() function in android_audio_legacy::AudioStreamOutStub
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h95 virtual status_t standby() = 0;
170 virtual status_t standby() = 0;
/hardware/qcom/audio/hal/
Daudio_hw.c675 !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 …]
Daudio_hw.h222 int standby; member
281 int standby; member
/hardware/qcom/audio/legacy/alsa_sound/
DAudioHardwareALSA.h197 status_t (*standby)(alsa_handle_t *); member
322 virtual status_t standby();
379 virtual status_t standby();
Daudio_hw_hal.cpp193 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()
DAudioStreamOutALSA.cpp335 status_t AudioStreamOutALSA::standby() in standby() function in android_audio_legacy::AudioStreamOutALSA
357 mHandle->module->standby(mHandle); in standby()
/hardware/libhardware/modules/audio/
Daudio_hw.c309 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/
Dtypes.hal189 * 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/
DStream.cpp225 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/
DIStream.hal153 * 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/
Dsoundtrigger.c288 if (in->standby) in audio_extn_sound_trigger_read()
289 in->standby = false; in audio_extn_sound_trigger_read()
/hardware/interfaces/audio/4.0/
DIStream.hal170 * 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/
DIStream.hal172 * 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/
DIStream.hal170 * 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/
DStreamIn.h75 Return<Result> standby() override;
DStreamOut.h75 Return<Result> standby() override;

12