HomeSort by relevance Sort by last modified time
    Searched defs:EnableEvent (Results 1 - 4 of 4) sorted by null

  /system/extras/simpleperf/
IOEventLoop.cpp 163 bool IOEventLoop::EnableEvent(IOEventRef ref) {
event_fd.cpp 113 bool EventFd::EnableEvent() {
  /art/runtime/openjdkjvmti/
events.cc 91 void EventMasks::EnableEvent(art::Thread* thread, ArtJvmtiEvent event) {
403 env->event_masks.EnableEvent(thread, event);
  /art/test/901-hello-ti-agent/
basics.cc 34 static void EnableEvent(jvmtiEnv* env, jvmtiEvent evt) {
69 EnableEvent(env, JVMTI_EVENT_VM_START);
70 EnableEvent(env, JVMTI_EVENT_VM_INIT);
71 EnableEvent(env, JVMTI_EVENT_VM_DEATH);

Completed in 77 milliseconds