Home
last modified time | relevance | path

Searched refs:GetLastErrorAndDisable (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_error_trap.cc52 int XErrorTrap::GetLastErrorAndDisable() { in GetLastErrorAndDisable() function in webrtc::XErrorTrap
66 GetLastErrorAndDisable(); in ~XErrorTrap()
Dx_server_pixel_buffer.cc104 error_trap.GetLastErrorAndDisable() != 0) { in Init()
146 if (error_trap.GetLastErrorAndDisable() != 0) in InitShm()
188 if (error_trap.GetLastErrorAndDisable() != 0) { in InitPixmaps()
205 if (error_trap.GetLastErrorAndDisable() != 0) { in InitPixmaps()
221 error_trap.GetLastErrorAndDisable() != 0) { in IsWindowValid()
Dx_error_trap.h28 int GetLastErrorAndDisable();
/external/webrtc/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_x11.cc154 if (!result || error_trap.GetLastErrorAndDisable() != 0) { in Capture()
189 if (!img || error_trap.GetLastErrorAndDisable() != 0) in CaptureCursor()