Home
last modified time | relevance | path

Searched refs:invoking_method_reply_ (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/ipc/
Dclient_impl.cc52 PERFETTO_DCHECK(!invoking_method_reply_); in ~ClientImpl()
260 invoking_method_reply_ = true; in OnInvokeMethodReply()
263 invoking_method_reply_ = false; in OnInvokeMethodReply()
Dclient_impl.h84 bool invoking_method_reply_ = false; variable