Home
last modified time | relevance | path

Searched refs:EventName (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/perf/
DPerformanceMonitor.java19 import static com.android.tv.perf.EventNames.EventName;
38 void recordMemory(@EventName @CompileTimeConstant String eventName); in recordMemory()
46 void startGlobalTimer(@EventName @CompileTimeConstant String eventName); in startGlobalTimer()
54 void stopGlobalTimer(@EventName @CompileTimeConstant String eventName); in stopGlobalTimer()
73 void stopTimer(TimerEvent event, @EventName @CompileTimeConstant String eventName); in stopTimer()
83 void startJankRecorder(@EventName @CompileTimeConstant String eventName); in startJankRecorder()
90 void stopJankRecorder(@EventName @CompileTimeConstant String eventName); in stopJankRecorder()
DEventNames.java43 public @interface EventName {} annotation in EventNames
/packages/modules/Bluetooth/system/btif/src/
Dbtif_av.cc133 static std::string EventName(uint32_t event);
992 return BtifAvEvent::EventName(event_); in ToString()
995 std::string BtifAvEvent::EventName(uint32_t event) { in EventName() function in BtifAvEvent
1736 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
1810 BtifAvEvent::EventName(event)); in ProcessEvent()
1888 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
2002 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2012 peer_.PeerAddress(), BtifAvEvent::EventName(event)); in ProcessEvent()
2018 BtifAvEvent::EventName(event)); in ProcessEvent()
2046 peer_.PeerAddress(), BtifAvEvent::EventName(event), in ProcessEvent()
[all …]
/packages/services/Telecomm/proto/
Dtelecom.proto55 enum EventName { enum
101 optional EventName event_name = 1;