Home
last modified time | relevance | path

Searched defs:drain (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/1/android/hardware/media/c2/
DIComponent.aidl40 void drain(in boolean withEos); in drain() method
/hardware/interfaces/media/c2/aidl/android/hardware/media/c2/
DIComponent.aidl182 void drain(in boolean withEos); in drain() method
/hardware/interfaces/media/c2/aidl/aidl_api/android.hardware.media.c2/current/android/hardware/media/c2/
DIComponent.aidl40 void drain(in boolean withEos); in drain() method
/hardware/interfaces/audio/aidl/default/stub/
DDriverStubImpl.cpp47 ::android::status_t DriverStubImpl::drain(StreamDescriptor::DrainMode) { in drain() function in aidl::android::hardware::audio::core::DriverStubImpl
DStreamOffloadStub.cpp119 ::android::status_t DriverOffloadStubImpl::drain(StreamDescriptor::DrainMode drainMode) { in drain() function in aidl::android::hardware::audio::core::DriverOffloadStubImpl
DStreamMmapStub.cpp102 ::android::status_t DriverMmapStubImpl::drain(StreamDescriptor::DrainMode drainMode) { in drain() function in aidl::android::hardware::audio::core::DriverMmapStubImpl
/hardware/interfaces/audio/aidl/default/primary/
DStreamPrimary.cpp54 ::android::status_t StreamPrimary::drain(StreamDescriptor::DrainMode mode) { in drain() function in aidl::android::hardware::audio::core::StreamPrimary
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp83 ::android::status_t StreamBluetooth::drain(StreamDescriptor::DrainMode) { in drain() function in aidl::android::hardware::audio::core::StreamBluetooth
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp79 ::android::status_t StreamAlsa::drain(StreamDescriptor::DrainMode) { in drain() function in aidl::android::hardware::audio::core::StreamAlsa
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp79 ::android::status_t StreamRemoteSubmix::drain(StreamDescriptor::DrainMode) { in drain() function in aidl::android::hardware::audio::core::StreamRemoteSubmix
/hardware/interfaces/audio/core/all-versions/default/
DStreamOut.cpp528 Return<Result> StreamOut::drain(AudioDrain type) { in drain() function in android::hardware::audio::CPP_VERSION::implementation::StreamOut
/hardware/libhardware/include/hardware/
Daudio.h356 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member
/hardware/libhardware/include_all/hardware/
Daudio.h356 int (*drain)(struct audio_stream_out* stream, audio_drain_type_t type ); member
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1754 bool drain = false; member
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp5079 StateDag::Node drain = d->makeNode(State::ACTIVE, kDrainOutEarlyCommand, draining); in makeDrainEarlyOffloadCommands() local