Home
last modified time | relevance | path

Searched refs:thread_ (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/bluetooth/async/
Dasync_fd_watcher.cc80 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
81 if (!thread_.joinable()) return -1; in tryStartThread()
90 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
91 thread_.join(); in stopThread()
Dasync_fd_watcher.h49 std::thread thread_; variable
/hardware/interfaces/bluetooth/1.0/default/
Dasync_fd_watcher.cc84 thread_ = std::thread([this]() { ThreadRoutine(); }); in tryStartThread()
85 if (!thread_.joinable()) return -1; in tryStartThread()
94 if (std::this_thread::get_id() != thread_.get_id()) { in stopThread()
95 thread_.join(); in stopThread()
Dasync_fd_watcher.h52 std::thread thread_; variable
/hardware/google/graphics/common/libhwc2.1/libdrmresource/utils/
Dworker.cpp36 thread_ = std::unique_ptr<std::thread>( in InitWorker()
50 thread_->join(); in Exit()
/hardware/google/camera/common/apex_update_listener/
Dapex_update_listener.cc36 thread_(&ApexUpdateListener::ThreadFunction, this) { in ApexUpdateListener()
47 if (thread_.joinable()) { in ~ApexUpdateListener()
48 thread_.join(); in ~ApexUpdateListener()
Dapex_update_listener.h87 std::thread thread_; variable
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Dworker.h78 std::unique_ptr<std::thread> thread_; variable
/hardware/google/pixel/thermal/
DThermal.h95 thread_ = std::thread([&] { loop(); }); in Looper()
105 std::thread thread_; variable
DThermal.cpp889 thread_.join(); in ~Looper()