Searched refs:eventCache (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/tools/halutil/
H A Dhalutil.cpp254 EventInfo eventCache[256]; variable
262 eventCache[eventsInCache].type = type;
263 strcpy(eventCache[eventsInCache].buf, msg);
278 info.type = eventCache[0].type;
279 strcpy(info.buf, eventCache[0].buf);
281 memmove(&eventCache[0], &eventCache[1], sizeof(EventInfo) * eventsInCache);

Completed in 31 milliseconds