Searched refs:ModuleStub (Results 1 – 4 of 4) sorted by relevance
36 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()
23 class ModuleStub final : public Module {25 ModuleStub() : Module(Type::STUB) {} in ModuleStub() function
93 "stub/ModuleStub.cpp",
118 return ndk::SharedRefBase::make<ModuleStub>(); in createInstance()