HomeSort by relevance Sort by last modified time
    Searched refs:GetRawInputDevices (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/media/base/
user_input_monitor_win.cc 59 RAWINPUTDEVICE* GetRawInputDevices(EventBitMask event, DWORD flags);
138 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_INPUTSINK));
161 scoped_ptr<RAWINPUTDEVICE> device(GetRawInputDevices(type, RIDEV_REMOVE));
239 RAWINPUTDEVICE* UserInputMonitorWinCore::GetRawInputDevices(EventBitMask event,
  /external/chromium_org/content/browser/gamepad/
raw_input_data_fetcher_win.h 81 RAWINPUTDEVICE* GetRawInputDevices(DWORD flags);
raw_input_data_fetcher_win.cc 48 RAWINPUTDEVICE* RawInputDataFetcher::GetRawInputDevices(DWORD flags) {
75 scoped_ptr<RAWINPUTDEVICE[]> devices(GetRawInputDevices(RIDEV_INPUTSINK));
97 scoped_ptr<RAWINPUTDEVICE[]> devices(GetRawInputDevices(RIDEV_REMOVE));

Completed in 333 milliseconds