Home
last modified time | relevance | path

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

/external/perfetto/src/tracing/test/
Dapi_integrationtest.cc7287 CreateSocketFunction* g_std_function = nullptr; variable
7290 g_std_function = new CreateSocketFunction(func); in SetCreateSocketFunction()
7294 delete g_std_function; in ResetCreateSocketFunction()
7298 PERFETTO_DCHECK(g_std_function); in CallCreateSocketFunction()
7299 (*g_std_function)(cb); in CallCreateSocketFunction()