Searched defs:uuid (Results 1 - 16 of 16) sorted by relevance

/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dtlc_communication.h28 mcUuid_t uuid; member in struct:__anon1558
/hardware/libhardware/include/hardware/
H A Dbt_gatt_types.h35 bt_uuid_t uuid; member in struct:__anon205
H A Dbluetooth.h115 bt_uuid_t uuid; member in struct:__anon177
408 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.
72 effect_uuid_t uuid; // UUID for this particular implementation member in struct:effect_descriptor_s
933 // Description: Creates an effect engine of the specified implementation uuid and
939 // uuid: pointer to the effect uuid.
954 // -ENOENT no effect with this uuid found
958 int32_t (*create_effect)(const effect_uuid_t *uuid,
990 // uuid
[all...]
/hardware/samsung_slsi/exynos5/libkeymaster/
H A DtlcTeeKeymaster_if.c43 static const mcUuid_t uuid = TEE_KEYMASTER_TL_UUID; variable
90 &uuid,
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
H A DmcLoadFormat.h122 mcUuid_t uuid; /**< Loadable service unique identifier (UUID). */ member in struct:__anon1845
H A DmcSo.h99 mcUuid_t uuid; member in struct:__anon1851
H A DmcContainer.h149 mcUuid_t uuid; member in union:__anon1826
197 mcUuid_t uuid; member in struct:__anon1830
206 mcUuid_t uuid; member in struct:__anon1831
/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/qcom/audio/voice_processing/
H A Dvoice_processing.c84 // UUIDs for effect types have been generated from http://www.itu.int/ITU-T/asn1/uuid.html
90 { 0x0f8d0d2a, 0x59e5, 0x45fe, 0xb6e4, { 0x24, 0x8c, 0x8a, 0x79, 0x91, 0x09 } }, // uuid
102 { 0x1d97bb0b, 0x9e2f, 0x4403, 0x9ae3, { 0x58, 0xc2, 0x55, 0x43, 0x06, 0xf8 } }, // uuid
115 // { 0x0dd49521, 0x8c59, 0x40b1, 0xb403, { 0xe0, 0x8d, 0x5f, 0x01, 0x87, 0x5e } }, // uuid
148 static uint32_t uuid_to_id(const effect_uuid_t * uuid) argument
152 if (memcmp(uuid, uuid_to_id_table[i], sizeof(*uuid)) == 0)
462 static const effect_descriptor_t *get_descriptor(const effect_uuid_t *uuid) argument
466 if (memcmp(&descriptors[i]->uuid, uuid, sizeo
663 lib_create(const effect_uuid_t *uuid, int32_t sessionId, int32_t ioId, effect_handle_t *pInterface) argument
724 lib_get_descriptor(const effect_uuid_t *uuid, effect_descriptor_t *pDescriptor) argument
[all...]
/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/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/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/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:__anon1578
/hardware/qcom/audio/visualizer/
H A Doffload_visualizer.c888 int effect_lib_create(const effect_uuid_t *uuid, argument
898 if (pHandle == NULL || uuid == NULL)
902 if (memcmp(uuid, &descriptors[i]->uuid, sizeof(effect_uuid_t)) == 0)
910 if (memcmp(uuid, &visualizer_descriptor.uuid, sizeof(effect_uuid_t)) == 0) {
978 int effect_lib_get_descriptor(const effect_uuid_t *uuid, argument
985 if (descriptor == NULL || uuid == NULL) {
991 if (memcmp(uuid, &descriptors[i]->uuid, sizeo
[all...]
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
H A Dcmp.h1135 mcUuid_t uuid; member in struct:__anon1745
1194 mcUuid_t uuid; member in struct:__anon1753
1260 mcUuid_t uuid; member in struct:__anon1763
1319 mcUuid_t uuid; member in struct:__anon1771
1375 mcUuid_t uuid; member in struct:__anon1779
1432 mcUuid_t uuid; member in struct:__anon1787
1568 mcUuid_t uuid; member in struct:__anon1805

Completed in 413 milliseconds