Home
last modified time | relevance | path

Searched defs:event (Results 1 – 8 of 8) sorted by relevance

/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp13 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DNfc.profiler.cpp13 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DMemoryTest.profiler.cpp16 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DTestMsgQ.profiler.cpp21 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
DBar.profiler.cpp24 details::HidlInstrumentor::InstrumentationEvent event __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
/test/vts/proto/
DVtsProfilingMessage.proto52 optional InstrumentationEventType event = 2; field
/test/vts/utils/native/libprofiling/
DVtsProfilingInterface.cpp109 android::hardware::details::HidlInstrumentor::InstrumentationEvent event, in AddTraceEvent()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp498 bool VtsTraceProcessor::isEntryEvent(const InstrumentationEventType& event) { in isEntryEvent()