Home
last modified time | relevance | path

Searched refs:writeCallback (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DNativeLogRedirector.cs37 static GprLogDelegate writeCallback; field in Grpc.Core.Internal.NativeLogRedirector
46 if (writeCallback == null) in Redirect()
48 writeCallback = new GprLogDelegate(HandleWrite); in Redirect()
49 native.grpcsharp_redirect_log(writeCallback); in Redirect()
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback_test.cpp103 return mSoundSys->init(std::bind(&LatencyTest::writeCallback, this, std::placeholders::_1)); in init()
106 AudioBufferView<sample_t> LatencyTest::writeCallback(size_t expectedFrames) { in writeCallback() function in LatencyTest
164 return mSoundSys->init(std::bind(&GlitchTest::writeCallback, this, std::placeholders::_1)); in init()
167 AudioBufferView<sample_t> GlitchTest::writeCallback(size_t expectedFrames) { in writeCallback() function in GlitchTest
Dloopback_test.h75 AudioBufferView<sample_t> writeCallback(size_t expectedFrames);
98 AudioBufferView<sample_t> writeCallback(size_t expectedFrames);