Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py139 ('fields', ct.POINTER(TracingFieldFormatStruct))]
180 ('mapping', ct.POINTER(MappingStruct))]
210 ('entries', ct.POINTER(CallChainEntryStructure))]
218 _fields_ = [('data', ct.POINTER(ct.c_char)),
236 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)
246 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
248 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
250 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
252 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
254 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); }
/system/core/adb/
Dtest_device.py1580 wintypes.LPDWORD = ctypes.POINTER(wintypes.DWORD)
1581 wintypes.PSMALL_RECT = ctypes.POINTER(wintypes.SMALL_RECT)
1602 PCONSOLE_SCREEN_BUFFER_INFOEX = ctypes.POINTER(