Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py138 ('fields', ct.POINTER(TracingFieldFormatStruct))]
179 ('mapping', ct.POINTER(MappingStruct))]
209 ('entries', ct.POINTER(CallChainEntryStructure))]
217 _fields_ = [('data', ct.POINTER(ct.c_char)),
235 self._CreateReportLibFunc.restype = ct.POINTER(ReportLibStructure)
244 self._GetNextSampleFunc.restype = ct.POINTER(SampleStruct)
246 self._GetEventOfCurrentSampleFunc.restype = ct.POINTER(EventStruct)
248 self._GetSymbolOfCurrentSampleFunc.restype = ct.POINTER(SymbolStruct)
250 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
252 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/tools/hidl/docs/src/lexer/
DToken.kt69 POINTER("pointer", TokenCategory.TypeDef),
/system/core/adb/
Dtest_device.py1427 wintypes.LPDWORD = ctypes.POINTER(wintypes.DWORD)
1428 wintypes.PSMALL_RECT = ctypes.POINTER(wintypes.SMALL_RECT)
1449 PCONSOLE_SCREEN_BUFFER_INFOEX = ctypes.POINTER(