Home
last modified time | relevance | path

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

/system/bt/osi/include/
Dwakelock.h50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
/system/bt/osi/test/
Dwakelock_test.cc146 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()
/system/bt/osi/src/
Dwakelock.cc225 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function