Home
last modified time | relevance | path

Searched refs:STUB (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/audio/aidl/default/include/core-impl/
DModuleStub.h25 ModuleStub(std::unique_ptr<Configuration>&& config) : Module(Type::STUB, std::move(config)) {} in ModuleStub()
DModule.h49 enum Type : int { DEFAULT, R_SUBMIX, STUB, USB, BLUETOOTH }; enumerator
/hardware/interfaces/audio/2.0/
DIDevicesFactory.hal30 STUB
/hardware/interfaces/audio/core/all-versions/default/
DDevicesFactory.cpp46 case IDevicesFactory::Device::STUB: in openDevice()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h205 dev = IDevicesFactory::Device::STUB; in openDevice()
/hardware/interfaces/audio/aidl/default/
DModule.cpp117 case Type::STUB: in createInstance()
133 return Module::Type::STUB; in typeFromString()
149 case Module::Type::STUB: in operator <<()
DConfiguration.cpp698 case Module::Type::STUB: in getConfiguration()