Searched refs:producerPath (Results 1 – 1 of 1) sorted by relevance
58 std::string producerPath = "/vendor/" + libDir + "/libgpudataproducer.so"; in startCounterProducer() local60 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()