/drivers/peripheral/clearplay/hdi_service/common/ |
H A D | clearplay_uuid.cpp | 27 bool IsClearPlayUuid(const std::string& uuid) { in IsClearPlayUuid() argument 28 return uuid == CLEARPLAY_NAME; in IsClearPlayUuid()
|
H A D | clearplay_uuid.h | 29 bool IsClearPlayUuid(const std::string &uuid);
|
H A D | data_parser.cpp | 66 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 D | media_key_system_factory_service.cpp | 50 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 D | media_key_system_factory_proxy.h | 43 int32_t GetMediaKeySystemDescription(std::string& name, std::string& uuid) override; 54 std::string& uuid, const sptr<IRemoteObject> remote);
|
H A D | imedia_key_system_factory.h | 75 virtual int32_t GetMediaKeySystemDescription(std::string& name, std::string& uuid) = 0;
|
/drivers/peripheral/power/interfaces/hdi_service/src/ |
H A D | hibernate.cpp | 193 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 D | effect_model.c | 79 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 D | media_key_system_factory_service.h | 33 int32_t GetMediaKeySystemDescription(std::string &name, std::string &uuid) override;
|
/drivers/peripheral/audio/effect/model/src/mock_effect/ |
H A D | mock_effect_lib.c | 308 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 D | get_trace_loop.py | 24 import uuid namespace
|
/drivers/peripheral/audio/test/sample/tools/gen_cr_by_pr/ |
H A D | gen_cr_by_pr.py | 24 import uuid namespace
|
/drivers/peripheral/audio/test/sample/tools/get_mem_excel/ |
H A D | get_mem_excel.py | 24 import uuid namespace
|
/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | component_node.cpp | 142 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()
|