1component_class: LIB_SHARED
2component_type: VNDK_LIBCUTILS
3component_type_version_major: 1
4component_type_version_minor: 0
5component_name: "libcutils"
6
7header: "<unistd.h>"
8header: "<stdint.h>"
9header: "<sys/types.h>"
10
11interface: {
12  api: {
13    name: "qtaguid_tagSocket"
14    return_type: {
15      type: TYPE_SCALAR
16      scalar_type: "int32_t"
17    }
18    arg: {
19      type: TYPE_SCALAR
20      scalar_type: "int32_t"
21    }
22    arg: {
23      type: TYPE_SCALAR
24      scalar_type: "int32_t"
25    }
26    arg: {
27      type: TYPE_SCALAR
28      scalar_type: "uint32_t"
29    }
30  }
31
32  api: {
33    name: "qtaguid_untagSocket"
34    return_type: {
35      type: TYPE_SCALAR
36      scalar_type: "int32_t"
37    }
38    arg: {
39      type: TYPE_SCALAR
40      scalar_type: "int32_t"
41    }
42  }
43
44  api: {
45    name: "qtaguid_setCounterSet"
46    return_type: {
47      type: TYPE_SCALAR
48      scalar_type: "int32_t"
49    }
50    arg: {
51      type: TYPE_SCALAR
52      scalar_type: "int32_t"
53    }
54    arg: {
55      type: TYPE_SCALAR
56      scalar_type: "uint32_t"
57    }
58  }
59
60  api: {
61    name: "qtaguid_deleteTagData"
62    return_type: {
63      type: TYPE_SCALAR
64      scalar_type: "int32_t"
65    }
66    arg: {
67      type: TYPE_SCALAR
68      scalar_type: "int32_t"
69    }
70    arg: {
71      type: TYPE_SCALAR
72      scalar_type: "uint32_t"
73    }
74  }
75
76  api: {
77    name: "qtaguid_setPacifier"
78    return_type: {
79      type: TYPE_SCALAR
80      scalar_type: "int32_t"
81    }
82    arg: {
83      type: TYPE_SCALAR
84      scalar_type: "int32_t"
85    }
86  }
87}
88