HomeSort by relevance Sort by last modified time
    Searched defs:buffer_allocator (Results 1 - 6 of 6) sorted by null

  /system/bt/hci/src/
hci_packet_parser.c 25 #include "buffer_allocator.h"
32 static const allocator_t *buffer_allocator; variable
42 buffer_allocator->free(response);
56 buffer_allocator->free(response);
71 buffer_allocator->free(response);
88 buffer_allocator->free(response);
99 buffer_allocator->free(response);
111 buffer_allocator->free(response);
133 buffer_allocator->free(response);
144 buffer_allocator->free(response)
    [all...]
vendor.c 26 #include "buffer_allocator.h"
37 static const allocator_t *buffer_allocator; variable
158 return buffer_allocator->alloc(size);
164 buffer_allocator->free(buffer);
226 buffer_allocator = buffer_allocator_get_interface();
hci_inject.c 28 #include "buffer_allocator.h"
54 static const allocator_t *buffer_allocator; variable
174 BT_HDR *buf = (BT_HDR *)buffer_allocator->alloc(BT_HDR_SIZE + packet_len);
207 buffer_allocator = buffer_allocator_get_interface();
hci_packet_factory.c 23 #include "buffer_allocator.h"
30 static const allocator_t *buffer_allocator; variable
173 BT_HDR *ret = (BT_HDR *)buffer_allocator->alloc(sizeof(BT_HDR) + data_size);
205 buffer_allocator = buffer_allocator_get_interface();
packet_fragmenter.c 27 #include "buffer_allocator.h"
50 static const allocator_t *buffer_allocator; variable
150 buffer_allocator->free(partial_packet);
155 buffer_allocator->free(packet);
166 buffer_allocator->free(packet);
178 partial_packet = (BT_HDR *)buffer_allocator->alloc(full_length + sizeof(BT_HDR));
192 buffer_allocator->free(packet);
196 buffer_allocator->free(packet);
215 buffer_allocator->free(packet);
239 buffer_allocator = buffer_allocator_get_interface()
    [all...]
hci_layer.c 32 #include "buffer_allocator.h"
112 static const allocator_t *buffer_allocator; variable
301 fixed_queue_free(packet_queue, buffer_allocator->free);
513 buffer_allocator->free(packet);
518 buffer_allocator->free(packet);
574 incoming->buffer = (BT_HDR *)buffer_allocator->alloc(buffer_size);
708 buffer_allocator->free(packet);
712 buffer_allocator->free(wait_entry->command);
716 buffer_allocator->free(packet);
732 buffer_allocator->free(packet)
    [all...]

Completed in 81 milliseconds