Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_allocator.h51 struct osi_free { struct
55 extern struct osi_free osi_free; argument
Dmock_osi_allocator.cc52 struct osi_free osi_free; variable
67 void osi_free(void* ptr) { in osi_free() function
/packages/modules/Bluetooth/system/osi/src/
Dallocator.cc73 void osi_free(void* ptr) { free(ptr); } in osi_free() function
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc256 void osi_free(void* ptr) { inc_func_call_count(__func__); } in osi_free() function