Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dwakelock.h50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
/system/bt/osi/src/
Dwakelock.cc221 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument
224 if (unlock_path) wake_unlock_path = unlock_path; in wakelock_set_paths()