Searched refs:numRead (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/util/nanoapp_cmd/ |
D | nanoapp_cmd.c | 218 ssize_t numRead; in parseInstalledAppInfo() local 226 while ((numRead = getline(&line, &len, fp)) != -1) { in parseInstalledAppInfo() 255 ssize_t numRead; in findAppIdByName() local 262 while ((numRead = getline(&line, &len, fp)) != -1) { in findAppIdByName() 287 ssize_t numRead; in parseConfigAppInfo() local 296 …while (((numRead = getline(&line, &len, fp)) != -1) && (*installCnt < MAX_INSTALL_CNT) && (*uninst… in parseConfigAppInfo()
|
/device/google/wahoo/usb/ |
D | UsbGadget.cpp | 126 int numRead = read(usbGadget->mInotifyFd, buf, BUFFER_SIZE); in monitorFfs() local 127 for (char *p = buf; p < buf + numRead;) { in monitorFfs()
|
/device/google/bonito/usb/ |
D | UsbGadget.cpp | 134 int numRead = read(usbGadget->mInotifyFd, buf, BUFFER_SIZE); in monitorFfs() local 135 for (char *p = buf; p < buf + numRead;) { in monitorFfs()
|
/device/google/crosshatch/usb/ |
D | UsbGadget.cpp | 134 int numRead = read(usbGadget->mInotifyFd, buf, BUFFER_SIZE); in monitorFfs() local 135 for (char *p = buf; p < buf + numRead;) { in monitorFfs()
|