OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:direct_btn_fd
(Results
1 - 1
of
1
) sorted by null
/external/libvncserver/x11vnc/
uinput.c
95
static int
direct_btn_fd
= -1;
variable
224
if (
direct_btn_fd
>= 0) close(
direct_btn_fd
);
228
direct_btn_fd
= -1;
401
if (direct_rel_fd < 0 && direct_abs_fd < 0 &&
direct_btn_fd
< 0 && direct_key_fd < 0) {
686
direct_btn_fd
= open(p+strlen("direct_btn="), O_WRONLY);
687
if (
direct_btn_fd
< 0) {
690
rfbLog("uinput: opened: %s fd=%d\n", p,
direct_btn_fd
);
946
int d =
direct_btn_fd
< 0 ? fd :
direct_btn_fd
;
[
all
...]
Completed in 250 milliseconds