Searched refs:standby (Results 1 - 21 of 21) sorted by relevance

/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c50 bool standby; member in struct:audio_device
58 bool standby; member in struct:stream_out
130 if (!out->standby) {
133 out->standby = true;
198 if (out->standby) {
203 out->standby = false;
267 out->stream.common.standby = out_standby;
285 out->standby = true;
/hardware/qcom/audio/hal/
H A Daudio_hw.h104 int standby; member in struct:stream_out
115 uint64_t written; /* total frames written, not cleared when entering standby */
139 int standby; member in struct:stream_in
H A Daudio_hw.c504 adev->primary_output && !adev->primary_output->standby) {
1186 if (!out->standby) {
1188 out->standby = true;
1272 * continues to write data until standby time (3sec).
1274 * Avoid this by routing audio to speaker until standby.
1302 if (!out->standby)
1420 if (out->standby) {
1421 out->standby = false;
1427 out->standby = true;
1675 if (!in->standby) {
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp117 dumpOut->standby();
179 dumpIn->standby();
303 status_t AudioStreamOutDump::standby() function in class:android::AudioStreamOutDump
305 ALOGV("AudioStreamOutDump standby(), mFile %p, mFinalStream %p", mFile, mFinalStream);
308 if (mFinalStream != 0 ) return mFinalStream->standby();
500 status_t AudioStreamInDump::standby() function in class:android::AudioStreamInDump
502 ALOGV("AudioStreamInDump standby(), mFile %p, mFinalStream %p", mFile, mFinalStream);
505 if (mFinalStream != 0 ) return mFinalStream->standby();
H A DAudioHardwareGeneric.h57 virtual status_t standby();
91 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInGeneric
H A DAudioHardwareStub.h40 virtual status_t standby();
57 virtual status_t standby() { return NO_ERROR; } function in class:android_audio_legacy::AudioStreamInStub
H A DA2dpAudioInterface.cpp328 standby();
351 status_t A2dpAudioInterface::A2dpAudioStreamOut::standby() function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
395 standby();
466 standby();
H A DAudioDumpInterface.h52 virtual status_t standby();
94 virtual status_t standby();
H A DA2dpAudioInterface.h93 status_t standby();
H A DAudioHardwareStub.cpp135 status_t AudioStreamOutStub::standby() function in class:android_audio_legacy::AudioStreamOutStub
H A Daudio_hw_hal.cpp171 return out->legacy_out->standby();
321 return in->legacy_in->standby();
518 out->stream.common.standby = out_standby;
581 in->stream.common.standby = in_standby;
H A DAudioHardwareGeneric.cpp239 status_t AudioStreamOutGeneric::standby() function in class:android_audio_legacy::AudioStreamOutGeneric
241 // Implement: audio hardware to standby mode
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h92 * Put the audio hardware output into standby mode. Returns
95 virtual status_t standby() = 0;
105 // The audio flinger will put the output in standby and then change the parameter value.
110 // the output has exited standby
161 * Put the audio hardware input into standby mode. Returns
164 virtual status_t standby() = 0;
171 // The audio flinger will put the input in standby and then change the parameter value.
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h197 status_t (*standby)(alsa_handle_t *); member in struct:android_audio_legacy::alsa_device_t
322 virtual status_t standby();
333 // the output has exited standby
379 virtual status_t standby();
H A Daudio_hw_hal.cpp193 return out->qcom_out->standby();
342 return in->qcom_in->standby();
538 out->stream.common.standby = out_standby;
587 out->stream.common.standby = out_standby;
652 in->stream.common.standby = in_standby;
H A DAudioStreamOutALSA.cpp335 status_t AudioStreamOutALSA::standby() function in class:android_audio_legacy::AudioStreamOutALSA
339 ALOGV("standby");
357 mHandle->module->standby(mHandle);
377 // the output has exited standby
H A DAudioStreamInALSA.cpp573 status_t AudioStreamInALSA::standby() function in class:android_audio_legacy::AudioStreamInALSA
577 ALOGD("standby");
585 ALOGD("standby");
589 ALOGD(" into standby, stop record");
594 mHandle->module->standby(mHandle);
H A Dalsa_default.cpp143 dev->standby = s_standby;
/hardware/libhardware/modules/audio/
H A Daudio_hw.c237 out->stream.common.standby = out_standby;
346 in->stream.common.standby = in_standby;
/hardware/libhardware/include/hardware/
H A Daudio.h188 * Put the audio hardware input/output into standby mode.
189 * Driver should exit from standby mode at the next I/O operation.
192 int (*standby)(struct audio_stream *stream); member in struct:audio_stream
218 * The audio flinger will put the stream in standby and then change the
293 * the output has exited standby
363 * The count is not reset to zero when output enters standby.
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp90 bool output_standby; // output standby state as seen from record thread
405 // keep track of when we exit input standby (== first read == start "real recording")
537 out->stream.common.standby = out_standby;
698 in->stream.common.standby = in_standby;

Completed in 8578 milliseconds