Home | History | Annotate | Download | only in jni

Lines Matching refs:required

106 SLboolean required[MAX_NUMBER_INTERFACES];
128 /* Initialize arrays required[] and iidArray[] */
131 required[i] = SL_BOOLEAN_FALSE;
135 // Set arrays required[] and iidArray[] for VOLUME interface
136 required[0] = SL_BOOLEAN_TRUE;
140 iidArray, required); CheckErr(res);
181 /* Set arrays required[] and iidArray[] for SEEK interface
183 required[0] = SL_BOOLEAN_TRUE;
188 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res);
351 how many sample are required to fill it up.
687 how many sample are required to fill it up.