Home
last modified time | relevance | path

Searched refs:DisableEvent (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/extras/simpleperf/
H A DIOEventLoop_test.cpp193 return IOEventLoop::DisableEvent(ref); in TEST()
230 ASSERT_TRUE(loop.DisableEvent(wait_ref)); in TEST()
236 if (!loop.DisableEvent(ref)) { in TEST()
H A DIOEventLoop.cpp191 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent() function in simpleperf::IOEventLoop
216 DisableEvent(ref); in DelEvent()
H A DIOEventLoop.h73 static bool DisableEvent(IOEventRef ref);
H A DJITDebugReader.cpp264 return (read_event_ != nullptr && IOEventLoop::DisableEvent(read_event_)); in RegisterDebugInfoCallback()
331 if (!IOEventLoop::DisableEvent(read_event_)) { in ReadAllProcesses()
/aosp12/art/openjdkjvmti/
H A Devents.h211 void DisableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event);
H A Devents.cc180 void EventMasks::DisableEvent(ArtJvmTiEnv* env, art::Thread* thread, ArtJvmtiEvent event) { in DisableEvent() function in openjdkjvmti::EventMasks
1574 env->event_masks.DisableEvent(env, target, event); in SetEvent()