Home
last modified time | relevance | path

Searched defs:closeStream (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/tests/
DtestXRunBehaviour.cpp47 void closeStream(){ in closeStream() function in XRunBehaviour
DtestStreamWaitState.cpp48 void closeStream() { in closeStream() function in TestStreamWaitState
DtestStreamStates.cpp52 void closeStream() { in closeStream() function in StreamStates
DtestStreamOpen.cpp48 void closeStream() { in closeStream() function in StreamOpen
DtestStreamClosedMethods.cpp45 void closeStream(){ in closeStream() function in StreamClosedReturnValues
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp169 void LiveEffectEngine::closeStream(std::shared_ptr<oboe::AudioStream> &stream) { in closeStream() function in LiveEffectEngine
/third_party/node/lib/internal/http2/
Dcore.js1907 function closeStream(stream, code, rstStreamStatus = kSubmitRstStream) { function