Home
last modified time | relevance | path

Searched refs:lock_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.cc225 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument
226 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()