/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
D | HwcHal.h | 54 return Error::UNSUPPORTED; in getPerFrameMetadataKeys() 81 return Error::UNSUPPORTED; in setLayerPerFrameMetadata() 101 return Error::UNSUPPORTED; in getReadbackBufferAttributes() 118 return Error::UNSUPPORTED; in setReadbackBuffer() 128 return Error::UNSUPPORTED; in getReadbackBufferFence() 152 return Error::UNSUPPORTED; in setPowerMode_2_2() 160 return Error::UNSUPPORTED; in setLayerFloatColor() 203 return Error::UNSUPPORTED; in setColorMode_2_2()
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 123 return Error::UNSUPPORTED; in getDisplayIdentificationData() 151 return Error::UNSUPPORTED; in setLayerColorTransform() 157 return Error::UNSUPPORTED; in setLayerColorTransform() 167 return Error::UNSUPPORTED; in getDisplayedContentSamplingAttributes() 189 return Error::UNSUPPORTED; in setDisplayedContentSamplingEnabled() 201 return Error::UNSUPPORTED; in getDisplayedContentSample() 246 return Error::UNSUPPORTED; in setLayerPerFrameMetadataBlobs() 278 return Error::UNSUPPORTED; in getDisplayBrightnessSupport() 284 return Error::UNSUPPORTED; in getDisplayBrightnessSupport() 298 return Error::UNSUPPORTED; in setDisplayBrightness()
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 234 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_F() 263 if (tmpError != Error::UNSUPPORTED) { in TEST_F() 280 if (tmpError != Error::UNSUPPORTED) { in TEST_F() 481 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_F() 496 if (error == Error::UNSUPPORTED) { in TEST_F() 514 if (error == Error::UNSUPPORTED) { in TEST_F() 541 if (error == Error::UNSUPPORTED) { in TEST_F() 597 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_F() 616 Error::UNSUPPORTED); in TEST_F()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 229 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_F() 250 if (error == Error::UNSUPPORTED) { in TEST_F() 435 EXPECT_EQ(Error::UNSUPPORTED, error); in TEST_F() 439 EXPECT_EQ(Error::UNSUPPORTED, error); in TEST_F() 512 ASSERT_EQ(Error::UNSUPPORTED, tmpError) << "readback buffer is active"; in TEST_F() 532 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED && in TEST_F() 533 static_cast<Error>(mReader->mErrors[1].second) == Error::UNSUPPORTED) { in TEST_F()
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
D | IpaEventRelay.cpp | 66 case UNSUPPORTED: in onOffloadStopped()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/src/ |
D | IpaEventRelay.cpp | 66 case UNSUPPORTED: in onOffloadStopped()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/src/ |
D | IpaEventRelay.cpp | 71 else if ( reason == StoppedReason::UNSUPPORTED ) { in onOffloadStopped()
|
/hardware/google/av/codec2/include/ |
D | C2Work.h | 53 UNSUPPORTED, enumerator
|
/hardware/qcom/sdm845/data/ipacfg-mgr/hal/inc/ |
D | IOffloadManager.h | 93 UNSUPPORTED enumerator
|
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/ |
D | IOffloadManager.h | 93 UNSUPPORTED enumerator
|
/hardware/qcom/sm8150/data/ipacfg-mgr/hal/inc/ |
D | IOffloadManager.h | 93 UNSUPPORTED enumerator
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | ComposerVts.cpp | 57 if (tmpError == Error::UNSUPPORTED) { in getDisplayIdentificationData() 82 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set color mode"; in setColorMode_2_3()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | types.hal | 29 UNSUPPORTED = 8, /* permanent failure */
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 183 * UNSUPPORTED when identification data is unavailable. 223 * UNSUPPORTED if not supported on underlying HAL 252 * UNSUPPORTED when the given configuration is not supported. 279 * UNSUPPORTED when there is no efficient way to sample. 325 * UNSUPPORTED when there is no efficient way to sample. 347 * UNSUPPORTED when there is no efficient way to sample, or 446 * UNSUPPORTED when mode or intent is not supported on this 472 * UNSUPPORTED if not supported on underlying HAL 536 * UNSUPPORTED when brightness operations are not supported, or
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | ComposerVts.cpp | 120 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set power mode"; in setPowerMode_2_2() 169 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set color mode"; in setColorMode()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 132 * UNSUPPORTED if not supported on underlying HAL 169 * UNSUPPORTED if not supported on underlying HAL 214 * UNSUPPORTED - the readback operation was unsuccessful because of 278 * UNSUPPORTED when the width or height is too large for the 312 * UNSUPPORTED when the given configuration is not supported. 336 * UNSUPPORTED when mode is not supported on this display. 388 * UNSUPPORTED when mode or intent is not supported on this
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 109 * function must return UNSUPPORTED if layerCount is great than 1. 117 * UNSUPPORTED when any of the specified attributes is
|
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/ |
D | Gralloc1Hal.h | 78 return Error::UNSUPPORTED; in createDescriptor() 250 return Error::UNSUPPORTED; in toError()
|
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/ |
D | Gralloc1Hal.h | 116 error = Error::UNSUPPORTED; in allocateBuffers() 212 return Error::UNSUPPORTED; in toError()
|
D | Gralloc0Hal.h | 101 error = Error::UNSUPPORTED; in allocateBuffers()
|
/hardware/interfaces/graphics/allocator/3.0/ |
D | IAllocator.hal | 43 * - `UNSUPPORTED` if any of the properties encoded in the descriptor
|
/hardware/interfaces/graphics/allocator/2.0/ |
D | IAllocator.hal | 42 * UNSUPPORTED when any of the property encoded in the descriptor
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapperExtensions.cpp | 127 err = Error::UNSUPPORTED; in getCustomFormatFlags() 173 err = Error::UNSUPPORTED; in setSingleBufferMode()
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | types.hal | 46 UNSUPPORTED = 7,
|
/hardware/interfaces/graphics/mapper/2.0/ |
D | types.hal | 27 UNSUPPORTED = 7, /* permanent failure */
|