Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 103cf911 authored by Keun Soo Yim's avatar Keun Soo Yim Committed by Android (Google) Code Review
Browse files

Merge "VTS file for VR hal."

parents 5ebdca31 bd8766a3
Loading
Loading
Loading
Loading

vr/1.0/vts/Vr.vts

0 → 100644
+36 −0
Original line number Diff line number Diff line
component_class: HAL_HIDL
component_type_version: 1.0
component_name: "IVr"

package: "android.hardware.vr"


interface: {
    api: {
        name: "init"
        callflow: {
            next: "*"
        }
        callflow: {
            entry: true
        }
        callflow: {
            exit: true
        }
    }

    api: {
        name: "setVrMode"
        arg: {
            type: TYPE_SCALAR
            scalar_type: "bool_t"
        }
        callflow: {
            next: "*"
        }
        callflow: {
            exit: true
        }
    }

}