HomeSort by relevance Sort by last modified time
    Searched defs:event_type (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /system/extras/simpleperf/
event_attr.cpp 26 #include "event_type.h"
77 perf_event_attr CreateDefaultPerfEventAttr(const EventType& event_type) {
81 attr.type = event_type.type;
82 attr.config = event_type.config;
104 const EventType* event_type = FindEventTypeByConfig(attr.type, attr.config); local
105 if (event_type != nullptr) {
106 event_name = event_type->name;
event_selection_set.h 27 #include "event_type.h"
31 const EventTypeAndModifier* event_type; member in struct:CountersInfo
event_type.h 49 EventType event_type; member in struct:EventTypeAndModifier
event_type.cpp 17 #include "event_type.h"
78 for (auto& event_type : GetAllEventTypes()) {
79 if (event_type.type == type && event_type.config == config) {
80 return &event_type;
88 for (auto& event_type : GetAllEventTypes()) {
89 if (event_type.name == name) {
90 result = &event_type;
95 LOG(ERROR) << "Unknown event_type '" << name
123 const EventType* event_type = FindEventTypeByName(event_type_name) local
    [all...]
event_fd.cpp 34 #include "event_type.h"
49 const EventType* event_type = FindEventTypeByConfig(perf_attr.type, perf_attr.config); local
50 if (event_type != nullptr) {
51 event_name = event_type->name;
cmd_stat.cpp 36 #include "event_type.h"
191 for (auto& event_type : event_types) {
192 if (!AddMeasuredEventType(event_type)) {
260 for (auto& event_type : measured_event_types_) {
261 if (!event_selection_set_.AddEventType(event_type)) {
271 if (event_type_modifier.event_type.name == "cpu-clock" ||
272 event_type_modifier.event_type.name == "task-clock") {
288 const EventTypeAndModifier* event_type; member in struct:CounterSummary
298 const std::string& type_name = summary.event_type->event_type.name
354 const EventTypeAndModifier* event_type = counters_info.event_type; local
    [all...]
cmd_report.cpp 36 #include "event_type.h"
689 const EventType* event_type = FindEventTypeByConfig(event_attr_.type, event_attr_.config); local
691 if (event_type != nullptr) {
692 event_type_name = event_type->name;
  /device/google/contexthub/util/nanotool/
nanomessage.cpp 116 uint32_t event_type = ReadEventResponse::EventTypeFromBuffer(buffer); local
117 if (ReadEventResponse::IsSensorEvent(event_type)) {
119 } else if (ReadEventResponse::IsAppToHostEvent(event_type)) {
121 } else if (ReadEventResponse::IsResetReasonEvent(event_type)) {
123 } else if (ReadEventResponse::IsLogEvent(event_type)) {
126 LOGW("Received unexpected/unsupported event type %u", event_type);
161 bool ReadEventResponse::IsSensorEvent(uint32_t event_type) {
162 return (event_type >= static_cast<uint32_t>(EventType::FirstSensorEvent) &&
163 event_type <= static_cast<uint32_t>(EventType::LastSensorEvent));
166 bool ReadEventResponse::IsAppToHostEvent(uint32_t event_type) {
    [all...]
nanomessage.h 94 uint32_t event_type; member in struct:android::Event
152 static bool IsAppToHostEvent(uint32_t event_type);
153 static bool IsSensorEvent(uint32_t event_type);
154 static bool IsResetReasonEvent(uint32_t event_type);
155 static bool IsLogEvent(uint32_t event_type);
  /frameworks/av/include/media/
AudioEffect.h 149 enum event_type { enum in class:android::AudioEffect
173 * event: type of event notified (see enum AudioEffect::event_type).
AudioRecord.h 43 enum event_type { enum in class:android::AudioRecord
93 * event: type of event notified (see enum AudioRecord::event_type).
  /hardware/libhardware/include/hardware/
activity_recognition.h 87 * activity_event_t.event_type = ACTIVITY_EVENT_FLUSH_COMPLETE
103 * Each event is a separate activity with event_type indicating whether this activity has started
104 * or ended. Eg event: (event_type="enter", activity="ON_FOOT", timestamp)
108 uint32_t event_type; member in struct:activity_event
178 * overlap with each other. Each (activity, event_type) pair can be activated or deactivated
184 * - If event_type is ACTIVITY_EVENT_ENTER and the user is in the activity, then an
186 * - If event_type is ACTIVITY_EVENT_EXIT and the user is not in the activity, then an
201 * event_type - Specific transition of the activity that needs to be detected. It should be
208 uint32_t activity_handle, uint32_t event_type, int64_t max_batch_report_latency_ns);
211 * Disables detection of a specific (activity, event_type) pair. All the (activity, event_type
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xcb.h 129 uint16_t event_type; member in struct:__anon39224
  /external/libdrm/exynos/
exynos_drm.h 126 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist
  /external/libpcap/pcap/
usb.h 79 u_int8_t event_type; member in struct:_usb_header
104 u_int8_t event_type; member in struct:_usb_header_mmapped
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 90 } event_type; typedef in class:android::SoundTriggerHwService::CallbackEvent
91 CallbackEvent(event_type type, sp<IMemory> memory, wp<Module> module);
95 event_type mType;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xcb.h 148 uint16_t event_type; member in struct:__anon41298
  /system/bt/service/
low_energy_client.cpp 276 int event_type; member in struct:bluetooth::__anon73518::AdvertiseParams
290 out_params->event_type = kAdvertisingEventTypeConnectable;
292 out_params->event_type = kAdvertisingEventTypeScannable;
294 out_params->event_type = kAdvertisingEventTypeNonConnectable;
493 params.event_type,
  /system/connectivity/shill/
connection_diagnostics.cc 580 Type event_type = address.Equals(connection_->gateway()) local
585 weak_ptr_factory_.GetWeakPtr(), event_type, address))) {
588 AddEventWithMessage(event_type, kPhaseStart, kResultFailure,
595 AddEventWithMessage(event_type, kPhaseStart, kResultSuccess,
    [all...]
  /system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/
event.h 172 struct perf_trace_event_type event_type; member in struct:event_type_event
192 struct event_type_event event_type; member in union:perf_event
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 164 struct perf_trace_event_type event_type; member in struct:event_type_event
182 struct event_type_event event_type; member in union:perf_event
  /bionic/libc/kernel/uapi/drm/
exynos_drm.h 82 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist
  /bionic/libc/kernel/uapi/linux/
kfd_ioctl.h 160 uint32_t event_type; member in struct:kfd_ioctl_create_event_args
  /bionic/libc/kernel/uapi/sound/
asoc.h 260 __le16 event_type; member in struct:snd_soc_tplg_dapm_widget
  /external/kernel-headers/original/uapi/drm/
exynos_drm.h 112 __u64 event_type; member in struct:drm_exynos_g2d_set_cmdlist

Completed in 3481 milliseconds

1 2 3 4