Home
last modified time | relevance | path

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

/cts/hostsidetests/graphics/gpuprofiling/app/
Dandroid_graphics_cts_GpuCounters.cpp58 std::string producerPath = "/vendor/" + libDir + "/libgpudataproducer.so"; in startCounterProducer() local
60 ALOGI("Trying %s", producerPath.c_str()); in startCounterProducer()
61 void *handle = dlopen(producerPath.c_str(), RTLD_GLOBAL); in startCounterProducer()
75 ALOGE("Did not find the producer library %s", producerPath.c_str()); in startCounterProducer()
82 ALOGI("Producer %s has exited.", producerPath.c_str()); in startCounterProducer()