Searched refs:looper_thread_id_ (Results 1 – 4 of 4) sorted by relevance
104 looper_thread_id_ = android::base::GetThreadId(); in Loop()196 looper_thread_id_.reset(); in Loop()
111 looper_thread_id_ = android::base::GetThreadId(); in Loop()193 looper_thread_id_.reset(); in Loop()
184 if (looper_thread_id_) { in CheckLooperThread()185 CHECK_EQ(*looper_thread_id_, android::base::GetThreadId()); in CheckLooperThread()
127 std::optional<uint64_t> looper_thread_id_ = std::nullopt; member