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