OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceLocatorType
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/android/
AudioPlayer_to_android.cpp
569
const SLuint32
sourceLocatorType
= *(SLuint32 *)pAudioSrc->pLocator;
589
switch (
sourceLocatorType
) {
610
(unsigned)
sourceLocatorType
);
618
switch (
sourceLocatorType
) {
633
(unsigned)
sourceLocatorType
);
[
all
...]
MediaPlayer_to_android.cpp
312
const SLuint32
sourceLocatorType
= *(SLuint32 *)pSrc->pLocator;
318
switch(
sourceLocatorType
) {
343
(unsigned)
sourceLocatorType
);
AudioRecorder_to_android.cpp
303
const SLuint32
sourceLocatorType
= *(SLuint32 *)pAudioSrc->pLocator;
310
if ((SL_DATALOCATOR_IODEVICE ==
sourceLocatorType
) &&
Completed in 131 milliseconds