OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastErrorAndDisable
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/desktop_capture/x11/
x_error_trap.h
21
//
GetLastErrorAndDisable
() to get the last error that was caught, if any.
28
int
GetLastErrorAndDisable
();
x_error_trap.cc
52
int XErrorTrap::
GetLastErrorAndDisable
() {
66
GetLastErrorAndDisable
();
x_server_pixel_buffer.cc
104
error_trap.
GetLastErrorAndDisable
() != 0) {
146
if (error_trap.
GetLastErrorAndDisable
() != 0)
188
if (error_trap.
GetLastErrorAndDisable
() != 0) {
205
if (error_trap.
GetLastErrorAndDisable
() != 0) {
221
error_trap.
GetLastErrorAndDisable
() != 0) {
/external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc
154
if (!result || error_trap.
GetLastErrorAndDisable
() != 0) {
189
if (!img || error_trap.
GetLastErrorAndDisable
() != 0)
Completed in 162 milliseconds