Home
last modified time | relevance | path

Searched refs:describe (Results 1 – 25 of 34) sorted by relevance

12

/hardware/interfaces/media/omx/1.0/
DIOmxStore.hal78 * Optional node attributes to describe supported values:
83 * Optional node attributes for audio nodes to describe supported values:
87 * Optional node attributes for video nodes to describe supported values:
99 * describe measured values for this device:
103 * Optional node attributes for decoders to describe supported values:
108 * Optional node attributes for video decoders to describe supported values:
111 * Optional node attributes for encoders to describe supported values:
/hardware/google/av/media/sfplugin/tests/
DReflectedParamUpdater_test.cpp85 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex index) { in describe() function
89 return describe_impl<TYPES...>::describe(index); in describe()
95 static std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex) { in describe() function
129 std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override { in describe() function in android::__anonfcfa6d7a0111::ParamReflector
130 return describe_impl<SUPPORTED_TYPES>::describe(paramIndex); in describe()
/hardware/interfaces/automotive/evs/1.0/
Dtypes.hal35 * The HAL is responsible for filling out this structure to describe
75 * structure to describe the EVS display. As an implementation detail, this may be a
/hardware/google/av/codec2/hidl/1.0/utils/
DComponentStore.cpp147 mParamReflector->describe(coreIndex); in validateSupportedParams()
263 mParamReflector->describe(coreIndex); in getStructDescriptors()
/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp120 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe( in addParamDesc()
134 std::unique_ptr<C2StructDescriptor> structDesc = reflector->describe( in addParamDesc()
155 std::unique_ptr<C2StructDescriptor> structDesc_ = reflector->describe( in addParamStructDesc()
/hardware/interfaces/tests/extension/light/2.0/
Dtypes.hal58 * to describe all details of parameters. An interface is a contract, and
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp172 …virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex paramIndex) const override… in describe() function in MyComponentInstance::MyParamReflector
399 myComp->getParamReflector()->describe(C2ComponentDomainInfo::CORE_INDEX)}; in TEST_F()
/hardware/interfaces/audio/6.0/
Dtypes.hal176 * Structure used by the HAL to describe microphone's characteristics
188 /** Each element of the vector must describe the channel with the same
/hardware/interfaces/audio/5.0/
Dtypes.hal176 * Structure used by the HAL to describe microphone's characteristics
188 /** Each element of the vector must describe the channel with the same
/hardware/interfaces/audio/4.0/
Dtypes.hal232 * Structure used by the HAL to describe microphone's characteristics
244 /** Each element of the vector must describe the channel with the same
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal78 * describe the error.
/hardware/interfaces/radio/1.1/
DIRadio.hal97 * @param keepalive A request structure containing all necessary info to describe a keepalive
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md56 Schema for all **Subsystem files** (aka Structure files). These files describe the
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal108 * describe the error.
/hardware/interfaces/radio/1.5/
DIRadioIndication.hal67 * provided should describe all barring configurations that are applicable to the current user,
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal151 // Generic way to describe supported numeric values for Codec 2.0 interfaces.
236 * values for arrays (including string and blobs) describe the supported
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe() function in C2ReflectorHelper
545 std::unique_ptr<C2StructDescriptor> param = reflector->describe(index); in GetBaseOffset()
DC2InterfaceUtils.cpp1013 std::unique_ptr<C2StructDescriptor> descUnique = mReflector->describe(index); in descendInto()
1183 std::unique_ptr<C2StructDescriptor> descUnique = mReflector->describe(index); in descendInto()
/hardware/interfaces/media/c2/1.0/
DIComponentStore.hal176 * @param indices Indices of C2Param structures to describe.
Dtypes.hal186 // Generic way to describe supported numeric values for Codec2 interfaces.
274 * values for arrays (including string and blobs) describe the supported
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h52 virtual std::unique_ptr<C2StructDescriptor> describe(
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.t501 * Type to describe the high-level layout of the packet.
624 * Type to describe the high-level layout of the packet.
/hardware/interfaces/renderscript/1.0/
DIContext.hal47 * and the type must describe the size of the view starting at that point.
435 * TODO: describe the functionality of resize1D better
534 * TODO: describe default values for lod, face, and z better.
881 * TODO: describe the return value better. What is it?
/hardware/google/av/codec2/include/
DC2Param.h1499 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const = 0;
/hardware/google/av/codec2/hidl/client/
Dclient.cpp585 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector() function

12