Home
last modified time | relevance | path

Searched defs:EventType (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/system/extras/simpleperf/
H A Devent_type.h36 struct EventType { struct
37 EventType(const std::string& name, uint32_t type, uint64_t config, const std::string& description, in EventType() argument
45 EventType() : type(0), config(0) {} in EventType() argument
66 static std::string BuildString(const std::vector<const EventType*>& event_types); argument
/aosp12/frameworks/proto_logging/stats/enums/stats/
H A Denums.proto22 enum EventType { enum
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DEditorEvent.java28 public static final class EventType { class in EditorEvent
/aosp12/frameworks/proto_logging/stats/enums/stats/intelligence/
H A Denums.proto33 enum EventType { enum
/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DWalletServiceEvent.java53 public @interface EventType { annotation in WalletServiceEvent
/aosp12/system/core/fastboot/
H A Dsocket_mock.h83 enum class EventType { kSend, kReceive, kAccept }; enum
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtransport_sniffer.h52 enum EventType { enum
/aosp12/frameworks/av/media/libstagefright/tests/
H A DBatteryChecker_test.cpp37 enum EventType { enum in android::BatteryCheckerTestHandler
95 using EventType = BatteryCheckerTestHandler::EventType; typedef in android::BatteryCheckerTest
/aosp12/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
H A DSensorEventsChecker.h32 virtual bool check(const std::vector<EventType>&, std::string*) const { return true; } in check()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/location/
H A DTimeZoneProviderEvent.java34 public @interface EventType {} annotation in TimeZoneProviderEvent
/aosp12/frameworks/base/core/java/android/net/metrics/
H A DIpManagerEvent.java60 public @interface EventType {} annotation in IpManagerEvent
H A DNetworkEvent.java76 public @interface EventType {} annotation in NetworkEvent
/aosp12/packages/apps/SettingsIntelligence/proto/
H A Dsettings_intelligence_log.proto12 enum EventType { enum
/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerServiceTestUtils.h70 enum EventType { enum
163 using EventType = TestSystemCallback::EventType; variable
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.h113 enum EventType { enum
H A DWatchdogPerfService.cpp93 constexpr const char* toString(std::variant<EventType, SwitchMessage> what) { in toString()
/aosp12/frameworks/proto_logging/stats/enums/stats/textclassifier/
H A Dtextclassifier_enums.proto21 enum EventType { enum
/aosp12/hardware/interfaces/drm/1.2/vts/functional/include/android/hardware/drm/1.2/vts/
H A Ddrm_hal_common.h173 virtual Return<void> sendEvent(EventType, const hidl_vec<uint8_t>&, in sendEvent() argument
/aosp12/frameworks/base/core/java/android/app/smartspace/
H A DSmartspaceTargetEvent.java163 public @interface EventType { annotation in SmartspaceTargetEvent
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/
H A DEvent.java82 public @interface EventType {} annotation in Event
/aosp12/frameworks/base/media/java/android/media/tv/tuner/
H A DLnb.java124 public @interface EventType {} annotation in Lnb
/aosp12/frameworks/native/headers/media_plugin/media/drm/
H A DDrmAPI.h79 enum EventType { enum
/aosp12/frameworks/base/core/java/android/view/contentcapture/
H A DContentCaptureEvent.java146 public @interface EventType{} annotation in ContentCaptureEvent
/aosp12/frameworks/av/services/mediaresourcemanager/fuzzer/
H A Dmediaresourcemanager_fuzzer.cpp87 enum EventType { enum
/aosp12/frameworks/base/core/java/android/view/textclassifier/
H A DSelectionEvent.java90 public @interface EventType { annotation in SelectionEvent

12