Home
last modified time | relevance | path

Searched refs:get2dConfig (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView2dSession.h54 Return<void> get2dConfig(get2dConfig_cb _hidl_cb) override;
DSurroundView2dSession.cpp134 Return<void> SurroundView2dSession::get2dConfig(get2dConfig_cb _hidl_cb) { in get2dConfig() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView2dSession
/hardware/interfaces/automotive/sv/1.0/
DISurroundView2dSession.hal63 get2dConfig() generates (Sv2dConfig sv2dConfig);
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp333 surroundView2dSession->get2dConfig([&retConfig] (Sv2dConfig config) { in TEST_P()