Home
last modified time | relevance | path

Searched refs:TrustZoneDevice (Results 1 – 3 of 3) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.cpp66 return new TrustZoneDevice(); in getDeviceInstance()
70 TrustZoneDevice::TrustZoneDevice( in TrustZoneDevice() function in TrustZoneDevice
78 TrustZoneDevice::~TrustZoneDevice( in ~TrustZoneDevice()
93 bool TrustZoneDevice::initDevice( in initDevice()
194 void TrustZoneDevice::initDeviceStep2( in initDeviceStep2()
203 bool TrustZoneDevice::yield( in yield()
216 bool TrustZoneDevice::nsiq( in nsiq()
239 void TrustZoneDevice::notify( in notify()
274 uint32_t TrustZoneDevice::getMobicoreStatus(void) in getMobicoreStatus()
284 bool TrustZoneDevice::checkMciVersion(void) in checkMciVersion()
[all …]
DTrustZoneDevice.h53 class TrustZoneDevice : public MobiCoreDevice
73 TrustZoneDevice(void);
75 virtual ~TrustZoneDevice(void);
DAndroid.mk13 LOCAL_SRC_FILES += $(GENERIC_PATH)/TrustZoneDevice.cpp