Home
last modified time | relevance | path

Searched refs:InstrumentationEvent (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/libhidl/base/include/hidl/
H A DHidlInternal.h143 enum InstrumentationEvent { enum
158 const InstrumentationEvent event,
/aosp12/system/tools/hidl/
H A DgenerateCpp.cpp477 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 DAST.h335 enum InstrumentationEvent { enum
350 InstrumentationEvent event,
355 InstrumentationEvent event,
H A Dhidl-gen_y.yy82 "InstrumentationEvent", "configureInstrumentation", "registerInstrumentationCallbacks",
/aosp12/system/libhidl/base/
H A DHidlInternal.cpp178 const InstrumentationEvent, in registerInstrumentationCallbacks()
/aosp12/art/runtime/
H A Dinstrumentation.h191 enum InstrumentationEvent { enum
766 std::ostream& operator<<(std::ostream& os, Instrumentation::InstrumentationEvent rhs);
H A Dtrace.h266 instrumentation::Instrumentation::InstrumentationEvent event,
H A Dinstrumentation.cc558 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 Dtrace.cc881 instrumentation::Instrumentation::InstrumentationEvent event, in LogMethodTraceEvent()