Home
last modified time | relevance | path

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

/drivers/peripheral/clearplay/hdi_service/common/
H A Dclearplay_uuid.cpp27 bool IsClearPlayUuid(const std::string& uuid) { in IsClearPlayUuid() argument
28 return uuid == CLEARPLAY_NAME; in IsClearPlayUuid()
H A Dclearplay_uuid.h29 bool IsClearPlayUuid(const std::string &uuid);
H A Ddata_parser.cpp66 std::string uuid((reinterpret_cast<const char*>(initData.data())) + readPosition, CLEARPLAY_NAME.size()); in ParsePssh()
67 if (IsClearPlayUuid(uuid)) { in ParsePssh()
68 HDF_LOGD("%{public}s: uuid error", __func__); in ParsePssh()
/drivers/peripheral/clearplay/hdi_service/src/
H A Dmedia_key_system_factory_service.cpp50 int32_t MediaKeySystemFactoryService::IsMediaKeySystemSupported(const std::string &uuid, const std::string &mimeType, in IsMediaKeySystemSupported() argument
54 if (IsClearPlayUuid(uuid) != true) { in IsMediaKeySystemSupported()
56 HDF_LOGE("%{public}s: uuid is wrown", __func__); in IsMediaKeySystemSupported()
89 int32_t MediaKeySystemFactoryService::GetMediaKeySystemDescription(std::string &name, std::string &uuid) in GetMediaKeySystemDescription() argument
93 uuid = CLEARPLAY_UUID; in GetMediaKeySystemDescription()
/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dmedia_key_system_factory_proxy.h43 int32_t GetMediaKeySystemDescription(std::string& name, std::string& uuid) override;
54 std::string& uuid, const sptr<IRemoteObject> remote);
H A Dimedia_key_system_factory.h75 virtual int32_t GetMediaKeySystemDescription(std::string& name, std::string& uuid) = 0;
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dhibernate.cpp193 char *uuid = reinterpret_cast<char *>(swap + SWAP_HEADER_INFO_UUID_OFFSET); in MkSwap() local
194 if (getrandom(uuid, UUID_BUF_LEN, GRND_RANDOM) != UUID_BUF_LEN) { in MkSwap()
195 HDF_LOGE("create uuid failed when mkswap."); in MkSwap()
198 uuid[UUID_VERSION_OFFSET] = (uuid[UUID_VERSION_OFFSET] & UUID_VERSION_OPERAND1) | UUID_VERSION_OPERAND2; in MkSwap()
199 uuid[UUID_CLOCK_OFFSET] = (uuid[UUID_CLOCK_OFFSET] & UUID_CLOCK_OPERAND1) | UUID_CLOCK_OPERAND2; in MkSwap()
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c79 static int32_t EffectModelGetEffectDescriptor(struct IEffectModel *self, const char *uuid, in EffectModelGetEffectDescriptor() argument
85 if (self == NULL || uuid == NULL || desc == NULL) { in EffectModelGetEffectDescriptor()
91 if (strcmp(uuid, g_cfgDescs->effectCfgDescs[i].effectId) != 0) { in EffectModelGetEffectDescriptor()
101 if (factLib->GetDescriptor(factLib, uuid, descVdi) != HDF_SUCCESS) { in EffectModelGetEffectDescriptor()
/drivers/peripheral/clearplay/hdi_service/include/drm/v1_0/
H A Dmedia_key_system_factory_service.h33 int32_t GetMediaKeySystemDescription(std::string &name, std::string &uuid) override;
/drivers/peripheral/audio/effect/model/src/mock_effect/
H A Dmock_effect_lib.c308 static int32_t MockGetDescriptor(struct EffectFactory *self, const char *uuid, in MockGetDescriptor() argument
312 if (self == NULL || uuid == NULL || desc == NULL) { in MockGetDescriptor()
317 if (strcmp(uuid, g_mockEffectDescriptor.effectId) != 0) { in MockGetDescriptor()
/drivers/peripheral/audio/test/sample/tools/get_trace_loop/
H A Dget_trace_loop.py24 import uuid namespace
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/
H A Dgen_cr_by_pr.py24 import uuid namespace
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/
H A Dget_mem_excel.py24 import uuid namespace
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcomponent_node.cpp142 OMX_UUIDTYPE uuid = {0}; in GetComponentVersion() local
145 int32_t err = OMX_GetComponentVersion(comp_, name, &compVersion, &sepcVersion, &uuid); in GetComponentVersion()
152 verInfo.compUUID.insert(verInfo.compUUID.end(), uuid, uuid + sizeof(OMX_UUIDTYPE)); in GetComponentVersion()

Completed in 8 milliseconds