Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/client/
Dclient.cpp787 std::stringstream stringOutput; in GetServiceNames() local
788 stringOutput << "Available Codec2 services:"; in GetServiceNames()
790 stringOutput << " \"" << name << "\""; in GetServiceNames()
792 LOG(INFO) << stringOutput.str(); in GetServiceNames()