HomeSort by relevance Sort by last modified time
    Searched refs:player_ids (Results 1 - 2 of 2) sorted by null

  /system/media/opensles/tests/sandbox/
reverb.c 305 SLInterfaceID player_ids[4]; local
310 player_ids[count++] = SL_IID_PRESETREVERB;
314 player_ids[count++] = SL_IID_ENVIRONMENTALREVERB;
318 player_ids[count++] = SL_IID_EFFECTSEND;
321 player_ids[count++] = SL_IID_PREFETCHSTATUS;
324 &audioSnk, count, player_ids, player_req);
multiplay.c 153 const SLInterfaceID player_ids[] = {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK}; local
162 &audioSnk, 3, player_ids, player_req);

Completed in 296 milliseconds