Home | History | Annotate | Download | only in sandbox

Lines Matching defs:mObject

41     SLObjectItf mObject;
88 assert(NULL != p->mObject);
89 (*p->mObject)->Destroy(p->mObject);
90 p->mObject = NULL;
119 SLresult result = (*engineEngine)->CreateAudioPlayer(engineEngine, &p->mObject, &audioSrc,
128 assert(NULL != p->mObject);
130 SLresult result = (*p->mObject)->Realize(p->mObject, SL_BOOLEAN_FALSE);
133 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_PLAY, &p->mPlay);
135 result = (*p->mObject)->GetInterface(p->mObject, SL_IID_SEEK, &p->mSeek);
158 assert(NULL == p->mObject);
249 player.mObject = NULL;