Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dvr_flinger.cpp54 if (dispatcher_thread_.joinable()) in ~VrFlinger()
55 dispatcher_thread_.join(); in ~VrFlinger()
87 dispatcher_thread_ = std::thread([this]() { in Init()
/frameworks/native/libs/vr/libvrflinger/include/dvr/
Dvr_flinger.h60 std::thread dispatcher_thread_; variable