OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcInfo
(Results
1 - 3
of
3
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.cpp
277
pMcKMod->
fcInfo
(1, &status, NULL);
289
ret = pMcKMod->
fcInfo
(MC_EXT_INFO_ID_MCI_VERSION, NULL, &version);
291
LOG_E("pMcKMod->
fcInfo
() failed with %d", ret);
313
ret = pMcKMod->
fcInfo
(1, &status, &info);
315
ret = pMcKMod->
fcInfo
(2, &status, &info);
317
ret = pMcKMod->
fcInfo
(3, &status, &info);
319
ret = pMcKMod->
fcInfo
(4, &status, &info);
321
ret = pMcKMod->
fcInfo
(5, &status, &info);
323
ret = pMcKMod->
fcInfo
(6, &status, &info);
325
ret = pMcKMod->
fcInfo
(7, &status, &info)
[
all
...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h
102
int
fcInfo
(
CMcKMod.cpp
237
int CMcKMod::
fcInfo
(uint32_t extInfoId, uint32_t *pState, uint32_t *pExtInfo)
Completed in 1823 milliseconds