Searched refs:osi_malloc (Results 1 - 16 of 16) sorted by relevance

/system/bt/osi/include/
H A Dallocator.h38 void *osi_malloc(size_t size);
/system/bt/osi/src/
H A Dallocator.c42 void *osi_malloc(size_t size) { function
63 osi_malloc,
H A Dsemaphore.c42 semaphore_t *ret = osi_malloc(sizeof(semaphore_t));
H A Dthread.c142 work_item_t *item = (work_item_t *)osi_malloc(sizeof(work_item_t));
/system/bt/btif/src/
H A Dbtif_profile_queue.c84 connect_node_t *p_node = osi_malloc(sizeof(connect_node_t));
H A Dbtif_sm.c89 p_cb = (btif_sm_cb_t *)osi_malloc(sizeof(btif_sm_cb_t));
H A Dbtif_sock_l2cap.c137 uint8_t *buf = osi_malloc(len);
1007 uint8_t *buffer = osi_malloc(L2CAP_MAX_SDU_LENGTH);
H A Dbtif_sdp_server.c189 bluetooth_sdp_record* record = osi_malloc(record_size);
H A Dbtif_storage.c909 devices_list = (bt_bdaddr_t*)osi_malloc(sizeof(bt_bdaddr_t)*bonded_devices.num_devices);
H A Dbtif_dm.c242 dst_dm_sec->ble_key.p_key_value = osi_malloc(sizeof(tBTM_LE_KEY_VALUE));
/system/bt/hci/test/
H A Dpacket_fragmenter_test.cpp73 BT_HDR *packet = (BT_HDR *)osi_malloc(size + sizeof(BT_HDR));
142 BT_HDR *packet = (BT_HDR *)osi_malloc(length_to_send + 4 + sizeof(BT_HDR));
164 BT_HDR *packet = (BT_HDR *)osi_malloc(data_length + sizeof(BT_HDR));
H A Dhci_layer_test.cpp96 BT_HDR *packet = (BT_HDR *)osi_malloc(size + sizeof(BT_HDR));
/system/bt/btcore/src/
H A Dmodule.c167 state_ptr = osi_malloc(sizeof(module_state_t));
H A Dproperty.c215 property->val = osi_malloc(len);
/system/bt/gki/common/
H A Dgki_buffer.c204 BUFFER_HDR_T *header = osi_malloc(size + BUFFER_HDR_SIZE);
/system/bt/bta/sdp/
H A Dbta_sdp_act.c488 tBT_UUID *bta_sdp_search_uuid = osi_malloc(sizeof(tBT_UUID));

Completed in 367 milliseconds