Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp6436 int numFdsUpdated = poll(&pollFd, numFds, remainingTimeMs); in shouldInterruptWatchCommand() local
6437 if (numFdsUpdated < 0) { in shouldInterruptWatchCommand()
6442 if (numFdsUpdated == 0) { in shouldInterruptWatchCommand()