Home
last modified time | relevance | path

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

/frameworks/av/services/oboeservice/
DAAudioServiceEndpointMMAP.cpp85 audio_format_t getNextFormatToTry(audio_format_t curFormat) { in getNextFormatToTry() argument
86 const auto it = NEXT_FORMAT_TO_TRY.find(curFormat); in getNextFormatToTry()
87 return it != NEXT_FORMAT_TO_TRY.end() ? it->second : curFormat; in getNextFormatToTry()
/frameworks/base/tools/aapt/
DResourceTable.cpp599 int32_t curFormat, in parseAndAddBag() argument
632 &spans, &config, overwrite, false, curFormat); in parseAndAddBag()
696 int32_t curFormat, in parseAndAddEntry() argument
774 false, curFormat, overwrite); in parseAndAddEntry()
914 int32_t curFormat = ResTable_map::TYPE_ANY; in compileResourceFile() local
1338 curFormat = parse_flags(formatStr.c_str(), formatStr.size(), in compileResourceFile()
1340 if (curFormat == 0) { in compileResourceFile()
1409 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile()
1415 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile()
1419 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile()
[all …]