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

  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 250 XEvent xev; local
251 xev.xclient.type = ClientMessage;
252 xev.xclient.serial = 0;
253 xev.xclient.send_event = True;
254 xev.xclient.window = selected_window_;
255 xev.xclient.message_type = atom;
259 xev.xclient.format = 32;
261 memset(xev.xclient.data.l, 0, sizeof(xev.xclient.data.l));
267 &xev); local
    [all...]
  /external/webrtc/webrtc/base/
x11windowpicker.cc 253 XEvent xev; local
256 xev.xclient.type = ClientMessage;
257 xev.xclient.serial = 0;
258 xev.xclient.send_event = True;
259 xev.xclient.window = id.id();
260 xev.xclient.message_type = atom;
264 xev.xclient.format = 32;
266 xev.xclient.data.l[0] = 0;
267 xev.xclient.data.l[1] = 0;
268 xev.xclient.data.l[2] = 0
    [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/
jaxb-runtime-2.2.11.jar 

Completed in 3070 milliseconds