Home
last modified time | relevance | path

Searched refs:schedulerAvailable (Results 1 – 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
DTrustZoneDevice.h134 bool schedulerAvailable(void);
DTrustZoneDevice.cpp522 bool TrustZoneDevice::schedulerAvailable(void) in schedulerAvailable() function in TrustZoneDevice
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
DMobiCoreDevice.h168 virtual bool schedulerAvailable(void) = 0;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DMobiCoreDevice.cpp180 if (schedulerAvailable()) { in start()