OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rspGetMobiCoreVersion
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp
678
mcDrvRspGetMobiCoreVersion_t
rspGetMobiCoreVersion
;
680
mcResult_t mcResult = device->getMobiCoreVersion(&
rspGetMobiCoreVersion
.payload);
688
rspGetMobiCoreVersion
.header.responseId = MC_DRV_OK;
690
&
rspGetMobiCoreVersion
,
691
sizeof(
rspGetMobiCoreVersion
));
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h
367
mcpRspGetMobiCoreVersion_t
rspGetMobiCoreVersion
; /**< Response to GET_MOBICORE_VERSION command. */
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp
620
uint32_t mcRet = mcpMessage->
rspGetMobiCoreVersion
.rspHeader.result;
627
pRspGetMobiCoreVersionPayload->versionInfo = mcpMessage->
rspGetMobiCoreVersion
.versionInfo;
Completed in 34 milliseconds