Searched refs:StreamCommonImpl (Results 1 – 11 of 11) sorted by relevance
/hardware/interfaces/audio/aidl/default/ |
D | Stream.cpp | 648 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/ |
D | StreamAlsa.h | 32 class StreamAlsa : public StreamCommonImpl {
|
D | StreamStub.h | 23 class StreamStub : public StreamCommonImpl {
|
D | Stream.h | 402 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();
|
D | StreamBluetooth.h | 32 class StreamBluetooth : public StreamCommonImpl {
|
D | StreamRemoteSubmix.h | 27 class StreamRemoteSubmix : public StreamCommonImpl {
|
/hardware/interfaces/audio/aidl/default/stub/ |
D | StreamStub.cpp | 35 : StreamCommonImpl(context, metadata), in StreamStub()
|
/hardware/interfaces/audio/aidl/default/alsa/ |
D | StreamAlsa.cpp | 32 : StreamCommonImpl(context, metadata), in StreamAlsa()
|
/hardware/interfaces/audio/aidl/default/usb/ |
D | StreamUsb.cpp | 55 RETURN_STATUS_IF_ERROR(StreamCommonImpl::setConnectedDevices(connectedDevices)); in setConnectedDevices()
|
/hardware/interfaces/audio/aidl/default/bluetooth/ |
D | StreamBluetooth.cpp | 57 : StreamCommonImpl(context, metadata), in StreamBluetooth()
|
/hardware/interfaces/audio/aidl/default/r_submix/ |
D | StreamRemoteSubmix.cpp | 37 : StreamCommonImpl(context, metadata), in StreamRemoteSubmix()
|