Searched refs:deviceId (Results 1 – 11 of 11) sorted by relevance
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
D | ClientLib.cpp | 73 Device *resolveDeviceId(uint32_t deviceId) in resolveDeviceId() argument 79 if (device->deviceId == deviceId) { in resolveDeviceId() 95 bool removeDevice(uint32_t deviceId) in removeDevice() argument 102 if (device->deviceId == deviceId) { in removeDevice() 174 __MC_CLIENT_LIB_API mcResult_t mcOpenDevice(uint32_t deviceId) in mcOpenDevice() argument 181 LOG_I("===%s(%i)===", __FUNCTION__, deviceId); in mcOpenDevice() 184 Device *device = resolveDeviceId(deviceId); in mcOpenDevice() 186 LOG_E("Device %d already opened", deviceId); in mcOpenDevice() 219 SEND_TO_DAEMON(devCon, MC_DRV_CMD_OPEN_DEVICE, deviceId); in mcOpenDevice() 230 device = new Device(deviceId, devCon); in mcOpenDevice() [all …]
|
D | Device.h | 55 uint32_t deviceId; /**< Device identifier */ 60 uint32_t deviceId,
|
D | Device.cpp | 46 Device::Device(uint32_t deviceId, Connection *connection) in Device() argument 48 this->deviceId = deviceId; in Device()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/ |
D | MobiCoreDriverApi.h | 155 uint32_t deviceId; /**< Device ID the session belongs to */ member 194 uint32_t deviceId 212 uint32_t deviceId 326 uint32_t deviceId, 350 uint32_t deviceId, 463 uint32_t deviceId,
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/ |
D | MobiCoreDriverCmd.h | 71 uint32_t deviceId; member 90 uint32_t deviceId; member 166 uint32_t deviceId; member
|
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
D | ThermalCoolingDevice.java | 81 public void setDeviceId(int deviceId) { in setDeviceId() argument 82 mDeviceId = deviceId; in setDeviceId()
|
D | ThermalCooling.java | 610 int deviceId; in handleThermalEvent() local 638 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent() 640 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent() 652 if (existingState != targetState) throttleDevice(deviceId, targetState); in handleThermalEvent() 666 deviceId = CdeviceInfo.getCoolingDeviceId(); in handleThermalEvent() 668 tDevice = ThermalManager.sCDevMap.get(deviceId); in handleThermalEvent() 680 throttleDevice(deviceId, targetState); in handleThermalEvent()
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/ |
D | MobiCoreDriverDaemon.cpp | 183 uint32_t deviceId in getDevice() argument 187 if (MC_DEVICE_ID_DEFAULT != deviceId) in getDevice() 272 cmdOpenSession.deviceId = MC_DEVICE_ID_DEFAULT; in loadDeviceDriver() 365 LOG_I(" Opening deviceId %d ", cmdOpenDevice.deviceId); in processOpenDevice() 368 device = getDevice(cmdOpenDevice.deviceId); in processOpenDevice() 517 device = getDevice(cmd.deviceId); in processNqConnect()
|
D | MobiCoreDriverDaemon.h | 139 uint32_t deviceId
|
/hardware/samsung_slsi/exynos5/libsecurepath/ |
D | tlc_communication.cpp | 51 comm_ctx->handle.deviceId = comm_ctx->device_id; // The device ID (default device is used) in tlc_open()
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
D | tlcTeeKeymaster_if.c | 88 pSessionHandle->deviceId = DEVICE_ID; in TEE_Open()
|