OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unlockWsmL2
(Results
1 - 7
of
7
) sorted by null
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h
118
bool
unlockWsmL2
(uint32_t handle);
TrustZoneDevice.cpp
474
bool TrustZoneDevice::
unlockWsmL2
(uint32_t handle)
477
int ret = pMcKMod->
unlockWsmL2
(handle);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h
124
mcResult_t
unlockWsmL2
(uint32_t handle);
CMcKMod.cpp
419
mcResult_t CMcKMod::
unlockWsmL2
(uint32_t handle)
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp
85
unlockWsmL2
(pWsm->handle);
298
unlockWsmL2
(handle);
307
unlockWsmL2
(handle);
315
unlockWsmL2
(handle);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h
203
virtual bool
unlockWsmL2
(uint32_t handle) = 0;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp
646
device->
unlockWsmL2
(cmd.handle);
Completed in 2637 milliseconds