blob: fdc4a5cc2e3ae005d3ca93930bcfcd4f161f5490 [file] [log] [blame]
Craig Donnerbd8766a2016-10-27 10:10:05 -07001component_class: HAL_HIDL
2component_type_version: 1.0
3component_name: "IVr"
4
5package: "android.hardware.vr"
6
Zhuoyao Zhang3bef9392017-02-13 18:03:06 -08007import: "android.hidl.base@1.0::types"
Craig Donnerbd8766a2016-10-27 10:10:05 -07008
9interface: {
10 api: {
11 name: "init"
12 callflow: {
13 next: "*"
14 }
15 callflow: {
16 entry: true
17 }
18 callflow: {
19 exit: true
20 }
21 }
22
23 api: {
24 name: "setVrMode"
25 arg: {
26 type: TYPE_SCALAR
27 scalar_type: "bool_t"
28 }
29 callflow: {
30 next: "*"
31 }
32 callflow: {
33 exit: true
34 }
35 }
36
37}