/hardware/libhardware/modules/camera/3_4/metadata/ |
D | tagged_control_options_test.cpp | 66 bool supported = true; in TEST_F() local 68 EXPECT_CALL(*mock_options_, IsSupported(value)).WillOnce(Return(supported)); in TEST_F() 70 ASSERT_EQ(dut_->IsSupported(value), supported); in TEST_F() 74 bool supported = false; in TEST_F() local 76 EXPECT_CALL(*mock_options_, IsSupported(value)).WillOnce(Return(supported)); in TEST_F() 78 ASSERT_EQ(dut_->IsSupported(value), supported); in TEST_F()
|
/hardware/google/interfaces/media/c2/1.0/ |
D | IConfigurable.hal | 23 * This interface must be supported in all states of the inheriting 37 * best effort: the object must query all supported parameters and skip 50 * - BAD_INDEX - All supported parameters could be queried, but some 51 * parameters were not supported. 52 * - NO_MEMORY - Could not allocate memory for a supported parameter. 68 * effort: the object must update all supported configuration at best 82 * - BAD_INDEX - All supported parameters could be updated successfully, 83 * but some parameters were not supported. 84 * - NO_MEMORY - Some supported parameters could not be updated 106 * Returns a selected range of the set of supported parameters. [all …]
|
D | types.hal | 57 /** operation is not implemented/supported (optional only) */ 151 // Generic way to describe supported numeric values for Codec 2.0 interfaces. 160 * Generic supported values for a field. 176 /** No supported values */ 188 * Type of the supported values. The framework may not recognize `OTHER`. 192 * Codec2.0 type code of the supported values. 214 * If #type is `VALUES` or `FLAGS`, #value will list supported values. 225 * This is a pair of the field specifier together with an optional supported 234 * optional supported values for the field if paramOrField specifies an 236 * values for arrays (including string and blobs) describe the supported [all …]
|
D | IComponent.hal | 39 * This method must be supported in running (including tripped) states. 61 * This method must be supported in running (including tripped) states. 96 * This method must be supported in running (including tripped) states. 224 * This method must be supported in stopped state as well as tripped state. 254 * This method must be supported in running (including tripped) state. 280 * This method must be supported in all (including tripped) states other 283 * This method must be supported during any other blocking call. 312 * This method must be supported in stopped state.
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 59 * supported) while the value of 1 means "yes" (supported). 78 * Optional node attributes to describe supported values: 81 * key: 'max-supported-instances', value-type: num 83 * Optional node attributes for audio nodes to describe supported values: 87 * Optional node attributes for video nodes to describe supported values: 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: 149 * Information about nodes provided for a supported node role 176 * Return the prefix of names of supported nodes. [all …]
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | GeneratedTestHarness.cpp | 190 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in Execute() argument 192 ASSERT_NE(0ul, supported.size()); in Execute() 194 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); in Execute() 234 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in Execute() argument 236 ASSERT_NE(0ul, supported.size()); in Execute() 238 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); in Execute()
|
D | ValidateRequest.cpp | 52 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel() argument 54 ASSERT_NE(0ul, supported.size()); in createPreparedModel() 56 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); in createPreparedModel()
|
/hardware/interfaces/health/2.0/ |
D | IHealth.hal | 69 * NOT_SUPPORTED if this property is not supported 84 * NOT_SUPPORTED if this property is not supported 101 * NOT_SUPPORTED if this property is not supported 113 * NOT_SUPPORTED if this property is not supported 124 * NOT_SUPPORTED if this property is not supported, 134 * NOT_SUPPORTED if this property is not supported 145 * NOT_SUPPORTED if this property is not supported, 157 * NOT_SUPPORTED if this property is not supported, 168 * NOT_SUPPORTED if this API is not supported,
|
/hardware/interfaces/broadcastradio/1.0/ |
D | types.hal | 82 /** stereo supported */ 84 /** RDS variants supported */ 86 /** Traffic Announcement supported */ 88 /** Alternate Frequency supported */ 90 /** Emergency announcements supported */ 96 /** Stereo supported */ 100 /* Radio band configuration. Describes a given band supported by the radio 102 * supported and all options. The framework will derive the actual regions were 120 * If more than one tuner is supported (num_tuners > 1), only one can be
|
/hardware/interfaces/cas/1.0/ |
D | IMediaCasService.hal | 37 * Query if a certain CA system is supported on this device. 40 * @return result whether the specified CA system is supported on this device. 54 * Query if the descrambling scheme for a CA system is supported on this device. 57 * @return result whether the specified descrambling scheme is supported on this device.
|
/hardware/interfaces/camera/device/1.0/ |
D | types.hal | 118 * stop the face detection. This method is supported if CameraParameters 129 * supported, the HAL must return BAD_VALUE. 148 * device-supported format, and the default dataspace from the BT_709 color 149 * space to some other device-supported dataspace. arg1 is the HAL pixel 152 * or the command is not supported at all. 200 * negative. This is supported by both hardware and software face detection. 210 * highest confidence. This is supported by both hardware and software 218 * id. If the value is 0, id is not supported. 224 * 1000. -2000, -2000 if this is not supported. 230 * 1000. -2000, -2000 if this is not supported. [all …]
|
/hardware/interfaces/audio/4.0/ |
D | IStream.hal | 54 * Return supported native sampling rates of the stream for a given format. 55 * A supported native sample rate is a sample rate that can be efficiently 66 * @param format audio format for which the sample rates are supported. 68 * Must be OK if the format is supported. 69 * @return sampleRateHz supported sample rates. 92 * Return supported channel masks of the stream. Calling this method is 96 * @param format audio format for which the channel masks are supported. 98 * Must be OK if the format is supported. 99 * @return masks supported audio masks. 122 * Return supported audio formats of the stream. Calling this method is [all …]
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | IDevice.hal | 42 * Gets the supported operations in a model. 45 * supported by the vendor driver. If an operation may not be supported for 55 * @return supportedOperations A list of supported operations, where true 56 * indicates the operation is supported and 58 * supported. The index of "supported"
|
/hardware/interfaces/neuralnetworks/1.0/ |
D | IDevice.hal | 37 * Gets the supported operations in a model. 40 * supported by the vendor driver. If an operation may not be supported for 50 * @return supportedOperations A list of supported operations, where true 51 * indicates the operation is supported and 53 * supported. The index of "supported"
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 23 * Optional capabilities which may be supported by some devices. The 24 * particular set of supported capabilities for a given device may be 56 * Provides a list of supported capabilities (as described in the 60 * @return capabilities is a list of supported capabilities.
|
/hardware/interfaces/drm/1.0/ |
D | IDrmFactory.hal | 31 * Determine if a crypto scheme is supported by this HAL 34 * @return isSupported must be true only if the scheme is supported 43 * @return isSupported must be true only if the scheme is supported
|
D | ICryptoFactory.hal | 29 * Determine if a crypto scheme is supported by this HAL 32 * @return isSupported must be true only if the scheme is supported
|
/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
D | ValidateRequest.cpp | 52 model, [&fullySupportsModel](ErrorStatus status, const hidl_vec<bool>& supported) { in createPreparedModel() argument 54 ASSERT_NE(0ul, supported.size()); in createPreparedModel() 56 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); in createPreparedModel()
|
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | Device.cpp | 84 std::vector<bool> supported = hexagonModel.supportedOperations(); in getSupportedOperations() local 86 _hidl_cb(ErrorStatus::NONE, supported); in getSupportedOperations()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | comp_manager.cpp | 432 bool supported = false; in SupportLayerAsCursor() local 436 return supported; in SupportLayerAsCursor() 447 return supported; in SupportLayerAsCursor() 452 supported = true; in SupportLayerAsCursor() 455 return supported; in SupportLayerAsCursor()
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 186 * supported by this camera device.</p> 322 * supported by this camera device.</p> 330 * <p>List of auto-exposure modes for ANDROID_CONTROL_AE_MODE that are supported by this camera 339 * <p>List of frame rate ranges for ANDROID_CONTROL_AE_TARGET_FPS_RANGE supported by 350 * that are supported by this camera device.</p> 367 * supported by this camera device.</p> 375 * <p>List of color effects for ANDROID_CONTROL_EFFECT_MODE that are supported by this camera 384 * <p>List of scene modes for ANDROID_CONTROL_SCENE_MODE that are supported by this camera 394 * that are supported by this camera device.</p> 402 * <p>List of auto-white-balance modes for ANDROID_CONTROL_AWB_MODE that are supported by this [all …]
|
/hardware/interfaces/sensors/1.0/ |
D | ISensors.hal | 31 * Data is injected for the supported sensors by the sensor service in 35 * BAD_VALUE if requested mode is not supported 152 * supported. 168 * @return result OK if direct report is supported; INVALID_OPERATION 186 * rate level is not supported by sensor, channelHandle does not 188 * supported.
|
/hardware/interfaces/broadcastradio/1.1/ |
D | types.hal | 87 * A list of supported ProgramType values. 89 * If a program type is supported by radio module, it means it can tune 98 * A list of supported IdentifierType values. 100 * If an identifier is supported by radio module, it means it can use it for 112 * It may be used for extra features, not supported by the platform, 301 * It may be used for extra features, not supported by the platform,
|
/hardware/interfaces/audio/2.0/ |
D | IStream.hal | 56 * Return supported sampling rates of the stream. Calling this method is 60 * @return sampleRateHz supported sample rates. 81 * Return supported channel masks of the stream. Calling this method is 85 * @return masks supported audio masks. 106 * Return supported audio formats of the stream. Calling this method is 110 * @return formats supported audio formats.
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 126 * Returns the PerFrameMetadataKeys that are supported by this device. 130 * supported by this device. 132 * UNSUPPORTED if not supported on underlying HAL 169 * UNSUPPORTED if not supported on underlying HAL 312 * UNSUPPORTED when the given configuration is not supported. 336 * UNSUPPORTED when mode is not supported on this display. 341 * Returns the color modes supported on this display. 355 * Returns the render intents supported by the specified display and color 358 * For SDR color modes, RenderIntent::COLORIMETRIC must be supported. For 359 * HDR color modes, RenderIntent::TONE_MAP_COLORIMETRIC must be supported. [all …]
|