Home
last modified time | relevance | path

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

/external/webrtc/common_audio/resampler/
Dsinc_resampler.cc152 read_cb_(read_cb), in SincResampler()
272 read_cb_->Run(request_frames_, r0_); in Resample()
338 read_cb_->Run(request_frames_, r0_); in Resample()
Dsinc_resampler.h133 SincResamplerCallback* read_cb_; variable
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc63 if (read_cb_ == nullptr) { in PushInput()
70 GRPC_CLOSURE_SCHED(read_cb_, GRPC_ERROR_NONE); in PushInput()
71 read_cb_ = nullptr; in PushInput()
76 grpc_closure* read_cb_ = nullptr; member in DummyEndpoint
82 GPR_ASSERT(read_cb_ == nullptr); in QueueRead()
89 read_cb_ = cb; in QueueRead()
115 GRPC_CLOSURE_SCHED(static_cast<DummyEndpoint*>(ep)->read_cb_, why); in shutdown()