OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ev_type
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps_upnp.h
32
void *priv, enum upnp_wps_wlanevent_type
ev_type
,
46
enum upnp_wps_wlanevent_type
ev_type
,
wps_upnp.c
779
* @
ev_type
: Event type
789
enum upnp_wps_wlanevent_type
ev_type
,
805
os_snprintf(type, sizeof(type), "%1u",
ev_type
);
812
*(raw + pos) = (u8)
ev_type
;
831
sm->wlanevent_type =
ev_type
;
[
all
...]
wps_upnp_web.c
580
int
ev_type
;
local
605
ev_type
= atol(val);
643
if (
ev_type
== UPNP_WPS_WLANEVENT_TYPE_EAP) {
656
iface->ctx->rx_req_put_wlan_response(iface->priv,
ev_type
,
[
all
...]
/external/autotest/client/bin/input/
input_device.py
151
self.events = {} # dict {
ev_type
: dict { ev_code : Valuator } }
249
def _ioctl_codes(self,
ev_type
):
253
self.events[
ev_type
] = {}
254
if
ev_type
not in EV_SIZES:
257
size = EV_SIZES[
ev_type
] / 8 # Convert bits to bytes
260
count = fcntl.ioctl(self.f, EVIOCGBIT(
ev_type
, size), ev_code, 1)
263
if
ev_type
== EV_ABS:
264
self.events[
ev_type
][c] = self._ioctl_absinfo(c)
265
elif
ev_type
== EV_SW:
266
self.events[
ev_type
][c] = self._ioctl_get_switch(c
[
all
...]
/external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py
61
ev_type
= event[MTB.
EV_TYPE
]
62
pretty_event.append('type %d (%s),' % (
ev_type
, EV_TYPES[
ev_type
]))
65
(ev_code, EV_STRINGS[
ev_type
][ev_code]))
82
event[MTB.
EV_TYPE
],
187
event[MTB.
EV_TYPE
] == EV_ABS and
204
event[MTB.
EV_TYPE
] == EV_ABS and
211
event[MTB.
EV_TYPE
] == EV_ABS and
218
event[MTB.
EV_TYPE
] == EV_ABS an
[
all
...]
/device/asus/fugu/original-kernel-headers/linux/
kct.h
100
enum ct_ev_type
ev_type
,
/external/wpa_supplicant_8/src/ap/
wps_hostapd.c
[
all
...]
Completed in 502 milliseconds