Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc48 static const std::string DEFAULT_WAKE_LOCK_PATH = "/sys/power/wake_lock"; variable
187 if (wake_lock_path.empty()) wake_lock_path = DEFAULT_WAKE_LOCK_PATH; in wakelock_initialize_native()