Searched refs:MobiCoreDevice (Results 1 - 7 of 7) sorted by relevance

/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp43 #include "MobiCoreDevice.h"
49 #include "public/MobiCoreDevice.h"
53 MobiCoreDevice::MobiCoreDevice() function in class:MobiCoreDevice
59 MobiCoreDevice::~MobiCoreDevice()
66 TrustletSession *MobiCoreDevice::getTrustletSession(uint32_t sessionId)
80 void MobiCoreDevice::cleanSessionBuffers(TrustletSession *session)
90 void MobiCoreDevice::removeTrustletSession(uint32_t sessionId)
103 Connection *MobiCoreDevice
[all...]
H A DAndroid.mk22 $(DEVICE_PATH)/MobiCoreDevice.cpp \
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
H A DMobiCoreDevice.h60 class MobiCoreDevice;
73 extern MobiCoreDevice *getDeviceInstance(void);
75 class MobiCoreDevice : public DeviceScheduler, public DeviceIrqHandler class in inherits:DeviceScheduler,DeviceIrqHandler
104 MobiCoreDevice();
118 virtual ~MobiCoreDevice();
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
H A DMobiCoreDriverDaemon.cpp47 #include "MobiCoreDevice.h"
62 static void checkMobiCoreVersion(MobiCoreDevice *mobiCoreDevice);
182 MobiCoreDevice *MobiCoreDriverDaemon::getDevice(
199 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData);
358 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData);
393 MobiCoreDevice *device = (MobiCoreDevice *) (connection->connectionData);
414 MobiCoreDevice *devic
[all...]
H A DMobiCoreDriverDaemon.h40 #include "MobiCoreDevice.h"
111 MobiCoreDevice *mobiCoreDevice;
138 MobiCoreDevice *getDevice(
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
H A DTrustZoneDevice.h48 #include "MobiCoreDevice.h"
53 class TrustZoneDevice : public MobiCoreDevice
77 // static MobiCoreDevice* getDeviceInstance(
H A DTrustZoneDevice.cpp46 #include "MobiCoreDevice.h"
62 __attribute__ ((weak)) MobiCoreDevice *getDeviceInstance(

Completed in 79 milliseconds