Searched refs:mPlayInterface (Results 1 – 2 of 2) sorted by relevance
210 result = (*mObjectInterface)->GetInterface(mObjectInterface, SL_IID_PLAY, &mPlayInterface); in open()255 mPlayInterface = nullptr; in close()267 if (mPlayInterface == nullptr){ in setPlayState_l()272 SLresult slResult = (*mPlayInterface)->SetPlayState(mPlayInterface, newState); in setPlayState_l()363 if (mPlayInterface == nullptr || mSimpleBufferQueueInterface == nullptr) { in requestFlush_l()432 if (mPlayInterface == nullptr) { in updateServiceFrameCounter()437 SLresult slResult = (*mPlayInterface)->GetPosition(mPlayInterface, &msec); in updateServiceFrameCounter()
71 SLPlayItf mPlayInterface = nullptr; variable