Home
last modified time | relevance | path

Searched refs:buffer_allocator_get_interface (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/bt/hci/include/
H A Dbuffer_allocator.h23 const allocator_t* buffer_allocator_get_interface();
/aosp12/system/bt/hci/src/
H A Dbuffer_allocator.cc31 const allocator_t* buffer_allocator_get_interface() { return &interface; } in buffer_allocator_get_interface() function
H A Dhci_inject.cc205 buffer_allocator = buffer_allocator_get_interface(); in hci_inject_get_interface()
H A Dhci_packet_factory.cc250 buffer_allocator = buffer_allocator_get_interface(); in hci_packet_factory_get_interface()
H A Dhci_layer_android.cc95 buffer_allocator = buffer_allocator_get_interface(); in BluetoothHciCallbacks()
H A Dhci_packet_parser.cc320 buffer_allocator = buffer_allocator_get_interface(); in hci_packet_parser_get_interface()
H A Dhci_layer_linux.cc110 const allocator_t* buffer_allocator = buffer_allocator_get_interface(); in monitor_socket()
H A Dpacket_fragmenter.cc500 buffer_allocator = buffer_allocator_get_interface(); in packet_fragmenter_get_interface()
H A Dhci_layer.cc895 buffer_allocator = buffer_allocator_get_interface(); in hci_layer_get_interface_legacy()
/aosp12/system/bt/hci/test/
H A Dhci_layer_test.cc47 const allocator_t* buffer_allocator_get_interface() { in buffer_allocator_get_interface() function