Home
last modified time | relevance | path

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

/aosp12/system/bt/osi/include/
H A Dwakelock.h50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
/aosp12/system/bt/osi/test/
H A Dwakelock_test.cc146 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()
/aosp12/system/bt/osi/src/
H A Dwakelock.cc221 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function
/aosp12/system/bt/test/stub/
H A Dosi.cc643 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function