/frameworks/wilhelm/tests/mimeUri/ |
H A D | slesTestGetPositionUri.cpp | 100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); 113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); 118 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res); 268 /* Test GetPosition every second */ 272 res = (*playItf)->GetPosition(playItf, &posInMsec); CheckErr(res);
|
H A D | slesTestPlayUri.cpp | 110 (*caller)->GetPosition(caller, &pMsec); 116 (*caller)->GetPosition(caller, &pMsec);
|
H A D | slesTestManyPlayers.cpp | 116 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId); 123 res = (*caller)->GetPosition(caller, &pMsec); CheckErrPlyr(res, *pPlayerId);
|
/frameworks/native/headers/media_plugin/media/openmax/ |
H A D | OMX_ContentPipe.h | 170 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition); member in struct:CP_PIPETYPE
|
/frameworks/native/include/media/openmax/ |
H A D | OMX_ContentPipe.h | 170 CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition); member in struct:CP_PIPETYPE
|
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/ |
H A D | pose.h | 72 Eigen::Vector3<T> GetPosition() const { return position_; } function in class:android::dvr::Pose
|
/frameworks/wilhelm/tests/examples/ |
H A D | slesTestDecodeToBuffQueue.cpp | 153 result = (*caller)->GetPosition(caller, &msec); 182 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &msec); 232 SLresult result = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &posMsec);
|
H A D | slesTestRecBuffQueue.cpp | 100 (*caller)->GetPosition(caller, &pMsec); 106 (*caller)->GetPosition(caller, &pMsec);
|
H A D | slesTestDecodeAac.cpp | 209 SLresult res = (*caller)->GetPosition(caller, &position); 387 res = (*pCntxt->playItf)->GetPosition(pCntxt->playItf, &position); 569 res = (*playItf)->GetPosition(playItf, &position); 820 res = (*playItf)->GetPosition(playItf, &position);
|
/frameworks/wilhelm/tests/listening/ |
H A D | seekTorture.c | 130 result = (*playerPlay)->GetPosition(playerPlay, &nowPos);
|
H A D | slesTest_playMuteSolo.cpp | 111 res = (*playItf)->GetPosition(playItf, &position); ExitOnError(res);
|
/frameworks/wilhelm/tests/sandbox/ |
H A D | xaplay.c | 137 result = (*caller)->GetPosition(caller, &position); 214 result = (*playerPlay)->GetPosition(playerPlay, &position); 561 result = (*playerPlay)->GetPosition(playerPlay, &position); 591 result = (*playerPlay)->GetPosition(playerPlay, &position); 807 result = (*playerPlay)->GetPosition(playerPlay, &position); 827 result = (*playerPlay)->GetPosition(playerPlay, &position);
|
/frameworks/native/libs/vr/libdvrcommon/tests/ |
H A D | pose_test.cpp | 151 EXPECT_VEC3_NEAR(vec3_t::Zero(), nullified_pose[i].GetPosition(),
|
/frameworks/wilhelm/tests/ |
H A D | mimeUri_test.cpp | 235 res = (*playItf)->GetPosition(playItf, ¤tPositionInMsec); 238 fprintf(stderr, "Error: GetPosition returns SL_TIME_UNKNOWN after expected duration\n"); 242 fprintf(stderr, "Error: GetPosition returns %i, should be expected duration for test\n",
|
/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 950 SLresult (*GetPosition) ( member in struct:SLPlayItf_ 1173 SLresult (*GetPosition) ( member in struct:SLRecordItf_ 2177 SLresult (*GetPosition) ( member in struct:SLMIDITimeItf_
|
/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 744 XAresult (*GetPosition) ( member in struct:XAPlayItf_ 1125 XAresult (*GetPosition) ( member in struct:XARecordItf_
|