HomeSort by relevance Sort by last modified time
    Searched full:device_fds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_linux.cc 71 for (size_t i = 0; i < arraysize(device_fds_); ++i)
72 device_fds_[i] = -1;
87 CloseFileDescriptorIfValid(device_fds_[i]);
97 if (device_fds_[i] >= 0) {
118 int& device_fd = device_fds_[index];
233 const int& fd = device_fds_[index];
gamepad_platform_data_fetcher_linux.h 40 int device_fds_[blink::WebGamepads::itemsLengthCap]; member in class:content::GamepadPlatformDataFetcherLinux

Completed in 86 milliseconds