Home
last modified time | relevance | path

Searched refs:allocator_malloc (Results 1 – 7 of 7) sorted by relevance

/system/bt/osi/test/
Deager_reader_test.cpp118 …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/
Dallocator.h33 extern const allocator_t allocator_malloc;
/system/bt/osi/src/
Dallocator.c62 const allocator_t allocator_malloc = { variable
/system/bt/hci/src/
Dhci_hal_mct.c95 …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()
Dhci_hal_h4.c77 …uart_stream = eager_reader_new(uart_fd, &allocator_malloc, HCI_HAL_SERIAL_BUFFER_SIZE, SIZE_MAX, "… in hal_open()
/system/bt/hci/test/
Dhci_layer_test.cpp484 return allocator_malloc.alloc(size);
488 allocator_malloc.free(ptr);
529 packet_fragmenter_get_test_interface(&controller, &allocator_malloc),
Dpacket_fragmenter_test.cpp287 &allocator_malloc);