Searched defs:buffer_allocator (Results 1 - 7 of 7) sorted by relevance

/system/bt/hci/src/
H A Dhci_layer_android.cc29 #include "buffer_allocator.h"
60 buffer_allocator = buffer_allocator_get_interface();
66 reinterpret_cast<BT_HDR*>(buffer_allocator->alloc(packet_size));
101 const allocator_t* buffer_allocator; member in class:BluetoothHciCallbacks
H A Dhci_inject.cc28 #include "buffer_allocator.h"
62 static const allocator_t* buffer_allocator; variable
174 BT_HDR* buf = (BT_HDR*)buffer_allocator->alloc(BT_HDR_SIZE + packet_len);
202 buffer_allocator = buffer_allocator_get_interface();
H A Dhci_packet_factory.cc22 #include "buffer_allocator.h"
30 static const allocator_t* buffer_allocator; variable
188 BT_HDR* ret = (BT_HDR*)buffer_allocator->alloc(sizeof(BT_HDR) + data_size);
221 buffer_allocator = buffer_allocator_get_interface();
H A Dhci_packet_parser.cc25 #include "buffer_allocator.h"
32 static const allocator_t* buffer_allocator; variable
42 buffer_allocator->free(response);
55 buffer_allocator->free(response);
69 buffer_allocator->free(response);
85 buffer_allocator->free(response);
95 buffer_allocator->free(response);
108 buffer_allocator->free(response);
126 buffer_allocator->free(response);
136 buffer_allocator
[all...]
H A Dpacket_fragmenter.cc28 #include "buffer_allocator.h"
46 static const allocator_t* buffer_allocator; variable
146 buffer_allocator->free(hdl);
152 buffer_allocator->free(packet);
166 buffer_allocator->free(packet);
181 (BT_HDR*)buffer_allocator->alloc(full_length + sizeof(BT_HDR));
196 buffer_allocator->free(packet);
203 buffer_allocator->free(packet);
225 buffer_allocator->free(packet);
246 buffer_allocator
[all...]
H A Dhci_layer_linux.cc36 #include "buffer_allocator.h"
111 const allocator_t* buffer_allocator = buffer_allocator_get_interface(); local
125 reinterpret_cast<BT_HDR*>(buffer_allocator->alloc(packet_size));
H A Dhci_layer.cc39 #include "buffer_allocator.h"
88 static const allocator_t* buffer_allocator; variable
385 buffer_allocator->free(wait_entry->command);
412 buffer_allocator->free(packet);
433 buffer_allocator->free(packet);
439 buffer_allocator->free(packet);
606 buffer_allocator->free(packet);
617 buffer_allocator->free(packet);
621 buffer_allocator->free(wait_entry->command);
625 buffer_allocator
[all...]

Completed in 51 milliseconds