Home
last modified time | relevance | path

Searched refs:closeStream (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/oboe/tests/
DtestStreamOpen.cpp48 void closeStream() { in closeStream() function in StreamOpen
80 closeStream(); in checkSampleRateConversionAdvancing()
96 closeStream(); in TEST_F()
107 closeStream(); in TEST_F()
116 closeStream(); in TEST_F()
127 closeStream(); in TEST_F()
138 closeStream(); in TEST_F()
185 closeStream(); in TEST_F()
244 closeStream(); in TEST_F()
255 closeStream(); in TEST_F()
[all …]
DtestStreamClosedMethods.cpp45 void closeStream(){ in closeStream() function in StreamClosedReturnValues
56 closeStream(); in openAndCloseStream()
106 closeStream(); in TEST_F()
114 closeStream(); in TEST_F()
122 closeStream(); in TEST_F()
130 closeStream(); in TEST_F()
138 closeStream(); in TEST_F()
155 closeStream(); in TEST_F()
162 closeStream(); in TEST_F()
169 closeStream(); in TEST_F()
[all …]
DtestStreamWaitState.cpp48 void closeStream() { in closeStream() function in TestStreamWaitState
124 closeStream(); in TEST_F()
130 closeStream(); in TEST_F()
139 closeStream(); in TEST_F()
148 closeStream(); in TEST_F()
155 closeStream(); in TEST_F()
161 closeStream(); in TEST_F()
171 closeStream(); in TEST_F()
178 closeStream(); in TEST_F()
184 closeStream(); in TEST_F()
[all …]
DtestStreamStates.cpp52 void closeStream() { in closeStream() function in StreamStates
65 closeStream(); in openAndCloseStream()
87 closeStream(); in checkStreamStateIsStartedAfterStartingTwice()
110 closeStream(); in checkStreamStateIsStoppedAfterStoppingTwice()
121 closeStream(); in checkStreamLeftRunningShouldNotInterfereWithNextOpen()
131 closeStream(); in checkStreamLeftRunningShouldNotInterfereWithNextOpen()
146 closeStream(); in TEST_F()
161 closeStream(); in TEST_F()
180 closeStream(); in TEST_F()
197 closeStream(); in TEST_F()
[all …]
DtestXRunBehaviour.cpp47 void closeStream(){ in closeStream() function in XRunBehaviour
59 closeStream(); in openAndCloseStream()
76 closeStream(); in TEST_F()
87 closeStream(); in TEST_F()
96 closeStream(); in TEST_F()
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp29 closeStream(mPlayStream); in ~LiveEffectEngine()
30 closeStream(mRecordingStream); in ~LiveEffectEngine()
72 closeStream(mPlayStream); in setEffectOn()
73 closeStream(mRecordingStream); in setEffectOn()
99 closeStream(mPlayStream); in openStreams()
169 void LiveEffectEngine::closeStream(std::shared_ptr<oboe::AudioStream> &stream) { in closeStream() function in LiveEffectEngine
DLiveEffectEngine.h65 void closeStream(std::shared_ptr<oboe::AudioStream> &stream);
/third_party/node/lib/internal/http2/
Dcore.js519 closeStream(stream, code, kNoRstStream);
1832 function closeStream(stream, code, rstStreamStatus = kSubmitRstStream) { function
2221 closeStream(this, code);
2253 closeStream(this, code, hasHandle ? kForceRstStream : kNoRstStream);