Home
last modified time | relevance | path

Searched defs:EnableEvent (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DIOEventLoop.cpp202 bool IOEventLoop::EnableEvent(IOEventRef ref) { in EnableEvent() function in simpleperf::IOEventLoop
/aosp12/art/test/901-hello-ti-agent/
H A Dbasics.cc34 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) { in EnableEvent() function
/aosp12/art/test/1919-vminit-thread-start-timing/
H A Dvminit.cc51 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) { in EnableEvent() function
/aosp12/art/openjdkjvmti/
H A Devents.cc170 void EventMasks::EnableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in EnableEvent() function in openjdkjvmti::EventMasks