Searched refs:InstrumentationEvent (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/libhidl/base/include/hidl/ |
H A D | HidlInternal.h | 143 enum InstrumentationEvent { enum 158 const InstrumentationEvent event,
|
/aosp12/system/tools/hidl/ |
H A D | generateCpp.cpp | 477 InstrumentationEvent::PASSTHROUGH_ENTRY, in generatePassthroughMethod() 542 InstrumentationEvent::PASSTHROUGH_EXIT, in generatePassthroughMethod() 581 InstrumentationEvent::PASSTHROUGH_EXIT, in generatePassthroughMethod() 1060 InstrumentationEvent::CLIENT_API_ENTRY, in generateStaticProxyMethodSource() 1168 InstrumentationEvent::CLIENT_API_EXIT, in generateStaticProxyMethodSource() 1493 InstrumentationEvent::SERVER_API_ENTRY, in generateStaticStubMethodSource() 1542 InstrumentationEvent::SERVER_API_EXIT, in generateStaticStubMethodSource() 1608 InstrumentationEvent::SERVER_API_EXIT, in generateStaticStubMethodSource() 1622 InstrumentationEvent::SERVER_API_EXIT, in generateStaticStubMethodSource() 1797 InstrumentationEvent event, in generateCppAtraceCall() [all …]
|
H A D | AST.h | 335 enum InstrumentationEvent { enum 350 InstrumentationEvent event, 355 InstrumentationEvent event,
|
H A D | hidl-gen_y.yy | 82 "InstrumentationEvent", "configureInstrumentation", "registerInstrumentationCallbacks",
|
/aosp12/system/libhidl/base/ |
H A D | HidlInternal.cpp | 178 const InstrumentationEvent, in registerInstrumentationCallbacks()
|
/aosp12/art/runtime/ |
H A D | instrumentation.h | 191 enum InstrumentationEvent { enum 766 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationEvent rhs);
|
H A D | trace.h | 266 instrumentation::Instrumentation::InstrumentationEvent event,
|
H A D | instrumentation.cc | 558 static bool HasEvent(Instrumentation::InstrumentationEvent expected, uint32_t events) { in HasEvent() 562 static void PotentiallyAddListenerTo(Instrumentation::InstrumentationEvent event, in PotentiallyAddListenerTo() 638 static void PotentiallyRemoveListenerFrom(Instrumentation::InstrumentationEvent event, in PotentiallyRemoveListenerFrom()
|
H A D | trace.cc | 881 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()
|