Home
last modified time | relevance | path

Searched defs:standby (Results 1 – 22 of 22) 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/interfaces/audio/aidl/default/stub/
DStreamStub.cpp78 ::android::status_t StreamStub::standby() { in standby() function in aidl::android::hardware::audio::core::StreamStub
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp62 ::android::status_t StreamAlsa::standby() { in standby() function in aidl::android::hardware::audio::core::StreamAlsa
/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/aidl/default/r_submix/
DSubmixRoute.cpp199 void SubmixRoute::standby(bool isInput) { in standby() function in aidl::android::hardware::audio::core::r_submix::SubmixRoute
DStreamRemoteSubmix.cpp108 ::android::status_t StreamRemoteSubmix::standby() { in standby() function in aidl::android::hardware::audio::core::StreamRemoteSubmix
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp240 ::android::status_t StreamBluetooth::standby() { in standby() function in aidl::android::hardware::audio::core::StreamBluetooth
DDevicePortProxy.cpp305 bool BluetoothAudioPortAidl::standby() { in standby() function in android::bluetooth::audio::aidl::BluetoothAudioPortAidl
/hardware/interfaces/audio/core/all-versions/default/
DStream.cpp340 Return<Result> Stream::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::Stream
DStreamIn.cpp258 Return<Result> StreamIn::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::StreamIn
DStreamOut.cpp265 Return<Result> StreamOut::standby() { in standby() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/libhardware/modules/usbaudio/
Daudio_hal.c93 bool standby; member
138 bool standby; member
573 static void stream_standby_l(struct listnode *alsa_devices, bool *standby) in stream_standby_l()
/hardware/qcom/audio/hal/
Daudio_hw.h222 int standby; member
283 int standby; member
/hardware/libhardware/modules/audio/
Daudio_hw.c309 const bool standby = in->last_read_time_us == 0; in in_read() local
/hardware/libhardware/include/hardware/
Daudio.h156 int (*standby)(struct audio_stream *stream); member