Home
last modified time | relevance | path

Searched refs:WriteCallback (Results 1 – 12 of 12) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dsound_system.h34 using WriteCallback = std::function<AudioBufferView<sample_t>(size_t expectedFrames)>;
49 virtual bool init(WriteCallback callback) = 0;
Dsound_system_echo.h38 bool init(WriteCallback callback) override;
54 WriteCallback mWriteCallback; // accessed by mThread
Dsound_system_aaudio.cpp215 SoundSystem::WriteCallback writeClb,
240 SoundSystem::WriteCallback mWriteCallback;
270 SoundSystem::WriteCallback writeClb, in init()
458 bool SoundSystemAAudio::init(WriteCallback callback) { in init()
Dsound_system_aaudio.h38 bool init(WriteCallback callback) override;
Dsound_system_echo.cpp67 bool SoundSystemEcho::init(WriteCallback callback) { in init()
/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc100 static size_t WriteCallback(void *ptr, size_t size, in WriteCallback() function
127 (*easy_setopt_)(curl_, CURLOPT_WRITEFUNCTION, WriteCallback); in SendRequest()
133 (*easy_setopt_)(curl_, CURLOPT_HEADERFUNCTION, WriteCallback); in SendRequest()
Dhttp_upload.cc39 static size_t WriteCallback(void *ptr, size_t size, in WriteCallback() function
155 (*curl_easy_setopt)(curl, CURLOPT_WRITEFUNCTION, WriteCallback); in SendRequest()
/external/curl/docs/examples/
Dchkspeed.c54 static size_t WriteCallback(void *ptr, size_t size, size_t nmemb, void *data) in WriteCallback() function
157 curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, WriteCallback); in main()
/external/grpc-grpc/src/core/lib/iomgr/
Dcfstream_handle.cc82 void CFStreamHandle::WriteCallback(CFWriteStreamRef stream, in WriteCallback() function in CFStreamHandle
131 CFStreamHandle::WriteCallback, &ctx); in CFStreamHandle()
Dcfstream_handle.h56 static void WriteCallback(CFWriteStreamRef stream, CFStreamEventType type,
/external/tensorflow/tensorflow/core/platform/cloud/
Dcurl_http_request.h150 static size_t WriteCallback(const void* ptr, size_t size, size_t nmemb,
Dcurl_http_request.cc305 &CurlHttpRequest::WriteCallback)); in SetResultBuffer()
359 size_t CurlHttpRequest::WriteCallback(const void* ptr, size_t size, in WriteCallback() function in tensorflow::CurlHttpRequest