Home
last modified time | relevance | path

Searched refs:wakelock_debug_dump (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_wakelock.cc43 struct wakelock_debug_dump wakelock_debug_dump; variable
61 void wakelock_debug_dump(int fd) { in wakelock_debug_dump() function
63 test::mock::osi_wakelock::wakelock_debug_dump(fd); in wakelock_debug_dump()
Dmock_osi_wakelock.h91 struct wakelock_debug_dump { struct
95 extern struct wakelock_debug_dump wakelock_debug_dump; argument
/packages/modules/Bluetooth/system/osi/include/
Dwakelock.h54 void wakelock_debug_dump(int fd);
/packages/modules/Bluetooth/system/osi/src/
Dwakelock.cc327 void wakelock_debug_dump(int fd) { in wakelock_debug_dump() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc664 void wakelock_debug_dump(int fd) { mock_function_count_map[__func__]++; } in wakelock_debug_dump() function
/packages/modules/Bluetooth/system/service/
Dbluetooth_interface.cc402 wakelock_debug_dump(fd); in dump()
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc442 wakelock_debug_dump(fd); in dump()