Searched refs:setViews (Results 1 – 6 of 6) sorted by relevance
29 * For surround view 3d, setViews() must be set before calling startStream().32 * @return svResult Returns OK if successful, returns VIEW_NOT_SET if setViews() is not
36 * A call to setViews() results in the views set by a previous call to be discarded.39 * Clients can call setViews() at any stage of the session (before/after startStream). Client40 * may continue to receive frames of previous views after setViews() call for a while and can47 setViews(vec<View3d> views) generates (SvResult svResult);
130 * viewId identifying the view as passed by the client in setViews() call for
52 Return<SvResult> setViews(const hidl_vec<View3d>& views) override;
117 Return<SvResult> SurroundView3dSession::setViews(const hidl_vec<View3d>& views) { in setViews() function in android::hardware::automotive::sv::V1_0::implementation::SurroundView3dSession
494 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()528 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()564 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()614 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()634 setViewResult = surroundView3dSession->setViews(views); in TEST_P()675 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()723 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()1095 SvResult setViewResult = surroundView3dSession->setViews(views); in TEST_P()