Home
last modified time | relevance | path

Searched refs:ModuleStub (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/stub/
DModuleStub.cpp36 ndk::ScopedAStatus ModuleStub::getBluetooth(std::shared_ptr<IBluetooth>* _aidl_return) { in getBluetooth()
46 ndk::ScopedAStatus ModuleStub::getBluetoothA2dp(std::shared_ptr<IBluetoothA2dp>* _aidl_return) { in getBluetoothA2dp()
56 ndk::ScopedAStatus ModuleStub::getBluetoothLe(std::shared_ptr<IBluetoothLe>* _aidl_return) { in getBluetoothLe()
66 ndk::ScopedAStatus ModuleStub::createInputStream(StreamContext&& context, in createInputStream()
74 ndk::ScopedAStatus ModuleStub::createOutputStream( in createOutputStream()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h23 class ModuleStub final : public Module {
25 ModuleStub(std::unique_ptr<Configuration>&& config) : Module(Type::STUB, std::move(config)) {} in ModuleStub() function
/hardware/interfaces/audio/aidl/default/
DAndroid.bp79 "stub/ModuleStub.cpp",
DModule.cpp118 return ndk::SharedRefBase::make<ModuleStub>(std::move(config)); in createInstance()