Home
last modified time | relevance | path

Searched refs:getCallback (Results 1 – 19 of 19) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readv.js26 const getCallback = (fd, bufferArr) => { function
44 const callback = getCallback(fd, bufferArr);
56 const callback = getCallback(fd, bufferArr);
/third_party/skia/third_party/externals/oboe/src/common/
DDataConversionFlowGraph.cpp104 if ((sourceStream->getCallback() != nullptr && isOutput) in configure()
105 || (sourceStream->getCallback() == nullptr && isInput)) { in configure()
239 mCallbackResult = mFilterStream->getCallback()->onAudioReady(mFilterStream, buffer, numFrames); in onProcessFixedBlock()
DAudioSourceCaller.cpp23 oboe::AudioStreamCallback *callback = mStream->getCallback(); in onProcessFixedBlock()
DQuirksManager.cpp141 && builder.getCallback() != nullptr in isConversionNeeded()
DFilterAudioStream.h45 if (builder.getCallback() != nullptr) { in FilterAudioStream()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h48 GLDEBUGPROCKHR getCallback() const;
155 EGLDEBUGPROCKHR getCallback() const;
DDebug.cpp137 GLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in gl::Debug
474 EGLDEBUGPROCKHR Debug::getCallback() const in getCallback() function in egl::Debug
DState.cpp3093 *params = reinterpret_cast<void *>(mDebug.getCallback()); in getPointerv()
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java132 onMalformedInput = getCallback(newAction); in implOnMalformedInput()
155 onUnmappableCharacter = getCallback(newAction); in implOnUnmappableCharacter()
182 private static CharsetCallback.Decoder getCallback(CodingErrorAction action){ in getCallback() method in CharsetDecoderICU
DCharsetEncoderICU.java156 onMalformedInput = getCallback(newAction); in implOnMalformedInput()
169 onUnmappableInput = getCallback(newAction); in implOnUnmappableCharacter()
207 private static CharsetCallback.Encoder getCallback(CodingErrorAction action) { in getCallback() method in CharsetEncoderICU
/third_party/skia/third_party/externals/oboe/src/aaudio/
DAudioStreamAAudio.cpp66 if (oboeStream->getCallback() != nullptr) { in oboe_aaudio_error_thread_proc()
67 oboeStream->getCallback()->onErrorBeforeClose(oboeStream, error); in oboe_aaudio_error_thread_proc()
70 if (oboeStream->getCallback() != nullptr) { in oboe_aaudio_error_thread_proc()
72 oboeStream->getCallback()->onErrorAfterClose(oboeStream, error); in oboe_aaudio_error_thread_proc()
/third_party/skia/third_party/externals/oboe/src/opensles/
DAudioStreamBuffered.h63 bool usingFIFO() const { return getCallback() == nullptr; } in usingFIFO()
DAudioStreamBuffered.cpp263 return (getCallback() == nullptr); in isXRunCountSupported()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBase.h105 AudioStreamCallback* getCallback() const { in getCallback() function
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h119 const ShapedTextCallback& getCallback() const { return fCallback; } in getCallback() function
DSkSVGText.cpp656 SkSVGTextContext tctx(ctx, parent_tctx->getCallback(), this); in onShapeText()
/third_party/skia/third_party/externals/oboe/tests/
DtestStreamClosedMethods.cpp148 AudioStreamCallback *callback2 = mStream->getCallback(); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Degl_ext_stubs.cpp351 *value = reinterpret_cast<EGLAttrib>(debug->getCallback()); in QueryDebugKHR()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md169 | `setCallback()` | `getCallback()` |