Home
last modified time | relevance | path

Searched refs:IOModule (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/cpp/surround_view/service-impl/
DIOModule.cpp31 IOModule::IOModule(const std::string& svConfigFile) : in IOModule() function in android::hardware::automotive::sv::V1_0::implementation::IOModule
34 IOStatus IOModule::initialize() { in initialize()
72 bool IOModule::getConfig(IOModuleConfig* ioModuleConfig) { in getConfig()
DSurroundViewSessionTests.cpp46 IOModule* ioModule = new IOModule(kSvConfigFilename); in TEST()
69 IOModule* ioModule = new IOModule(kSvConfigFilename); in TEST()
DIOModule.h29 class IOModule {
32 IOModule(const std::string& svConfigFile);
DSurroundView2dSessionTests.cpp53 mIoModule = new IOModule(kSvConfigFilename); in SetUp()
62 IOModule* mIoModule;
DSurroundView3dSessionTests.cpp66 mIoModule = new IOModule(kSvConfigFilename); in SetupSv3dSession()
92 mIoModule = new IOModule(kSvConfigFilename); in SetupSv3dSessionVhalAnimation()
164 IOModule* mIoModule;
DSurroundViewService.h67 IOModule* mIOModule;
DSurroundViewService.cpp41 mIOModule = new IOModule("/vendor/etc/automotive/sv/sv_sample_config.xml"); in SurroundViewService()
DAndroid.bp54 "IOModule.cpp",