Home
last modified time | relevance | path

Searched refs:SetEvent (Results 1 – 12 of 12) sorted by relevance

/aosp12/system/extras/simpleperf/app_api/cpp/
H A Dsimpleperf.h53 RecordOptions& SetEvent(const std::string& event);
H A Dsimpleperf.cpp65 RecordOptions& RecordOptions::SetEvent(const std::string& event) { in SetEvent() function in simpleperf::RecordOptions
/aosp12/system/extras/simpleperf/demo/CppApi/app/src/main/cpp/
H A Dnative-lib.cpp35 options.RecordDwarfCallGraph().SetEvent("cpu-clock"); in ProfileThreadFunc()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h97 PFN_vkSetEvent SetEvent; member
H A Dapi_gen.cpp224 INIT_PROC(true, dev, SetEvent); in InitDispatchTable()
402 VKAPI_ATTR VkResult SetEvent(VkDevice device, VkEvent event);
827 { "vkSetEvent", reinterpret_cast<PFN_vkVoidFunction>(SetEvent) }, in GetInstanceProcAddr()
990 VKAPI_ATTR VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent() function
991 return GetData(device).dispatch.SetEvent(device, event); in SetEvent()
1828 return vulkan::api::SetEvent(device, event); in vkSetEvent()
/aosp12/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp243 {"vkSetEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkSetEvent>(SetEvent))},
H A Dnull_driver_gen.h77 VKAPI_ATTR VkResult SetEvent(VkDevice device, VkEvent event);
H A Dnull_driver.cpp1253 VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent() function
/aosp12/art/openjdkjvmti/
H A Devents.h257 jvmtiError SetEvent(ArtJvmTiEnv* env,
H A Dti_extension.cc779 return event_handler->SetEvent(art_env, in SetExtensionEventCallback()
H A DOpenjdkJvmTi.cc1035 return gEventHandler->SetEvent(art_env, in SetEventNotificationMode()
H A Devents.cc1511 jvmtiError EventHandler::SetEvent(ArtJvmTiEnv* env, in SetEvent() function in openjdkjvmti::EventHandler