Home
last modified time | relevance | path

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

/system/hardware/interfaces/suspend/1.0/default/
DSystemSuspend.cpp152 mSuspendStatsFd(std::move(suspendStatsFd)), in SystemSuspend()
378 std::unique_ptr<DIR, decltype(&closedir)> dp(fdopendir(dup(mSuspendStatsFd.get())), &closedir); in getSuspendStats()
399 openat(mSuspendStatsFd.get(), statName.c_str(), O_CLOEXEC | O_RDONLY))}; in getSuspendStats()
DSystemSuspend.h127 unique_fd mSuspendStatsFd; variable