Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.h54 Return<void> get3dConfig(get3dConfig_cb _hidl_cb) override;
DSurroundView3dSession.cpp142 Return<void> SurroundView3dSession::get3dConfig(get3dConfig_cb _hidl_cb) { in get3dConfig() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView3dSession
/hardware/interfaces/automotive/sv/1.0/
DISurroundView3dSession.hal71 get3dConfig() generates (Sv3dConfig sv3dConfig);
/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp752 surroundView3dSession->get3dConfig([&retConfig] (Sv3dConfig config) { in TEST_P()