HomeSort by relevance Sort by last modified time
    Searched full:devicescheduler (Results 1 - 5 of 5) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
DeviceScheduler.cpp 33 #include "DeviceScheduler.h"
37 void DeviceScheduler::run(
Android.mk 21 $(DEVICE_PATH)/DeviceScheduler.cpp \
DeviceScheduler.h 40 class DeviceScheduler: public CThread
MobiCoreDevice.cpp 37 #include "DeviceScheduler.h"
181 LOG_I("Starting DeviceScheduler...");
183 DeviceScheduler::start();
185 LOG_I("No DeviceScheduler available.");
236 if (DeviceScheduler::isExiting()) {
238 DeviceScheduler::join();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 53 #include "DeviceScheduler.h"
75 class MobiCoreDevice : public DeviceScheduler, public DeviceIrqHandler

Completed in 111 milliseconds