Home
last modified time | relevance | path

Searched defs:standby (Results 1 – 16 of 16) sorted by relevance

/hardware/libhardware_legacy/audio/
DAudioHardwareStub.h57 virtual status_t standby() { return NO_ERROR; } in standby() function
DAudioHardwareGeneric.h91 virtual status_t standby() { return NO_ERROR; } in standby() function
DAudioDumpInterface.cpp303 status_t AudioStreamOutDump::standby() in standby() function in android::AudioStreamOutDump
500 status_t AudioStreamInDump::standby() in standby() function in android::AudioStreamInDump
DAudioHardwareStub.cpp136 status_t AudioStreamOutStub::standby() in standby() function in android_audio_legacy::AudioStreamOutStub
DAudioHardwareGeneric.cpp239 status_t AudioStreamOutGeneric::standby() in standby() function in android_audio_legacy::AudioStreamOutGeneric
DA2dpAudioInterface.cpp352 status_t A2dpAudioInterface::A2dpAudioStreamOut::standby() in standby() function in android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamOutALSA.cpp335 status_t AudioStreamOutALSA::standby() in standby() function in android_audio_legacy::AudioStreamOutALSA
DAudioStreamInALSA.cpp573 status_t AudioStreamInALSA::standby() in standby() function in android_audio_legacy::AudioStreamInALSA
DAudioHardwareALSA.h197 status_t (*standby)(alsa_handle_t *); member
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp225 Return<Result> Stream::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp238 Return<Result> StreamIn::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
DStreamOut.cpp241 Return<Result> StreamOut::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c83 bool standby; member
116 bool standby; member
/hardware/qcom/audio/hal/
Daudio_hw.h222 int standby; member
281 int standby; member
/hardware/libhardware/include/hardware/
Daudio.h155 int (*standby)(struct audio_stream *stream); member
/hardware/libhardware/modules/audio/
Daudio_hw.c309 const bool standby = in->last_read_time_us == 0; in in_read() local