Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioOutputStreamOpenSLES.cpp262 Result AudioOutputStreamOpenSLES::setPlayState_l(SLuint32 newState) { in setPlayState_l() function in AudioOutputStreamOpenSLES
302 Result result = setPlayState_l(SL_PLAYSTATE_PLAYING); in requestStart()
334 Result result = setPlayState_l(SL_PLAYSTATE_PAUSED); in requestPause()
392 Result result = setPlayState_l(SL_PLAYSTATE_STOPPED); in requestStop()
DAudioOutputStreamOpenSLES.h69 Result setPlayState_l(SLuint32 newState);