Lines Matching refs:mObject
41 SLObjectItf mObject; member
88 assert(NULL != p->mObject); in actionDestroy()
89 (*p->mObject)->Destroy(p->mObject); in actionDestroy()
90 p->mObject = NULL; in actionDestroy()
119 SLresult result = (*engineEngine)->CreateAudioPlayer(engineEngine, &p->mObject, &audioSrc, in actionCreate()
128 assert(NULL != p->mObject); in actionRealize()
130 SLresult result = (*p->mObject)->Realize(p->mObject, SL_BOOLEAN_FALSE); in actionRealize()
133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay); in actionRealize()
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek); in actionRealize()
158 assert(NULL == p->mObject); in actionTerminateIfDone()
249 player.mObject = NULL; in main()