Home
last modified time | relevance | path

Searched refs:INVALID_TYPE (Results 1 – 8 of 8) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
Dcodec_common_type.h61 INVALID_TYPE enumerator
/drivers/peripheral/codec/hal/idl_service/src/
Dcodec_component_config.cpp186 …Uint32(&childNode, CODEC_CONFIG_KEY_TYPE, reinterpret_cast<uint32_t *>(&cap.type), INVALID_TYPE) != in GetOneCapability()
189 cap.type = INVALID_TYPE; in GetOneCapability()
/drivers/peripheral/codec/hal/src/
Dcodec_config_parser.c244 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_TYPE, (uint32_t*)&cap->type, INVALID_TYPE) != HDF… in GetOneCapability()
246 cap->type = INVALID_TYPE; in GetOneCapability()
/drivers/peripheral/codec/hal/passthrough/src/
Dcodec_capability_parser.c62 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_TYPE, (uint32_t *)&info->type, INVALID_TYPE) != H… in GetBasicInfo()
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.c68 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_TYPE, (uint32_t*)&cap->type, INVALID_TYPE) != HDF… in GetCapabilityBase()
70 cap->type = INVALID_TYPE; in GetCapabilityBase()
Dstub_msgproc.c119 } else if (cap->type < INVALID_TYPE) { in CodecCapabilityPortMarshalling()
/drivers/peripheral/codec/hdi_service/codec_proxy/
Dproxy_msgproc.c98 } else if (cap->type < INVALID_TYPE) { in CodecCapabilityPortUnmarshalling()
/drivers/interface/codec/v1_0/
DCodecTypes.idl56 INVALID_TYPE, /**< Invalid type. */