Home
last modified time | relevance | path

Searched refs:POINTER (Results 1 – 6 of 6) sorted by relevance

/system/core/libutils/binder/
DFuzzFormatTypes.h42 POINTER = 15, enumerator
44 kMaxValue = POINTER
DString8_fuzz.cpp165 case POINTER: { in fuzzFormat()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py154 ('fields', ct.POINTER(TracingFieldFormatStruct))]
195 ('mapping', ct.POINTER(MappingStruct))]
225 ('entries', ct.POINTER(CallChainEntryStructure))]
233 _fields_ = [('data', ct.POINTER(ct.c_char)),
269 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)
291 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
293 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
295 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
297 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
299 self._GetTracingDataOfCurrentSampleFunc.restype = ct.POINTER(ct.c_char)
[all …]
/system/tools/hidl/c2hal/
DType.h41 POINTER, enumerator
78 case Qualifier::POINTER: return "*"; in qualifierText()
DType.cpp133 case Type::Qualifier::POINTER: in getHidlType()
Dc2hal_y.yy518 | '*' { $$ = new Type::Qualifier(Type::Qualifier::POINTER); }