Home
last modified time | relevance | path

Searched refs:setCallback (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
DNativeAudioContext.cpp133 builder.setCallback(&oboeCallbackProxy); in configureBuilder()
373 oboeCallbackProxy.setCallback(&audioStreamGateway); in configureStreamGateway()
414 oboeCallbackProxy.setCallback(&mInputAnalyzer); in configureForStart()
475 ->setCallback(&mPlayRecordingCallback) in startPlayback()
536 builder.setCallback(mFullDuplexEcho.get()); in configureBuilder()
557 builder.setCallback(mFullDuplexLatency.get()); in configureBuilder()
579 builder.setCallback(mFullDuplexGlitches.get()); in configureBuilder()
618 oboeCallbackProxy.setCallback(&audioStreamGateway); in configureForStart()
DOboeStreamCallbackProxy.h28 void setCallback(oboe::AudioStreamCallback *callback) { in setCallback() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLEvent.cpp92 cl_int Event::setCallback(cl_int commandExecCallbackType, EventCB pfnNotify, void *userData) in setCallback() function in cl::Event
98 ANGLE_CL_TRY(mImpl->setCallback(*this, commandExecCallbackType)); in setCallback()
DDebug.h47 void setCallback(GLDEBUGPROCKHR callback, const void *userParam);
154 void setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs);
DCLEvent.h31 cl_int setCallback(cl_int commandExecCallbackType, EventCB pfnNotify, void *userData);
DDebug.cpp131 void Debug::setCallback(GLDEBUGPROCKHR callback, const void *userParam) in setCallback() function in gl::Debug
458 void Debug::setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs) in setCallback() function in egl::Debug
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DDebug.h47 void setCallback(GLDEBUGPROCKHR callback, const void *userParam);
149 void setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs);
DDebug.cpp131 void Debug::setCallback(GLDEBUGPROCKHR callback, const void *userParam) in setCallback() function in gl::Debug
424 void Debug::setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs) in setCallback() function in egl::Debug
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
DLiveEffectEngine.cpp119 builder->setCallback(nullptr) in setupRecordingStreamParameters()
135 builder->setCallback(this) in setupPlaybackStreamParameters()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLEventImpl.h29 virtual cl_int setCallback(cl::Event &event, cl_int commandExecCallbackType) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
DCLEventCL.h30 cl_int setCallback(cl::Event &event, cl_int commandExecCallbackType) override;
DCLEventCL.cpp38 cl_int CLEventCL::setCallback(cl::Event &event, cl_int commandExecCallbackType) in setCallback() function in rx::CLEventCL
/third_party/skia/third_party/externals/oboe/tests/
DtestXRunBehaviour.cpp82 mBuilder.setCallback(&callback); in TEST_F()
DtestStreamOpen.cpp63 mBuilder.setCallback(&callback); in checkSampleRateConversionAdvancing()
174 mBuilder.setCallback(&callback); in TEST_F()
DtestStreamClosedMethods.cpp145 mBuilder.setCallback(callback); in TEST_F()
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/
DMegaDroneEngine.cpp57 ->setCallback(mCallback.get()) in createPlaybackStream()
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/
DDuplexEngine.cpp67 defaultBuilder().setCallback(mCallback.get()) in openOutStream()
/third_party/skia/third_party/externals/oboe/include/oboe/
DAudioStreamBuilder.h329 AudioStreamBuilder *setCallback(AudioStreamCallback *streamCallback) { in setCallback() function
/third_party/skia/modules/audioplayer/
DSkAudioPlayer_oboe.cpp35 builder.setCallback(this); in OboeAudioPlayer()
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
DHelloOboeEngine.cpp123 ->setCallback(mLatencyCallback.get()) in createPlaybackStream()
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
DSimpleMultiPlayer.cpp82 builder.setCallback(this); in openStream()
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md169 | `setCallback()` | `getCallback()` |
332 which extends `AudioStreamCallback` and then register your class using `builder.setCallback(yourCal…
378 streamBuilder.setCallback(this);
386 Note that the callback must be registered on the stream with `setCallback`. Any
422 streamBuilder.setCallback(this);
477 builder.setCallback(myCallback);
DGettingStarted.md139 ->setCallback(myCallback)
173 builder.setCallback(&myCallback);
268 ->setCallback(this)
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
DGame.cpp178 builder.setCallback(this); in openStream()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCommandLine.h481 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply()
1498 void setCallback(
1692 void setCallback(
1842 void setCallback(

12