Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp53 #define NQ_NUM_ELEMS (16) macro
54 #define NQ_BUFFER_SIZE (2 * (sizeof(notificationQueueHeader_t)+ NQ_NUM_ELEMS * sizeof(notificat…
170 + sizeof(notificationQueueHeader_t) + NQ_NUM_ELEMS in initDevice()
174 nq = new NotificationQueue(nqStartIn, nqStartOut, NQ_NUM_ELEMS); in initDevice()