Home
last modified time | relevance | path

Searched defs:unlock_path (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc70 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc218 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc617 void wakelock_set_paths(const char* lock_path, const char* unlock_path) { in wakelock_set_paths()
/aosp_15_r20/external/libfuse/lib/
H A Dfuse.c969 static void unlock_path(struct fuse *f, fuse_ino_t nodeid, struct node *wnode, in unlock_path() function