Home
last modified time | relevance | path

Searched refs:mem_max_cnt (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_main.cc44 osi_info.mem_max_cnt = OSI_MAX_MEM_POOL; in OSI_init()
51 osi_info.mem_max_cnt = index; in OSI_init()
81 for (index = 0; index < osi_info.mem_max_cnt; index++) { in OSI_deinit()
Dosi_memory.cc48 for (index = 0; index < osi_info.mem_max_cnt; index++) { in OSI_mem_get()
61 osi_info.mem_max_cnt); in OSI_mem_get()
68 osi_info.mem_max_cnt++; in OSI_mem_get()
70 osi_info.mem_max_cnt); in OSI_mem_get()
Dosi_common.h113 int32_t mem_max_cnt; /* Maximum number of allocated memory pool */ member