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

  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 46 uint32_t performanceMode = SL_ANDROID_PERFORMANCE_LATENCY;
334 if (performanceMode != SL_ANDROID_PERFORMANCE_LATENCY) {
336 &performanceMode, sizeof(SLuint32));
338 printf("Recorder configured with performance mode %u\n", performanceMode);
531 performanceMode = atoi(&arg[2]);
  /frameworks/base/cmds/bootanimation/
audioplay.cpp 201 SLuint32 performanceMode = SL_ANDROID_PERFORMANCE_NONE;
203 playerConfig, SL_ANDROID_KEY_PERFORMANCE_MODE, &performanceMode, sizeof(SLuint32));

Completed in 1778 milliseconds