HomeSort by relevance Sort by last modified time
    Searched defs:FdCount (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
select.c 115 int FdCount;
131 FdCount = poll ( &pfd, 1, 0 );
132 if ( -1 == FdCount ) {
135 if ( 0 != FdCount ) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 272 int FdCount;
295 FdCount = poll ( &PollFd[0],
298 if ( -1 == FdCount ) {
312 while ( FdCount ) {
321 FdCount -= 1;
    [all...]
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
bufferhub_rpc.h 70 size_t FdCount() const { return fds_.size(); }
  /frameworks/native/libs/vr/libpdx/private/pdx/
utility.h 346 std::size_t FdCount() const { return file_handles_.size(); }

Completed in 777 milliseconds