Home
last modified time | relevance | path

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

/frameworks/base/cmds/gpu_counter_producer/
Dmain.cpp41 const char* kProducerPaths[] = { variable
149 for (int i = 0; startFunc == nullptr && i < NELEM(kProducerPaths); i++) { in main()
150 startFunc = loadLibrary(kProducerPaths[i]); in main()