Home
last modified time | relevance | path

Searched refs:OSI_MAX_MEM_POOL (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung/nfc/halimpl/osi/
Dosi_common.h35 #define OSI_MAX_MEM_POOL (10) macro
109 sOSI_MEM mem[OSI_MAX_MEM_POOL];
111 sOSI_MEM* mem[OSI_MAX_MEM_POOL];
Dosi_main.cc44 osi_info.mem_max_cnt = OSI_MAX_MEM_POOL; in OSI_init()
45 for (index = 0; index < OSI_MAX_MEM_POOL; index++) { in OSI_init()
50 index, OSI_MAX_MEM_POOL); in OSI_init()