Home
last modified time | relevance | path

Searched refs:buffer_allocator (Results 1 – 9 of 9) sorted by relevance

/system/bt/hci/src/
Dhci_packet_parser.cc32 static const allocator_t* buffer_allocator; variable
42 buffer_allocator->free(response); in parse_generic_command_complete()
55 buffer_allocator->free(response); in parse_read_buffer_size_response()
69 buffer_allocator->free(response); in parse_read_local_version_info_response()
85 buffer_allocator->free(response); in parse_read_local_supported_codecs_response()
95 buffer_allocator->free(response); in parse_read_bd_addr_response()
108 buffer_allocator->free(response); in parse_read_local_supported_commands_response()
126 buffer_allocator->free(response); in parse_read_local_extended_features_response()
136 buffer_allocator->free(response); in parse_ble_read_white_list_size_response()
148 buffer_allocator->free(response); in parse_ble_read_buffer_size_response()
[all …]
Dpacket_fragmenter.cc48 static const allocator_t* buffer_allocator; variable
139 buffer_allocator->free(packet); in reassemble_and_dispatch()
153 buffer_allocator->free(hdl); in reassemble_and_dispatch()
159 buffer_allocator->free(packet); in reassemble_and_dispatch()
173 buffer_allocator->free(packet); in reassemble_and_dispatch()
188 (BT_HDR*)buffer_allocator->alloc(full_length + sizeof(BT_HDR)); in reassemble_and_dispatch()
203 buffer_allocator->free(packet); in reassemble_and_dispatch()
210 buffer_allocator->free(packet); in reassemble_and_dispatch()
233 buffer_allocator->free(packet); in reassemble_and_dispatch()
254 buffer_allocator = buffer_allocator_get_interface(); in packet_fragmenter_get_interface()
[all …]
Dhci_layer.cc95 static const allocator_t* buffer_allocator; variable
369 buffer_allocator->free(wait_entry->command); in enqueue_command()
397 buffer_allocator->free(packet); in enqueue_packet()
421 buffer_allocator->free(packet); in transmit_fragment()
428 buffer_allocator->free(packet); in fragmenter_transmit_finished()
624 buffer_allocator->free(packet); in filter_incoming_event()
635 buffer_allocator->free(packet); in filter_incoming_event()
639 buffer_allocator->free(wait_entry->command); in filter_incoming_event()
643 buffer_allocator->free(packet); in filter_incoming_event()
724 buffer_allocator = buffer_allocator_get_interface(); in hci_layer_get_interface()
[all …]
Dhci_inject.cc62 static const allocator_t* buffer_allocator; variable
174 BT_HDR* buf = (BT_HDR*)buffer_allocator->alloc(BT_HDR_SIZE + packet_len); in read_ready()
202 buffer_allocator = buffer_allocator_get_interface(); in hci_inject_get_interface()
Dhci_layer_android.cc69 buffer_allocator = buffer_allocator_get_interface(); in BluetoothHciCallbacks()
75 reinterpret_cast<BT_HDR*>(buffer_allocator->alloc(packet_size)); in WrapPacketAndCopy()
110 const allocator_t* buffer_allocator; member in BluetoothHciCallbacks
Dhci_packet_factory.cc30 static const allocator_t* buffer_allocator; variable
192 BT_HDR* ret = (BT_HDR*)buffer_allocator->alloc(sizeof(BT_HDR) + data_size); in make_packet()
226 buffer_allocator = buffer_allocator_get_interface(); in hci_packet_factory_get_interface()
Dhci_layer_linux.cc110 const allocator_t* buffer_allocator = buffer_allocator_get_interface(); in monitor_socket() local
124 reinterpret_cast<BT_HDR*>(buffer_allocator->alloc(packet_size)); in monitor_socket()
/system/bt/hci/
DAndroid.bp21 "src/buffer_allocator.cc",
DBUILD.gn22 "src/buffer_allocator.cc",