Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
DMobiCoreDriverApi.h172 #define MC_MAX_TCI_LEN 0x100000 /**< TCI/DCI must not exceed 1MiB */ macro
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
DClientLib.cpp315 if (len > MC_MAX_TCI_LEN) { in mcOpenSession()
316 LOG_E("TCI length is longer than %d", MC_MAX_TCI_LEN); in mcOpenSession()