Home
last modified time | relevance | path

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

/system/nativepower/daemon/
Dwake_lock_manager.h66 void set_paths_for_testing(const base::FilePath& lock_path, in set_paths_for_testing() argument
68 lock_path_ = lock_path; in set_paths_for_testing()
/system/bt/osi/include/
Dwakelock.h50 void wakelock_set_paths(const char *lock_path, const char *unlock_path);
/system/bt/osi/src/
Dwakelock.c222 void wakelock_set_paths(const char *lock_path, const char *unlock_path) { in wakelock_set_paths() argument
223 if (lock_path) { in wakelock_set_paths()
226 wake_lock_path = osi_strndup(lock_path, PATH_MAX); in wakelock_set_paths()