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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp659 mcDrvRspGetVersion_t rspGetVersion; local
660 rspGetVersion.version = MC_MAKE_VERSION(DAEMON_VERSION_MAJOR, DAEMON_VERSION_MINOR);
661 rspGetVersion.responseId = MC_DRV_OK;
663 connection->writeData(&rspGetVersion, sizeof(mcDrvRspGetVersion_t));

Completed in 42 milliseconds