Home
last modified time | relevance | path

Searched refs:SL_IID_PLAY (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/wilhelm/tests/sandbox/
Ddim.c136 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()
Dmultiplay.c183 {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()
Durimime.c106 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main()
Dmultithread.c79 result = (*myPlayerObject)->GetInterface(myPlayerObject, SL_IID_PLAY, &playerPlay); in thread_start()
Dconfigbq.c191 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main()
Dintbufq.c132 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main()
Dmonkey.c133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay); in actionRealize()
/frameworks/wilhelm/
DlibOpenSLES.map.txt41 SL_IID_PLAY; # var
/frameworks/wilhelm/tests/mimeUri/
DslesTestPlayUri2.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri()
156 result = (*player)->GetInterface(player2, SL_IID_PLAY, (void*)&playItf2); in TestPlayUri()
DslesTest_playStates.cpp131 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri()
DslesTestPlayStreamType.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestStreamTypeConfiguration()
DslesTestLoopUri.cpp194 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestLoopUri()
DslesTestPlayUri.cpp196 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri()
DslesTestGetPositionUri.cpp203 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestGetPositionUri()
/frameworks/wilhelm/src/
Dsl_iid.cpp57 const SLInterfaceID SL_IID_PLAY = &SL_IID_array[MPH_PLAY]; variable
/frameworks/wilhelm/tests/listening/
DseekTorture.c81 result = (*playerObject)->GetInterface(playerObject, SL_IID_PLAY, &playerPlay); in main()
/frameworks/wilhelm/tests/examples/
DslesTestPlayFdPath.cpp160 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayPathFromFD()
DslesTestSawtoothBufferQueue.cpp209 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlaySawtoothBufferQueue()
DslesTestBassBoostPath.cpp154 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestBassBoostPathFromFD()
DslesTestVirtualizerPath.cpp155 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestVirtualizerPathFromFD()
DslesTestEqOutputPath.cpp166 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestEQPathFromFD()
DslesTestEqFdPath.cpp159 result = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestEQPathFromFD()
/frameworks/wilhelm/tests/
DmimeUri_test.cpp169 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); in TestPlayUri()
/frameworks/base/cmds/bootanimation/
Daudioplay.cpp217 result = (*bqPlayerObject)->GetInterface(bqPlayerObject, SL_IID_PLAY, &bqPlayerPlay); in createBufferQueueAudioPlayer()
/frameworks/wilhelm/tests/sandbox/streamSource/
DslesTestPlayStream.cpp255 res = (*player)->GetInterface(player, SL_IID_PLAY, (void*)&playItf); CheckErr(res); in TestPlayStream()

12