Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc52 static const std::string DEFAULT_WAKE_LOCK_PATH = "/sys/power/wake_lock"; variable
192 if (wake_lock_path.empty()) wake_lock_path = DEFAULT_WAKE_LOCK_PATH; in wakelock_initialize_native()