Searched refs:INVALID_TYPE (Results 1 – 8 of 8) sorted by relevance
/drivers/peripheral/codec/interfaces/include/ |
D | codec_common_type.h | 61 INVALID_TYPE enumerator
|
/drivers/peripheral/codec/hal/idl_service/src/ |
D | codec_component_config.cpp | 186 …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/ |
D | codec_config_parser.c | 244 …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/ |
D | codec_capability_parser.c | 62 …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/ |
D | codec_config_parser.c | 68 …if (iface->GetUint32(childNode, CODEC_CONFIG_KEY_TYPE, (uint32_t*)&cap->type, INVALID_TYPE) != HDF… in GetCapabilityBase() 70 cap->type = INVALID_TYPE; in GetCapabilityBase()
|
D | stub_msgproc.c | 119 } else if (cap->type < INVALID_TYPE) { in CodecCapabilityPortMarshalling()
|
/drivers/peripheral/codec/hdi_service/codec_proxy/ |
D | proxy_msgproc.c | 98 } else if (cap->type < INVALID_TYPE) { in CodecCapabilityPortUnmarshalling()
|
/drivers/interface/codec/v1_0/ |
D | CodecTypes.idl | 56 INVALID_TYPE, /**< Invalid type. */
|