Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.h53 Return<SvResult> set2dConfig(const Sv2dConfig& sv2dConfig) override;
75 Sv2dConfig mConfig;
DSurroundView2dSession.cpp122 const Sv2dConfig& sv2dConfig) { in set2dConfig()
/hardware/interfaces/automotive/sv/1.0/
DISurroundView2dSession.hal53 set2dConfig(Sv2dConfig sv2dConfig) generates (SvResult svResult);
63 get2dConfig() generates (Sv2dConfig sv2dConfig);
Dtypes.hal246 struct Sv2dConfig {
/hardware/interfaces/automotive/sv/1.0/default/tests/fuzzer/
DAutomotiveSvV1_0Fuzzer.cpp70 Sv2dConfig config; in invoke2dSessionAPI()
85 surroundView2dSession->get2dConfig([&](Sv2dConfig) {}); in invoke2dSessionAPI() argument
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp265 Sv2dConfig config; in TEST_P()
323 Sv2dConfig config; in TEST_P()
332 Sv2dConfig retConfig; in TEST_P()
333 surroundView2dSession->get2dConfig([&retConfig] (Sv2dConfig config) { in TEST_P()