/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
D | NativeAudioContext.cpp | 133 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()
|
D | OboeStreamCallbackProxy.h | 28 void setCallback(oboe::AudioStreamCallback *callback) { in setCallback() function
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | CLEvent.cpp | 92 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()
|
D | Debug.h | 47 void setCallback(GLDEBUGPROCKHR callback, const void *userParam); 154 void setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs);
|
D | CLEvent.h | 31 cl_int setCallback(cl_int commandExecCallbackType, EventCB pfnNotify, void *userData);
|
D | Debug.cpp | 131 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/ |
D | Debug.h | 47 void setCallback(GLDEBUGPROCKHR callback, const void *userParam); 149 void setCallback(EGLDEBUGPROCKHR callback, const AttributeMap &attribs);
|
D | Debug.cpp | 131 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/ |
D | LiveEffectEngine.cpp | 119 builder->setCallback(nullptr) in setupRecordingStreamParameters() 135 builder->setCallback(this) in setupPlaybackStreamParameters()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | CLEventImpl.h | 29 virtual cl_int setCallback(cl::Event &event, cl_int commandExecCallbackType) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
D | CLEventCL.h | 30 cl_int setCallback(cl::Event &event, cl_int commandExecCallbackType) override;
|
D | CLEventCL.cpp | 38 cl_int CLEventCL::setCallback(cl::Event &event, cl_int commandExecCallbackType) in setCallback() function in rx::CLEventCL
|
/third_party/skia/third_party/externals/oboe/tests/ |
D | testXRunBehaviour.cpp | 82 mBuilder.setCallback(&callback); in TEST_F()
|
D | testStreamOpen.cpp | 63 mBuilder.setCallback(&callback); in checkSampleRateConversionAdvancing() 174 mBuilder.setCallback(&callback); in TEST_F()
|
D | testStreamClosedMethods.cpp | 145 mBuilder.setCallback(callback); in TEST_F()
|
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/src/main/cpp/ |
D | MegaDroneEngine.cpp | 57 ->setCallback(mCallback.get()) in createPlaybackStream()
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/ |
D | DuplexEngine.cpp | 67 defaultBuilder().setCallback(mCallback.get()) in openOutStream()
|
/third_party/skia/third_party/externals/oboe/include/oboe/ |
D | AudioStreamBuilder.h | 329 AudioStreamBuilder *setCallback(AudioStreamCallback *streamCallback) { in setCallback() function
|
/third_party/skia/modules/audioplayer/ |
D | SkAudioPlayer_oboe.cpp | 35 builder.setCallback(this); in OboeAudioPlayer()
|
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/ |
D | HelloOboeEngine.cpp | 123 ->setCallback(mLatencyCallback.get()) in createPlaybackStream()
|
/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/ |
D | SimpleMultiPlayer.cpp | 82 builder.setCallback(this); in openStream()
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FullGuide.md | 169 | `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);
|
D | GettingStarted.md | 139 ->setCallback(myCallback) 173 builder.setCallback(&myCallback); 268 ->setCallback(this)
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/ |
D | Game.cpp | 178 builder.setCallback(this); in openStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 481 template <typename Opt> void apply(Opt &O) const { O.setCallback(CB); } in apply() 1498 void setCallback( 1692 void setCallback( 1842 void setCallback(
|