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

  /frameworks/wilhelm/tests/examples/
slesTestBassBoostPath.cpp 63 SLDataLocator_URI locatorUri;
127 locatorUri.locatorType = SL_DATALOCATOR_URI;
128 locatorUri.URI = (SLchar *) path;
141 audioSource.pLocator = (void*)&locatorUri;
slesTestVirtualizerPath.cpp 64 SLDataLocator_URI locatorUri;
128 locatorUri.locatorType = SL_DATALOCATOR_URI;
129 locatorUri.URI = (SLchar *) path;
142 audioSource.pLocator = (void*)&locatorUri;
slesTestEqFdPath.cpp 68 SLDataLocator_URI locatorUri;
132 locatorUri.locatorType = SL_DATALOCATOR_URI;
133 locatorUri.URI = (SLchar *) path;
146 audioSource.pLocator = (void*)&locatorUri;
slesTestEqOutputPath.cpp 68 SLDataLocator_URI locatorUri;
139 locatorUri.locatorType = SL_DATALOCATOR_URI;
140 locatorUri.URI = (SLchar *) path;
153 audioSource.pLocator = (void*)&locatorUri;
slesTestSendToPresetReverb.cpp 87 SLDataLocator_URI locatorUri;
171 locatorUri.locatorType = SL_DATALOCATOR_URI;
172 locatorUri.URI = (SLchar *) path;
173 audioSource.pLocator = (void*)&locatorUri;

Completed in 166 milliseconds