Home
last modified time | relevance | path

Searched refs:osi_wakelock (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc32 namespace osi_wakelock { namespace
49 return test::mock::osi_wakelock::wakelock_acquire(); in wakelock_acquire()
53 test::mock::osi_wakelock::wakelock_cleanup(); in wakelock_cleanup()
57 test::mock::osi_wakelock::wakelock_debug_dump(fd); in wakelock_debug_dump()
61 return test::mock::osi_wakelock::wakelock_release(); in wakelock_release()
65 test::mock::osi_wakelock::wakelock_set_os_callouts(callouts); in wakelock_set_os_callouts()
69 test::mock::osi_wakelock::wakelock_set_paths(lock_path, unlock_path); in wakelock_set_paths()
Dmock_osi_wakelock.h35 namespace osi_wakelock {