HomeSort by relevance Sort by last modified time
    Searched refs:ev_type (Results 1 - 17 of 17) 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/bcc/tools/
llcstat.py 83 ev_type=PerfType.HARDWARE, ev_config=PerfHWConfig.CACHE_MISSES,
86 ev_type=PerfType.HARDWARE, ev_config=PerfHWConfig.CACHE_REFERENCES,
runqlen.py 187 b.attach_perf_event(ev_type=PerfType.SOFTWARE,
cpuunclaimed.py 168 b.attach_perf_event(ev_type=PerfType.SOFTWARE,
profile.py 247 b.attach_perf_event(ev_type=PerfType.SOFTWARE,
  /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/bcc/src/cc/api/
BPF.cc 298 StatusTuple BPF::attach_perf_event(uint32_t ev_type, uint32_t ev_config,
302 auto ev_pair = std::make_pair(ev_type, ev_config);
305 ev_type, ev_config);
318 int fd = bpf_attach_perf_event(probe_fd, ev_type, ev_config, sample_period,
326 ev_type, ev_config);
455 StatusTuple BPF::detach_perf_event(uint32_t ev_type, uint32_t ev_config) {
456 auto it = perf_events_.find(std::make_pair(ev_type, ev_config));
458 return StatusTuple(-1, "Perf Event type %d config %d not attached", ev_type,
BPF.h 85 StatusTuple attach_perf_event(uint32_t ev_type, uint32_t ev_config,
95 StatusTuple detach_perf_event(uint32_t ev_type, uint32_t ev_config);
  /external/bcc/src/python/bcc/
__init__.py 840 def _attach_perf_event(self, progfd, ev_type, ev_config,
842 res = lib.bpf_attach_perf_event(progfd, ev_type, ev_config,
848 def attach_perf_event(self, ev_type=-1, ev_config=-1, fn_name=b"",
854 res[cpu] = self._attach_perf_event(fn.fd, ev_type, ev_config,
858 res[i] = self._attach_perf_event(fn.fd, ev_type, ev_config,
860 self.open_perf_events[(ev_type, ev_config)] = res
862 def detach_perf_event(self, ev_type=-1, ev_config=-1):
864 fds = self.open_perf_events[(ev_type, ev_config)]
867 ev_type, ev_config))
874 del self.open_perf_events[(ev_type, ev_config)
    [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...]
  /external/bcc/src/cc/
libbpf.h 101 int bpf_attach_perf_event(int progfd, uint32_t ev_type, uint32_t ev_config,
libbpf.c     [all...]
  /external/wpa_supplicant_8/src/ap/
wps_hostapd.c     [all...]
  /external/syzkaller/sys/akaros/gen/
amd64.go 25 &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "event_type", FldName: "ev_type", TypeSize: 2}}, Vals: []uint64{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 25, 50}},
222 &FlagsType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "event_type", FldName: "ev_type", TypeSize: 8}}, Vals: []uint64{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 25, 50}},
    [all...]

Completed in 2092 milliseconds