/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/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/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/neuralnetworks/1.0/vts/functional/ |
D | VtsHalNeuralnetworksV1_0TargetTest.cpp | 121 model, [&](ErrorStatus status, const hidl_vec<bool>& supported) { in TEST_F() argument 123 EXPECT_EQ(model.operations.size(), supported.size()); in TEST_F() 132 model, [&](ErrorStatus status, const hidl_vec<bool>& supported) { in TEST_F() argument 134 (void)supported; in TEST_F() 143 model, [&](ErrorStatus status, const hidl_vec<bool>& supported) { in TEST_F() argument 145 (void)supported; in TEST_F()
|
D | GeneratedTestHarness.cpp | 78 model, [&](ErrorStatus status, const hidl_vec<bool>& supported) { in Execute() argument 80 ASSERT_NE(0ul, supported.size()); in Execute() 82 std::all_of(supported.begin(), supported.end(), [](bool valid) { return valid; }); in Execute()
|
/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/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/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/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.
|
D | IStreamOut.hal | 63 * - INVALID_OPERATION, retrieving presentation position isn't supported. 162 * @return supportsPause true if pausing is supported. 163 * @return supportsResume true if resume is supported. 171 * implementation if not supported however must be implemented for hardware 195 * @return supports true if draining is supported.
|
D | IDevice.hal | 85 * is not supported by returning NOT_SUPPORTED status. 94 * INVALID_ARGUMENTS if one of the parameters is not supported. 152 * @return supports true if audio patches are supported. 177 * Returns the list of supported attributes for a given audio port.
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | comp_manager.cpp | 494 bool supported = false; in SupportLayerAsCursor() local 499 return supported; in SupportLayerAsCursor() 510 return supported; in SupportLayerAsCursor() 516 supported = true; in SupportLayerAsCursor() 519 return supported; in SupportLayerAsCursor()
|
/hardware/qcom/msm8998/json-c/ |
D | configure.ac | 12 [Enable RDRAND Hardware RNG Hash Seed generation on supported x86/x64 platforms.]), 19 AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed enabled on supported x86/x64 platforms])
|
/hardware/interfaces/audio/effect/2.0/ |
D | IEffect.hal | 78 * Note: this method is only supported for effects inserted into 151 * Note: this method is only supported for effects inserted into 180 * Queries for supported combinations of main and auxiliary channels 186 * the number of supported combinations exceeds 'maxConfigs'. 218 * Note: this method is only supported for effects inserted into 261 * NOT_SUPPORTED if the requested processing type is not supported by 357 * Get supported configs for a vendor-specific feature. The configs returned 363 * configs, it must return NOT_SUPPORTED. If the feature is supported but 364 * the total number of supported configurations exceeds the maximum number
|
D | IBassBoostEffect.hal | 24 * Returns whether setting bass boost strength is supported.
|
/hardware/interfaces/vibrator/1.0/ |
D | IVibrator.hal | 54 * not supported by the device. 64 * supported.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiIface.hal | 30 * @return type One of the supported iface types.
|
D | IWifiStaIface.hal | 31 * If set indicates that the APF APIs are supported. 37 * If set indicates that the Background Scan APIs are supported. 44 * If set indicates that the link layer stats APIs are supported. 48 * If set indicates that the RSSI monitor APIs are supported. 52 * If set indicates that the roaming API's are supported. 113 * Get the capabilities supported by this STA iface. 224 * active background scan need be supported.
|
/hardware/interfaces/vibrator/1.1/ |
D | IVibrator.hal | 30 * supported.
|