Searched refs:SetEvent (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/extras/simpleperf/app_api/cpp/ |
H A D | simpleperf.h | 53 RecordOptions& SetEvent(const std::string& event);
|
H A D | simpleperf.cpp | 65 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 D | native-lib.cpp | 35 options.RecordDwarfCallGraph().SetEvent("cpu-clock"); in ProfileThreadFunc()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 97 PFN_vkSetEvent SetEvent; member
|
H A D | api_gen.cpp | 224 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 D | null_driver_gen.cpp | 243 {"vkSetEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkSetEvent>(SetEvent))},
|
H A D | null_driver_gen.h | 77 VKAPI_ATTR VkResult SetEvent(VkDevice device, VkEvent event);
|
H A D | null_driver.cpp | 1253 VkResult SetEvent(VkDevice device, VkEvent event) { in SetEvent() function
|
/aosp12/art/openjdkjvmti/ |
H A D | events.h | 257 jvmtiError SetEvent(ArtJvmTiEnv* env,
|
H A D | ti_extension.cc | 779 return event_handler->SetEvent(art_env, in SetExtensionEventCallback()
|
H A D | OpenjdkJvmTi.cc | 1035 return gEventHandler->SetEvent(art_env, in SetEventNotificationMode()
|
H A D | events.cc | 1511 jvmtiError EventHandler::SetEvent(ArtJvmTiEnv* env, in SetEvent() function in openjdkjvmti::EventHandler
|