Home
last modified time | relevance | path

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

/hardware/interfaces/audio/common/all-versions/default/7.0/
DHidlUtils.cpp104 size_t tempPos = 0; in audioChannelMasksFromHal() local
107 tempChannelMasks[tempPos++] = halChannelMask; in audioChannelMasksFromHal()
110 if (tempPos == tempChannelMasks.size()) { in audioChannelMasksFromHal()
114 tempChannelMasks.begin() + tempPos); in audioChannelMasksFromHal()
258 size_t tempPos = 0; in audioFormatsFromHal() local
261 tempFormats[tempPos++] = halFormat; in audioFormatsFromHal()
264 if (tempPos == tempFormats.size()) { in audioFormatsFromHal()
267 *formats = hidl_vec<AudioFormat>(tempFormats.begin(), tempFormats.begin() + tempPos); in audioFormatsFromHal()