OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decuri
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/examples/
slesTestDecodeToBuffQueue.cpp
290
SLDataLocator_URI
decUri
;
332
decUri
.locatorType = SL_DATALOCATOR_URI;
333
decUri
.URI = (SLchar*)path;
339
decSource.pLocator = (void *) &
decUri
;
/frameworks/ex/variablespeed/jni/
variablespeed.cc
500
SLDataLocator_URI
decUri
= { SL_DATALOCATOR_URI,
504
SLDataSource decSource = { &
decUri
, &decMime };
Completed in 326 milliseconds