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