Home
last modified time | relevance | path

Searched refs:pData (Results 1 – 2 of 2) sorted by relevance

/system/logging/liblog/
Devent_tag_map.cpp142 static int scanTagLine(EventTagMap* map, const char*& pData, int line_num) { in scanTagLine() argument
144 unsigned long val = strtoul(pData, &ep, 10); in scanTagLine()
146 if (cp == pData) { in scanTagLine()
203 fprintf(stderr, "%d: %p: %.*s\n", line_num, tag, (int)(cp - pData), pData); in scanTagLine()
205 pData = cp; in scanTagLine()
/system/core/fastboot/
Dusb_osx.cpp354 req.pData = buffer; in try_device()