Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc55 static std::string wake_unlock_path; variable
205 if (wake_unlock_path.empty()) wake_unlock_path = DEFAULT_WAKE_UNLOCK_PATH; in wakelock_initialize_native()
207 wake_unlock_fd = open(wake_unlock_path.c_str(), O_RDWR | O_CLOEXEC); in wakelock_initialize_native()
210 wake_unlock_path.c_str(), strerror(errno)); in wakelock_initialize_native()
221 wake_unlock_path.clear(); in wakelock_cleanup()
228 if (unlock_path) wake_unlock_path = unlock_path; in wakelock_set_paths()