Home
last modified time | relevance | path

Searched refs:IPlay (Results 1 – 8 of 8) sorted by relevance

/frameworks/wilhelm/src/itf/
DIPlay.cpp31 IPlay *thiz = (IPlay *) self; in IPlay_SetPlayState()
124 IPlay *thiz = (IPlay *) self; in IPlay_GetPlayState()
160 IPlay *thiz = (IPlay *) self; in IPlay_GetDuration()
202 IPlay *thiz = (IPlay *) self; in IPlay_GetPosition()
244 IPlay *thiz = (IPlay *) self; in IPlay_RegisterCallback()
264 IPlay *thiz = (IPlay *) self; in IPlay_SetCallbackEventsMask()
293 IPlay *thiz = (IPlay *) self; in IPlay_GetCallbackEventsMask()
312 IPlay *thiz = (IPlay *) self; in IPlay_SetMarkerPosition()
337 IPlay *thiz = (IPlay *) self; in IPlay_ClearMarkerPosition()
365 IPlay *thiz = (IPlay *) self; in IPlay_GetMarkerPosition()
[all …]
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.h52 extern XAresult android_Player_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec);
53 extern XAresult android_Player_getPosition(IPlay *pPlayItf, SLmillisecond *pPosMsec);
DAudioPlayer_to_android.h77 extern SLresult android_audioPlayer_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec);
123 extern void android_audioPlayer_getPosition(IPlay *pPlayItf, SLmillisecond *pPosMsec);
DMediaPlayer_to_android.cpp513 IPlay *pPlayItf = &mp->mPlay; in android_Player_usePlayEventMask()
520 XAresult android_Player_getDuration(IPlay *pPlayItf, XAmillisecond *pDurMsec) { in android_Player_getDuration()
547 XAresult android_Player_getPosition(IPlay *pPlayItf, XAmillisecond *pPosMsec) { in android_Player_getPosition()
DAudioPlayer_to_android.cpp2281 IPlay *pPlayItf = &ap->mPlay; in android_audioPlayer_usePlayEventMask()
2335 SLresult android_audioPlayer_getDuration(IPlay *pPlayItf, SLmillisecond *pDurMsec) { in android_audioPlayer_getDuration()
2361 void android_audioPlayer_getPosition(IPlay *pPlayItf, SLmillisecond *pPosMsec) { in android_audioPlayer_getPosition()
/frameworks/wilhelm/src/
Dclasses.h38 IPlay mPlay;
250 IPlay mPlay;
331 IPlay mPlay;
DAndroid.bp154 "itf/IPlay.cpp",
Ditfstruct.h484 } IPlay; typedef