Home | History | Annotate | Download | only in examples

Lines Matching refs:required

10  * Unless required by applicable law or agreed to in writing, software
131 SLboolean required[MAX_NUMBER_INTERFACES];
141 /* Initialize arrays required[] and iidArray[] */
144 required[i] = SL_BOOLEAN_FALSE;
148 // Set arrays required[] and iidArray[] for VOLUME interface
149 required[0] = SL_BOOLEAN_TRUE;
153 iidArray, required); CheckErr(res);
197 /* Set arrays required[] and iidArray[] for SEEK interface
199 required[0] = SL_BOOLEAN_TRUE;
204 &audioSource, &audioSink, 1, iidArray, required); CheckErr(res);