Home
last modified time | relevance | path

Searched defs:views (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/sv/1.0/vts/functional/
DVtsHalSurroundViewV1_0TargetTest.cpp493 std::vector<View3d> views(1); in TEST_P() local
527 std::vector<View3d> views(1); in TEST_P() local
563 std::vector<View3d> views(1); in TEST_P() local
612 std::vector<View3d> views(1); in TEST_P() local
673 std::vector<View3d> views(1); in TEST_P() local
721 std::vector<View3d> views(1); in TEST_P() local
1093 std::vector<View3d> views(1); in TEST_P() local
/hardware/interfaces/automotive/sv/1.0/default/
DSurroundView3dSession.cpp117 Return<SvResult> SurroundView3dSession::setViews(const hidl_vec<View3d>& views) { in setViews()