/frameworks/wilhelm/tests/sandbox/ |
H A D | dim.c | 136 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay); 141 result = (*outputMixDIM)->AddInterface(outputMixDIM, SL_IID_PLAY, SL_BOOLEAN_FALSE); 145 result = (*outputMixObject)->GetInterface(outputMixObject, SL_IID_PLAY, &outputMixPlay);
|
H A D | multithread.c | 79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay);
|
H A D | urimime.c | 106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
H A D | multiplay.c | 183 {SL_IID_PLAY, SL_IID_VOLUME, SL_IID_SEEK, SL_IID_PREFETCHSTATUS}; 197 result = (*p->mPlayerObject)->GetInterface(p->mPlayerObject, SL_IID_PLAY, &p->mPlayerPlay);
|
H A D | configbq.c | 191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
H A D | intbufq.c | 132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
H A D | monkey.c | 133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay);
|
/frameworks/wilhelm/src/ |
H A D | sl_iid.c | 57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY]; variable
|
/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestPlayUri2.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); 156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2);
|
H A D | slesTestLoopUri.cpp | 197 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestPlayStreamType.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestPlayUri.cpp | 199 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTest_playStates.cpp | 132 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestGetPositionUri.cpp | 206 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestManyPlayers.cpp | 234 res = (*audioPlayer[playerId])->GetInterface(audioPlayer[playerId], SL_IID_PLAY,
|
/frameworks/wilhelm/tests/listening/ |
H A D | seekTorture.c | 81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay);
|
H A D | slesTest_playMuteSolo.cpp | 247 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestBassBoostPath.cpp | 154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestPlayFdPath.cpp | 139 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestSawtoothBufferQueue.cpp | 212 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestVirtualizerPath.cpp | 155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestEqFdPath.cpp | 159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestEqOutputPath.cpp | 166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
H A D | slesTestSendToPresetReverb.cpp | 210 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|
/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 172 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf);
|