Home
last modified time | relevance | path

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

/system/bt/osi/src/
Dwakelock.cc54 static std::string wake_lock_path; variable
196 if (wake_lock_path.empty()) wake_lock_path = DEFAULT_WAKE_LOCK_PATH; in wakelock_initialize_native()
198 wake_lock_fd = open(wake_lock_path.c_str(), O_RDWR | O_CLOEXEC); in wakelock_initialize_native()
201 wake_lock_path.c_str(), strerror(errno)); in wakelock_initialize_native()
220 wake_lock_path.clear(); in wakelock_cleanup()
226 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()