Home
last modified time | relevance | path

Searched refs:GKI_os_malloc (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/nfc/src/gki/common/
H A Dgki.h435 extern void* GKI_os_malloc(uint32_t);
H A Dgki_buffer.cc101 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()
279 p_hdr = (BUFFER_HDR_T*)GKI_os_malloc(total_sz); in GKI_getbuf()
1234 if (!p_mem_pool) p_mem_pool = GKI_os_malloc(mem_needed); in GKI_create_pool()
/aosp12/hardware/st/nfc/1.0/gki/common/
H A Dgki.h466 extern void* GKI_os_malloc(uint32_t);
/aosp12/hardware/st/nfc/st21nfc/gki/common/
H A Dgki.h466 extern void* GKI_os_malloc(uint32_t);
/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc982 void* GKI_os_malloc(uint32_t size) { return (malloc(size)); } in GKI_os_malloc() function