HomeSort by relevance Sort by last modified time
    Searched refs:ev_type (Results 1 - 23 of 23) 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 158 self.events = {} # dict { ev_type : dict { ev_code : Valuator } }
256 def _ioctl_codes(self, ev_type):
260 self.events[ev_type] = {}
261 if ev_type not in EV_SIZES:
264 size = EV_SIZES[ev_type] / 8 # Convert bits to bytes
267 count = fcntl.ioctl(self.f, EVIOCGBIT(ev_type, size), ev_code, 1)
270 if ev_type == EV_ABS:
271 self.events[ev_type][c] = self._ioctl_absinfo(c)
272 elif ev_type == EV_SW:
273 self.events[ev_type][c] = self._ioctl_get_switch(c
    [all...]
input_event_recorder.py 88 ev_type = int(result.group(2))
91 return Event(ev_type, ev_code, ev_value)
  /external/ltp/testcases/kernel/fs/dmapi/
event.c 65 DMLOG_PRINT(DMLVL_DEBUG, " ev_type: %d\n", em->ev_type);
82 if ((em->ev_type == DM_EVENT_USER)
    [all...]
objref.c 639 type = dmMsg->ev_type;
event_us.c 839 type = dmMsg->ev_type;
mount.c 746 type = dmMsg->ev_type;
token.c 684 type = dmMsg->ev_type;
pmr_post.c 1277 type = dmMsg->ev_type;
    [all...]
event_sn.c     [all...]
mmap.c     [all...]
right.c     [all...]
disp.c     [all...]
event_am.c     [all...]
event_an.c     [all...]
invis.c     [all...]
pmr_pre.c     [all...]
event_sd.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 2672 milliseconds