Home
last modified time | relevance | path

Searched refs:mPlayInterface (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp210 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()
DAudioOutputStreamOpenSLES.h71 SLPlayItf mPlayInterface = nullptr; variable