Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/client/
Dclient.cpp2507 std::stringstream stringOutput; in CacheServiceNames() local
2508 stringOutput << "Available Codec2 services:"; in CacheServiceNames()
2510 stringOutput << " \"" << name << "\""; in CacheServiceNames()
2512 LOG(INFO) << stringOutput.str(); in CacheServiceNames()