/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 78 * 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/ |
D | ReflectedParamUpdater_test.cpp | 85 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/ |
D | types.hal | 35 * 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/ |
D | ComponentStore.cpp | 147 mParamReflector->describe(coreIndex); in validateSupportedParams() 263 mParamReflector->describe(coreIndex); in getStructDescriptors()
|
/hardware/google/av/media/sfplugin/ |
D | ReflectedParamUpdater.cpp | 120 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/ |
D | types.hal | 58 * to describe all details of parameters. An interface is a contract, and
|
/hardware/google/av/codec2/tests/ |
D | C2SampleComponent_test.cpp | 172 …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/ |
D | types.hal | 176 * 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/ |
D | types.hal | 176 * 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/ |
D | types.hal | 232 * 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/ |
D | ICryptoPlugin.hal | 78 * describe the error.
|
/hardware/interfaces/radio/1.1/ |
D | IRadio.hal | 97 * @param keepalive A request structure containing all necessary info to describe a keepalive
|
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/ |
D | README.md | 56 Schema for all **Subsystem files** (aka Structure files). These files describe the
|
/hardware/interfaces/drm/1.0/ |
D | ICryptoPlugin.hal | 108 * describe the error.
|
/hardware/interfaces/radio/1.5/ |
D | IRadioIndication.hal | 67 * provided should describe all barring configurations that are applicable to the current user,
|
/hardware/google/interfaces/media/c2/1.0/ |
D | types.hal | 151 // 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/ |
D | C2InterfaceHelper.cpp | 37 C2ReflectorHelper::describe(C2Param::CoreIndex paramIndex) const { in describe() function in C2ReflectorHelper 545 std::unique_ptr<C2StructDescriptor> param = reflector->describe(index); in GetBaseOffset()
|
D | C2InterfaceUtils.cpp | 1013 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/ |
D | IComponentStore.hal | 176 * @param indices Indices of C2Param structures to describe.
|
D | types.hal | 186 // 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/ |
D | C2InterfaceHelper.h | 52 virtual std::unique_ptr<C2StructDescriptor> describe(
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 501 * 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/ |
D | IContext.hal | 47 * 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/ |
D | C2Param.h | 1499 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const = 0;
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 585 virtual std::unique_ptr<C2StructDescriptor> describe(C2Param::CoreIndex coreIndex) const { in getParamReflector() function
|