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

  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capture_utils.h 23 // returned through |device_key| if the screen is valid. The device key can be
26 bool IsScreenValid(ScreenId screen, std::wstring* device_key);
29 // display's top-left. If the screen device key does not match |device_key|, or
31 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key);
screen_capture_utils.cc 42 bool IsScreenValid(ScreenId screen, std::wstring* device_key) {
44 *device_key = L"";
52 *device_key = device.DeviceKey;
57 DesktopRect GetScreenRect(ScreenId screen, const std::wstring& device_key) {
75 if (device_key != device.DeviceKey)
  /hardware/intel/img/psb_headers/DRM/cc54/inc/
wv_fkp.h 47 uint8_t device_key[KEYBOX_DEVKEY_SIZE]; // 16 bytes member in struct:wv_keybox

Completed in 515 milliseconds