OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocatorType
(Results
1 - 8
of
8
) sorted by null
/frameworks/wilhelm/src/
data.c
32
pDataLocator->
mLocatorType
= locatorType = SL_DATALOCATOR_NULL;
246
if ((SL_RESULT_SUCCESS == result) && (locatorType != pDataLocator->
mLocatorType
)) {
248
pDataLocator->
mLocatorType
);
294
switch (pDataLocator->
mLocatorType
) {
603
switch (pSrcDataLocatorFormat->mLocator.
mLocatorType
) {
610
switch (pSinkDataLocatorFormat->mLocator.
mLocatorType
) {
672
switch (pSinkDataLocatorFormat->mLocator.
mLocatorType
) {
748
pDataLocatorFormat->mLocator.
mLocatorType
= SL_DATALOCATOR_NULL;
765
switch (pDataLocatorFormat->mLocator.
mLocatorType
) {
[
all
...]
data.h
20
SLuint32
mLocatorType
;
55
// (not a valid value for
mLocatorType
)
58
// (not a valid value for
mLocatorType
)
/frameworks/wilhelm/src/objects/
CAudioPlayer.c
107
assert(SL_DATALOCATOR_OUTPUTMIX == audioPlayer->mDataSink.mLocator.
mLocatorType
);
/frameworks/wilhelm/src/itf/
IEngine.c
198
thiz->mDataSource.mLocator.
mLocatorType
= SL_DATALOCATOR_NULL;
202
thiz->mDataSink.mLocator.
mLocatorType
= SL_DATALOCATOR_NULL;
295
switch (thiz->mDataSource.mLocator.
mLocatorType
) {
318
switch(thiz->mDataSink.mLocator.
mLocatorType
) {
439
thiz->mDataSource.mLocator.
mLocatorType
= SL_DATALOCATOR_NULL;
443
thiz->mDataSink.mLocator.
mLocatorType
= SL_DATALOCATOR_NULL;
491
SLuint32 locatorType = thiz->mDataSink.mLocator.
mLocatorType
;
[
all
...]
IOutputMixExt.c
360
switch (thiz->mDataSource.mLocator.
mLocatorType
) {
/frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp
430
switch (mp->mDataSource.mLocator.
mLocatorType
) {
446
mp->mDataSource.mLocator.
mLocatorType
);
462
mp->mImageVideoSink.mLocator.
mLocatorType
) {
AudioRecorder_to_android.cpp
386
if (SL_DATALOCATOR_ANDROIDSIMPLEBUFFERQUEUE != ar->mDataSink.mLocator.
mLocatorType
) {
AudioPlayer_to_android.cpp
[
all
...]
Completed in 104 milliseconds