Home
last modified time | relevance | path

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

/system/core/debuggerd/
Dgetevent.cpp38 struct pollfd* new_ufds; in open_device() local
69 new_ufds = reinterpret_cast<pollfd*>(realloc(ufds, sizeof(ufds[0]) * (nfds + 1))); in open_device()
70 if (new_ufds == NULL) { in open_device()
74 ufds = new_ufds; in open_device()
/system/core/toolbox/
Dgetevent.c318 struct pollfd *new_ufds; in open_device() local
363 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1)); in open_device()
364 if(new_ufds == NULL) { in open_device()
368 ufds = new_ufds; in open_device()