Home
last modified time | relevance | path

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

/system/gsid/
Dgsi_service.h142 std::atomic<bool> should_abort_ = false; variable
Dgsi_service.cpp274 should_abort_ = true; in cancelGsiInstall()
277 should_abort_ = false; in cancelGsiInstall()
703 if (should_abort_) return false; in CreateFiemapWriter()