Home | History | Annotate | Download | only in android_log

Lines Matching refs:weak_this

169     auto weak_this = weak_factory_.GetWeakPtr();
170 task_runner_->AddFileDescriptorWatch(logdr_sock_.fd(), [weak_this] {
171 if (weak_this)
172 weak_this->OnSocketDataAvailable();
195 auto weak_this = weak_factory_.GetWeakPtr();
197 [weak_this] {
198 if (weak_this) {
199 weak_this->ReadLogSocket();
200 weak_this->EnableSocketWatchTask(true);
220 auto weak_this = weak_factory_.GetWeakPtr();
221 task_runner_->PostTask([weak_this] {
222 if (weak_this)
223 weak_this->ReadLogSocket();