Home
last modified time | relevance | path

Searched refs:StreamCommonImpl (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/audio/aidl/default/
DStream.cpp648 StreamCommonImpl::~StreamCommonImpl() { in ~StreamCommonImpl()
656 ndk::ScopedAStatus StreamCommonImpl::initInstance( in initInstance()
703 ndk::ScopedAStatus StreamCommonImpl::getStreamCommonCommon( in getStreamCommonCommon()
713 ndk::ScopedAStatus StreamCommonImpl::updateHwAvSyncId(int32_t in_hwAvSyncId) { in updateHwAvSyncId()
718 ndk::ScopedAStatus StreamCommonImpl::getVendorParameters( in getVendorParameters()
725 ndk::ScopedAStatus StreamCommonImpl::setVendorParameters( in setVendorParameters()
732 ndk::ScopedAStatus StreamCommonImpl::addEffect( in addEffect()
742 ndk::ScopedAStatus StreamCommonImpl::removeEffect( in removeEffect()
752 ndk::ScopedAStatus StreamCommonImpl::close() { in close()
767 ndk::ScopedAStatus StreamCommonImpl::prepareToClose() { in prepareToClose()
[all …]
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamAlsa.h32 class StreamAlsa : public StreamCommonImpl {
DStreamStub.h23 class StreamStub : public StreamCommonImpl {
DStream.h402 class StreamCommonImpl : virtual public StreamCommonInterface, virtual public DriverInterface {
404 StreamCommonImpl(StreamContext* context, const Metadata& metadata, in StreamCommonImpl() function
407 StreamCommonImpl(StreamContext* context, const Metadata& metadata) in StreamCommonImpl() function
408 : StreamCommonImpl( in StreamCommonImpl()
411 ~StreamCommonImpl();
DStreamBluetooth.h32 class StreamBluetooth : public StreamCommonImpl {
DStreamRemoteSubmix.h27 class StreamRemoteSubmix : public StreamCommonImpl {
/hardware/interfaces/audio/aidl/default/stub/
DStreamStub.cpp35 : StreamCommonImpl(context, metadata), in StreamStub()
/hardware/interfaces/audio/aidl/default/alsa/
DStreamAlsa.cpp32 : StreamCommonImpl(context, metadata), in StreamAlsa()
/hardware/interfaces/audio/aidl/default/usb/
DStreamUsb.cpp55 RETURN_STATUS_IF_ERROR(StreamCommonImpl::setConnectedDevices(connectedDevices)); in setConnectedDevices()
/hardware/interfaces/audio/aidl/default/bluetooth/
DStreamBluetooth.cpp57 : StreamCommonImpl(context, metadata), in StreamBluetooth()
/hardware/interfaces/audio/aidl/default/r_submix/
DStreamRemoteSubmix.cpp37 : StreamCommonImpl(context, metadata), in StreamRemoteSubmix()