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

  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.cc 78 DEVMODE device_mode;
79 device_mode.dmSize = sizeof(device_mode);
80 device_mode.dmDriverExtra = 0;
82 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0);
86 return DesktopRect::MakeXYWH(device_mode.dmPosition.x,
87 device_mode.dmPosition.y,
88 device_mode.dmPelsWidth,
89 device_mode.dmPelsHeight);
  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 148 DEVMODE device_mode;
149 device_mode.dmSize = sizeof(device_mode);
150 device_mode.dmDriverExtra = 0;
152 device.DeviceName, ENUM_CURRENT_SETTINGS, &device_mode, 0);
156 return DesktopRect::MakeXYWH(device_mode.dmPosition.x,
157 device_mode.dmPosition.y,
158 device_mode.dmPelsWidth,
159 device_mode.dmPelsHeight);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
nrf8001-broadcast.cxx 111 switch(aci_evt->params.device_started.device_mode) {
nrf8001-helloworld.cxx 222 switch(aci_evt->params.device_started.device_mode) {
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
aci_evts.h 118 aci_device_operation_mode_t device_mode; /**< Mode in which the device is being started */ member in struct:__anon29986
acilib.cxx 446 p_evt_params_device_started->device_mode = (aci_device_operation_mode_t) *(buffer_in + OFFSET_ACI_EVT_T_DEVICE_STARTED+OFFSET_ACI_EVT_PARAMS_DEVICE_STARTED_T_DEVICE_MODE);
    [all...]

Completed in 380 milliseconds