OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
187
SLuint32
performanceMode
= SL_ANDROID_PERFORMANCE_NONE;
189
playerConfig, SL_ANDROID_KEY_PERFORMANCE_MODE, &
performanceMode
, sizeof(SLuint32));
Completed in 2705 milliseconds