Home
last modified time | relevance | path

Searched refs:lock_path (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.h90 std::function<void(const char* lock_path, const char* unlock_path)> body{
92 void operator()(const char* lock_path, const char* unlock_path) { in operator()
93 body(lock_path, unlock_path); in operator()
Dmock_osi_wakelock.cc67 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument
69 test::mock::osi_wakelock::wakelock_set_paths(lock_path, unlock_path); in wakelock_set_paths()
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc213 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument
214 if (lock_path) wake_lock_path = lock_path; in wakelock_set_paths()
/packages/modules/Bluetooth/system/osi/include/
Dwakelock.h50 void wakelock_set_paths(const char* lock_path, const char* unlock_path);
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc585 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths() argument