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.cpp91 mSuspendStatsFd(std::move(suspendStatsFd)), in SystemSuspend()
239 std::unique_ptr<DIR, decltype(&closedir)> dp(fdopendir(dup(mSuspendStatsFd.get())), &closedir); in getSuspendStats()
260 openat(mSuspendStatsFd.get(), statName.c_str(), O_CLOEXEC | O_RDONLY))}; in getSuspendStats()
DSystemSuspend.h107 unique_fd mSuspendStatsFd; variable