HomeSort by relevance Sort by last modified time
    Searched refs:raw_event (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
inspector_importer_unittest.py 60 raw_event = {'type': 'Foo',
65 .RawEventToTimelineEvent(raw_event))
73 raw_event = {'type': 'Foo',
79 .RawEventToTimelineEvent(raw_event))
89 raw_event = {'type': 'Foo',
93 RawEventToTimelineEvent(raw_event))
97 raw_event = {'type': 'Foo',
101 RawEventToTimelineEvent(raw_event))
  /external/linux-tools-perf/util/
debug.c 72 unsigned char *raw_event = (void *)event; local
89 color_fprintf(stdout, color, " %02x", raw_event[i]);
97 isprint(raw_event[j]) ?
98 raw_event[j] : '.');
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data); member in struct:snd_seq_oss_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data); member in struct:snd_seq_oss_callback
  /external/kernel-headers/original/linux/
hid.h 587 * @report_table: on which reports to call raw_event (NULL means all)
588 * @raw_event: if report in report_table, this hook is called (NULL means nop)
598 * raw_event and event should return 0 on no action performed, 1 when no
622 int (*raw_event)(struct hid_device *hdev, struct hid_report *report, member in struct:hid_driver
  /external/linux-tools-perf/
builtin-kmem.c 284 static void process_raw_event(union perf_event *raw_event __used, void *data,
builtin-sched.c     [all...]

Completed in 295 milliseconds