Home
last modified time | relevance | path

Searched refs:entrypoint_for_testing (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dsubprocess.cc156 if (args->create_args->entrypoint_for_testing) in ChildProcess()
157 args->create_args->entrypoint_for_testing(); in ChildProcess()
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dsubprocess.h143 std::function<void()> entrypoint_for_testing; member
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc3423 std::function<void()> entrypoint_for_testing; member
3686 if (args->create_args->entrypoint_for_testing) in ChildProcess()
3687 args->create_args->entrypoint_for_testing(); in ChildProcess()