Searched refs:allocator_malloc (Results 1 – 7 of 7) sorted by relevance
/system/bt/osi/test/ |
D | eager_reader_test.cpp | 118 …eager_reader_t *reader = eager_reader_new(pipefd[0], &allocator_malloc, BUFFER_SIZE, SIZE_MAX, "te… in TEST_F() 124 …eager_reader_t *reader = eager_reader_new(pipefd[0], &allocator_malloc, BUFFER_SIZE, SIZE_MAX, "te… in TEST_F() 137 …eager_reader_t *reader = eager_reader_new(pipefd[0], &allocator_malloc, BUFFER_SIZE, SIZE_MAX, "te… in TEST_F()
|
/system/bt/osi/include/ |
D | allocator.h | 33 extern const allocator_t allocator_malloc;
|
/system/bt/osi/src/ |
D | allocator.c | 62 const allocator_t allocator_malloc = { variable
|
/system/bt/hci/src/ |
D | hci_hal_mct.c | 95 …event_stream = eager_reader_new(uart_fds[CH_EVT], &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, S… in hal_open() 101 …acl_stream = eager_reader_new(uart_fds[CH_ACL_IN], &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, … in hal_open()
|
D | hci_hal_h4.c | 77 …uart_stream = eager_reader_new(uart_fd, &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, SIZE_MAX, "… in hal_open()
|
/system/bt/hci/test/ |
D | hci_layer_test.cpp | 484 return allocator_malloc.alloc(size); 488 allocator_malloc.free(ptr); 529 packet_fragmenter_get_test_interface(&controller, &allocator_malloc),
|
D | packet_fragmenter_test.cpp | 287 &allocator_malloc);
|