HomeSort by relevance Sort by last modified time
    Searched refs:MobiCoreDevice (Results 1 - 7 of 7) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 43 #include "MobiCoreDevice.h"
49 #include "public/MobiCoreDevice.h"
53 MobiCoreDevice::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::getSessionConnection(uint32_t sessionId, notification_t *notification
    [all...]
Android.mk 22 $(DEVICE_PATH)/MobiCoreDevice.cpp \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/public/
MobiCoreDevice.h 60 class MobiCoreDevice;
73 extern MobiCoreDevice *getDeviceInstance(void);
75 class MobiCoreDevice : public DeviceScheduler, public DeviceIrqHandler
104 MobiCoreDevice();
118 virtual ~MobiCoreDevice();
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 47 #include "MobiCoreDevice.h"
62 static void checkMobiCoreVersion(MobiCoreDevice *mobiCoreDevice);
74 mobiCoreDevice = NULL;
97 mobiCoreDevice->closeSession(res->conn, res->sessionId);
98 mobiCoreDevice->unregisterWsmL2(res->pTciWsm);
100 delete mobiCoreDevice;
124 mobiCoreDevice = getDeviceInstance();
128 if (!mobiCoreDevice->initDevice(
136 mobiCoreDevice->start()
    [all...]
MobiCoreDriverDaemon.h 40 #include "MobiCoreDevice.h"
111 MobiCoreDevice *mobiCoreDevice;
138 MobiCoreDevice *getDevice(
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 48 #include "MobiCoreDevice.h"
53 class TrustZoneDevice : public MobiCoreDevice
77 // static MobiCoreDevice* getDeviceInstance(
TrustZoneDevice.cpp 46 #include "MobiCoreDevice.h"
62 __attribute__ ((weak)) MobiCoreDevice *getDeviceInstance(

Completed in 1598 milliseconds