Searched refs:tempPos (Results 1 – 1 of 1) sorted by relevance
104 size_t tempPos = 0; in audioChannelMasksFromHal() local107 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() local261 tempFormats[tempPos++] = halFormat; in audioFormatsFromHal()264 if (tempPos == tempFormats.size()) { in audioFormatsFromHal()267 *formats = hidl_vec<AudioFormat>(tempFormats.begin(), tempFormats.begin() + tempPos); in audioFormatsFromHal()