Searched refs:kName (Results 1 – 3 of 3) sorted by relevance
43 const char * kName, in writeToFile() argument51 ofs.open(kName, append ? std::ios::app : std::ios::trunc); in writeToFile()53 ALOGW("couldn't open file %s", kName); in writeToFile()
158 static const char* const kName = (const char *) "/data/misc/audioserver/sample_results.txt"; in processAndFlushRecentHists() local159 writeToFile(mOutlierData, mLongTermHists, kName, false); in processAndFlushRecentHists()
59 const char * kName,