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

/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
H A DMobiCoreDriverApi.h172 #define MC_MAX_TCI_LEN 0x100000 /**< TCI/DCI must not exceed 1MiB */ macro
223 * @param [in] tciLen Length of the TCI buffer. Maximum allowed value is MC_MAX_TCI_LEN.
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp315 if (len > MC_MAX_TCI_LEN) {
316 LOG_E("TCI length is longer than %d", MC_MAX_TCI_LEN);

Completed in 21 milliseconds