Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dchannelmix_tests.cpp342 const int out_index = std::get<OUTPUT_CHANNEL_MASK_POSITION>(info.param); in __anon01897a640102() local
343 const audio_channel_mask_t outputChannelMask = kOutputChannelMasks[out_index]; in __anon01897a640102()
/system/update_engine/common/
Dutils.h262 typename std::vector<T>::size_type* out_index) { in VectorIndexOf() argument
268 *out_index = it - vect.begin(); in VectorIndexOf()