Searched refs:uuid (Results 1 - 25 of 42) sorted by relevance

12

/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.h28 mcUuid_t uuid; member in struct:__anon1522
H A Dtlc_communication.cpp53 mcRet = mcOpenSession(&(comm_ctx->handle), &(comm_ctx->uuid), (uint8_t *)(comm_ctx->tci_msg),
H A Dcontent_protect.cpp33 cp_ctx.uuid = (mcUuid_t)TL_WV_DRM_UUID;
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
H A DMobiCoreRegistry.h109 * @param uuid Trustlet UUID.
113 mcResult_t mcRegistryStoreTrustletCon(const mcUuid_t *uuid, const mcSoTltCont_t *so);
116 * @param uuid Trustlet UUID.
120 mcResult_t mcRegistryReadTrustletCon(const mcUuid_t *uuid, mcSoTltCont_t *so);
123 * @param uuid Trustlet UUID.
126 mcResult_t mcRegistryCleanupTrustlet(const mcUuid_t *uuid);
157 * @param uuid service UUID
162 regObject_t *mcRegistryGetServiceBlob(const mcUuid_t *uuid);
/hardware/libhardware/include/hardware/
H A Dbt_sock.h44 * listen to a rfcomm uuid or channel. It returns the socket fd from which
49 * connect to a rfcomm uuid channel of remote device, It returns the socket fd from which
52 bt_status_t (*connect)(const bt_bdaddr_t *bd_addr, btsock_type_t type, const uint8_t* uuid, int channel, int* sock_fd, int flags);
H A Dbluetooth.h113 bt_uuid_t uuid; member in struct:__anon157
385 bt_uuid_t *uuid);
H A Daudio_effect.h44 // http://www.itu.int/ITU-T/asn1/uuid.html)
45 // This format is used for both "type" and "uuid" fields of the effect descriptor structure.
48 // - When used as uuid, it should be a unique UUID for this particular implementation.
71 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s
899 // library. Each effect must have a unique effect uuid (see
949 // Description: Creates an effect engine of the specified implementation uuid and
955 // uuid: pointer to the effect uuid.
970 // -ENOENT no effect with this uuid found
974 int32_t (*create_effect)(const effect_uuid_t *uuid,
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
H A DRegistry.cpp74 static const string getTlContFilePath(const mcUuid_t *uuid);
75 static const string getTlDataPath(const mcUuid_t *uuid);
76 static const string getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid);
77 static const string getTlBinFilePath(const mcUuid_t *uuid);
283 const mcUuid_t *uuid,
287 if ((NULL == uuid) || (NULL == so)) {
288 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
292 LOG_E("mcRegistry store So.TrustletCont(uuid) failed: %d", MC_DRV_ERR_INVALID_PARAMETER);
295 const string &tlContFilePath = getTlContFilePath(uuid);
300 LOG_E("mcRegistry store So.TrustletCont(uuid) faile
282 mcRegistryStoreTrustletCon( const mcUuid_t *uuid, const mcSoTltCont_t *so ) argument
313 mcRegistryReadTrustletCon( const mcUuid_t *uuid, mcSoTltCont_t *so ) argument
893 getTlContFilePath(const mcUuid_t *uuid) argument
899 getTlDataPath(const mcUuid_t *uuid) argument
905 getTlDataFilePath(const mcUuid_t *uuid, mcPid_t pid) argument
911 getTlBinFilePath(const mcUuid_t *uuid) argument
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcContainer.h149 mcUuid_t uuid; member in union:__anon1790
197 mcUuid_t uuid; member in struct:__anon1794
206 mcUuid_t uuid; member in struct:__anon1795
H A DmcLoadFormat.h122 mcUuid_t uuid; /**< Loadable service unique identifier (UUID). */ member in struct:__anon1809
H A DmcSo.h99 mcUuid_t uuid; member in struct:__anon1815
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_Types.h131 * Structure to capture uuid information.
135 struct DSP_UUID *uuid; member in struct:LCML_UUIDINFO
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
H A Dcmp.h1135 mcUuid_t uuid; member in struct:__anon1709
1194 mcUuid_t uuid; member in struct:__anon1717
1260 mcUuid_t uuid; member in struct:__anon1727
1319 mcUuid_t uuid; member in struct:__anon1735
1375 mcUuid_t uuid; member in struct:__anon1743
1432 mcUuid_t uuid; member in struct:__anon1751
1568 mcUuid_t uuid; member in struct:__anon1769
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
H A DMobiCoreDriverCmd.h91 mcUuid_t uuid; member in struct:MC_DRV_CMD_OPEN_SESSION_struct
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
H A Dmcimcp.h235 * associated with the uuid passed.
236 * The uuid passed must match the uuid contained in the load data (if available).
243 mcUuid_t uuid; /**< Byte array containing the service UUID. */ member in struct:__anon1542
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
H A DMobiCoreDriverApi.h221 * @param [in] uuid UUID of the Trustlet to be opened.
235 const mcUuid_t *uuid,
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DClientLib.cpp300 const mcUuid_t *uuid,
312 CHECK_NOT_NULL(uuid);
343 *uuid,
298 mcOpenSession( mcSessionHandle_t *session, const mcUuid_t *uuid, uint8_t *tci, uint32_t len ) argument
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp272 mcpMessage->cmdOpen.uuid = cmdOpenSession->uuid;
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_if.c43 static const mcUuid_t uuid = TEE_KEYMASTER_TL_UUID; variable
90 &uuid,
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c296 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid,
343 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid,
360 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
611 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid,
661 (struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[0].uuid,
671 (struct DSP_UUID *)phandle->dspCodec->DeviceInfo.AllUUIDs[0].uuid,
1667 status = DSPManager_UnregisterObject ((struct DSP_UUID *) hInterface->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid,
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c6819 lcml_dsp->NodeInfo.AllUUIDs[0].uuid = (struct DSP_UUID *)&WMVDSOCKET_TI_UUID;
6823 lcml_dsp->NodeInfo.AllUUIDs[1].uuid = (struct DSP_UUID *)&WMVDSOCKET_TI_UUID;
6827 lcml_dsp->NodeInfo.AllUUIDs[2].uuid = (struct DSP_UUID *)&USN_UUID;
6831 lcml_dsp->NodeInfo.AllUUIDs[3].uuid = (struct DSP_UUID *)&RINGIO_TI_UUID;
6835 lcml_dsp->NodeInfo.AllUUIDs[4].uuid = (struct DSP_UUID *)&CONVERSIONS_UUID;
7059 lcml_dsp->NodeInfo.AllUUIDs[0].uuid = (struct DSP_UUID *)&H264VDSOCKET_TI_UUID;
7063 lcml_dsp->NodeInfo.AllUUIDs[1].uuid = (struct DSP_UUID *)&H264VDSOCKET_TI_UUID;
7067 lcml_dsp->NodeInfo.AllUUIDs[2].uuid = (struct DSP_UUID *)&USN_UUID;
7071 lcml_dsp->NodeInfo.AllUUIDs[3].uuid = (struct DSP_UUID *)&RINGIO_TI_UUID;
7075 lcml_dsp->NodeInfo.AllUUIDs[4].uuid
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c160 plcml_Init->NodeInfo.AllUUIDs[0].uuid = &G711DECSOCKET_TI_UUID;
164 plcml_Init->NodeInfo.AllUUIDs[1].uuid = &G711DECSOCKET_TI_UUID;
168 plcml_Init->NodeInfo.AllUUIDs[2].uuid = &USN_TI_UUID;
190 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
195 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c145 plcml_Init->NodeInfo.AllUUIDs[0].uuid = &G711ENCSOCKET_TI_UUID;
149 plcml_Init->NodeInfo.AllUUIDs[1].uuid = &G711ENCSOCKET_TI_UUID;
153 plcml_Init->NodeInfo.AllUUIDs[2].uuid = &USN_TI_UUID;
174 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
178 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c273 plcml_Init->NodeInfo.AllUUIDs[0].uuid = &G722ENCSOCKET_TI_UUID;
277 plcml_Init->NodeInfo.AllUUIDs[1].uuid = &G722ENCSOCKET_TI_UUID;
281 plcml_Init->NodeInfo.AllUUIDs[2].uuid = &ENCODE_COMMON_TI_UUID;
327 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &TEEDN_TI_UUID;
330 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c205 plcml_Init->NodeInfo.AllUUIDs[0].uuid = &G726ENCSOCKET_TI_UUID;
209 plcml_Init->NodeInfo.AllUUIDs[1].uuid = &G726ENCSOCKET_TI_UUID;
213 /*plcml_Init->NodeInfo.AllUUIDs[2].uuid = &USN_TI_UUID;*/
214 plcml_Init->NodeInfo.AllUUIDs[2].uuid = &USN_TI_UUID;
244 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &ACDN_TI_UUID;
248 plcml_Init->DeviceInfo.AllUUIDs[0].uuid = &DCTN_TI_UUID;

Completed in 249 milliseconds

12