Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_alarm.cc39 struct alarm_debug_dump alarm_debug_dump; variable
61 void alarm_debug_dump(int fd) { in alarm_debug_dump() function
63 test::mock::osi_alarm::alarm_debug_dump(fd); in alarm_debug_dump()
Dmock_osi_alarm.h60 struct alarm_debug_dump { struct
64 extern struct alarm_debug_dump alarm_debug_dump; argument
/packages/modules/Bluetooth/system/osi/include/
Dalarm.h105 void alarm_debug_dump(int fd);
/packages/modules/Bluetooth/system/osi/test/fuzzers/alarm/
Dfuzz_alarm.cc171 alarm_debug_dump(debug_fd); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc370 void alarm_debug_dump(int fd) { inc_func_call_count(__func__); } in alarm_debug_dump() function
/packages/modules/Bluetooth/system/osi/src/
Dalarm.cc714 void alarm_debug_dump(int fd) { in alarm_debug_dump() function
/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc826 alarm_debug_dump(fd); in dump()