Home
last modified time | relevance | path

Searched refs:Sv3dConfig (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.h53 Return<SvResult> set3dConfig(const Sv3dConfig& sv3dConfig) override;
90 Sv3dConfig mConfig;
DSurroundView3dSession.cpp129 Return<SvResult> SurroundView3dSession::set3dConfig(const Sv3dConfig& sv3dConfig) { in set3dConfig()
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal61 set3dConfig(Sv3dConfig sv3dConfig) generates (SvResult svResult);
71 get3dConfig() generates (Sv3dConfig sv3dConfig);
Dtypes.hal267 struct Sv3dConfig {
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.cpp208 Sv3dConfig config; in invoke3dSessionAPI()
226 surroundView3dSession->get3dConfig([&](Sv3dConfig) {}); in invoke3dSessionAPI() argument
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp683 Sv3dConfig config; in TEST_P()
741 Sv3dConfig config; in TEST_P()
751 Sv3dConfig retConfig; in TEST_P()
752 surroundView3dSession->get3dConfig([&retConfig] (Sv3dConfig config) { in TEST_P()