Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc40 struct wakelock_set_paths wakelock_set_paths; variable
67 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function
69 test::mock::osi_wakelock::wakelock_set_paths(lock_path, unlock_path); in wakelock_set_paths()
Dmock_osi_wakelock.h89 struct wakelock_set_paths { struct
96 extern struct wakelock_set_paths wakelock_set_paths; argument
/packages/modules/Bluetooth/system/osi/include/
Dwakelock.h50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
/packages/modules/Bluetooth/system/osi/test/
Dwakelock_test.cc141 wakelock_set_paths(lock_path_.c_str(), unlock_path_.c_str()); in TEST_F()
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc213 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc585 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() function