Searched refs:ids2 (Results 1 – 3 of 3) sorted by relevance
68 int[] ids2, int... ids3); in getAllAgesAsList() argument
383 public List<Integer> getAllAgesAsList(List<Integer> ids1, int[] ids2, int... ids3) {389 final int _inputSize_1 = ids2.length;408 for (int _item_1 : ids2) {
401 SLInterfaceID ids2[3] = {SL_IID_BUFFERQUEUE, SL_IID_PLAYBACKRATE, SL_IID_EFFECTSEND}; in main() local405 &audioSnk, enableReverb ? 3 : (enablePlaybackRate ? 2 : 1), ids2, req2); in main()