Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/tracing/test/
H A Dapi_integrationtest.cc7249 CreateSocketFunction* g_std_function = nullptr; variable
7252 g_std_function = new CreateSocketFunction(func); in SetCreateSocketFunction()
7256 delete g_std_function; in ResetCreateSocketFunction()
7260 PERFETTO_DCHECK(g_std_function); in CallCreateSocketFunction()
7261 (*g_std_function)(cb); in CallCreateSocketFunction()