Searched defs:notification_t (Results 1 - 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcinq.h56 #define MIN_NQ_LEN (MIN_NQ_ELEM * sizeof(notification_t)) /**< Minimum notification length (in bytes). */
57 #define MAX_NQ_LEN (MAX_NQ_ELEM * sizeof(notification_t)) /**< Maximum notification length (in bytes). */
71 } notification_t; typedef in typeref:struct:__anon2821
103 notification_t notification[MIN_NQ_ELEM]; /**< Notification elements. */
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp62 } notification_t; typedef in typeref:struct:__anon3088
566 notification_t notification;
569 sizeof(notification_t),
588 if (numRead != sizeof(notification_t)) {

Completed in 182 milliseconds