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

  /frameworks/wilhelm/tests/examples/
slesTestEqOutputPath.cpp 54 , bool alwaysOn
250 enabled = alwaysOn || !enabled;
296 bool alwaysOn = false;
298 alwaysOn = true;
327 SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE, alwaysOn);
329 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
332 TestEQPathFromFD(sl, argv[1], alwaysOn);
slesTestBassBoostPath.cpp 50 void TestBassBoostPathFromFD(SLObjectItf sl, const char* path, int16_t boostStrength, bool alwaysOn)
217 enabled = alwaysOn || !enabled;
263 bool alwaysOn = false;
265 alwaysOn = true;
288 TestBassBoostPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn);
slesTestVirtualizerPath.cpp 51 bool alwaysOn)
219 enabled = alwaysOn || !enabled;
265 bool alwaysOn = false;
267 alwaysOn = true;
290 TestVirtualizerPathFromFD(sl, argv[1], (int16_t)atoi(argv[2]), alwaysOn);
slesTestEqFdPath.cpp 54 , bool alwaysOn
246 enabled = alwaysOn || !enabled;
292 bool alwaysOn = false;
294 alwaysOn = true;
326 SL_DATALOCATOR_ANDROIDFD_USE_FILE_SIZE, alwaysOn);
328 TestEQPathFromFD(sl, argv[1], (SLAint64)atoi(argv[2]), (SLAint64)atoi(argv[3]), alwaysOn);
slesTestSendToPresetReverb.cpp 74 SLmillibel sendLevel, bool alwaysOn, bool useFd, bool loop)
291 enabled = alwaysOn || !previousEnabled;
342 bool alwaysOn = false;
351 alwaysOn = true;
381 (SLmillibel)atoi(argv[i+3]), alwaysOn, useFd, loop);

Completed in 55 milliseconds