Home
last modified time | relevance | path

Searched refs:current_session_id (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/desktop_capture/win/
Ddxgi_duplicator_controller.cc80 DWORD current_session_id = GetCurrentSessionId(); in IsCurrentSessionSupported() local
81 return current_session_id != kInvalidSessionId && current_session_id != 0; in IsCurrentSessionSupported()
/external/cronet/base/win/
Dwin_util.cc760 DWORD current_session_id = 0; in IsCurrentSessionRemote() local
762 if (!::ProcessIdToSessionId(::GetCurrentProcessId(), &current_session_id)) in IsCurrentSessionRemote()
777 return current_session_id != glass_session_id; in IsCurrentSessionRemote()