Searched refs:buffer_allocator_interface (Results 1 – 10 of 10) sorted by relevance
/system/bt/test/mock/ |
D | mock_hci_layer.h | 147 const allocator_t* buffer_allocator_interface, 150 body{[](const allocator_t* buffer_allocator_interface, 156 const allocator_t* buffer_allocator_interface, in operator() 159 return body(buffer_allocator_interface, btsnoop_interface, in operator()
|
D | mock_hci_layer.cc | 117 const allocator_t* buffer_allocator_interface, in hci_layer_get_test_interface() argument 122 buffer_allocator_interface, btsnoop_interface, in hci_layer_get_test_interface()
|
D | mock_hci_packet_parser.cc | 38 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
|
/system/bt/stack/test/common/ |
D | mock_hci_packet_parser.cc | 38 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
|
/system/bt/hci/include/ |
D | packet_fragmenter.h | 64 const allocator_t* buffer_allocator_interface);
|
D | hci_layer.h | 90 const allocator_t* buffer_allocator_interface,
|
D | hci_packet_parser.h | 99 allocator_t* buffer_allocator_interface);
|
/system/bt/hci/src/ |
D | hci_packet_parser.cc | 325 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument 326 buffer_allocator = buffer_allocator_interface; in hci_packet_parser_get_test_interface()
|
D | packet_fragmenter.cc | 506 const allocator_t* buffer_allocator_interface) { in packet_fragmenter_get_test_interface() argument 508 buffer_allocator = buffer_allocator_interface; in packet_fragmenter_get_test_interface()
|
D | hci_layer.cc | 913 const allocator_t* buffer_allocator_interface, in hci_layer_get_test_interface() argument 916 buffer_allocator = buffer_allocator_interface; in hci_layer_get_test_interface()
|