Home
last modified time | relevance | path

Searched refs:UNSUPPORTED (Results 1 – 20 of 20) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h54 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/google/av/codec2/include/
DC2Work.h53 UNSUPPORTED, enumerator
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/inc/
DIOffloadManager.h93 UNSUPPORTED enumerator
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp123 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set power mode"; in setPowerMode_2_2()
174 ASSERT_TRUE(error == Error::NONE || error == Error::UNSUPPORTED) << "failed to set color mode"; in setColorMode()
/hardware/interfaces/graphics/composer/2.1/
Dtypes.hal29 UNSUPPORTED = 8, /* permanent failure */
DIComposerClient.hal38 * considered unreliable, the device may return UNSUPPORTED instead.
273 * UNSUPPORTED when the width or height is too large for the
366 * UNSUPPORTED when the given configuration is not supported.
403 * UNSUPPORTED when attribute cannot be queried for the config.
532 * UNSUPPORTED when mode is not supported on this display.
551 * UNSUPPORTED when mode is not supported on this display.
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal132 * 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/
DIMapper.hal109 * function must return UNSUPPORTED if layerCount is great than 1.
117 * UNSUPPORTED when any of the specified attributes is
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h116 error = Error::UNSUPPORTED; in allocateBuffers()
212 return Error::UNSUPPORTED; in toError()
DGralloc0Hal.h101 error = Error::UNSUPPORTED; in allocateBuffers()
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h78 return Error::UNSUPPORTED; in createDescriptor()
250 return Error::UNSUPPORTED; in toError()
DGralloc0Hal.h58 return Error::UNSUPPORTED; in createDescriptor()
/hardware/interfaces/graphics/allocator/2.0/
DIAllocator.hal42 * UNSUPPORTED when any of the property encoded in the descriptor
/hardware/interfaces/graphics/mapper/2.0/
Dtypes.hal27 UNSUPPORTED = 7, /* permanent failure */
DIMapper.hal66 * function must return UNSUPPORTED if layerCount is great than 1.
74 * UNSUPPORTED when any of the specified attributes is
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp103 UNSUPPORTED, enumerator
540 *result = ParamPermission::UNSUPPORTED; in checkParamPermission()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp302 ASSERT_EQ(Error::UNSUPPORTED, tmpError) << "readback buffer is active"; in TEST_F()
/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp397 case C2SettingResult::UNSUPPORTED: in objcpy()
398 d->failure = SettingResult::Failure::UNSUPPORTED; in objcpy()
453 case SettingResult::Failure::UNSUPPORTED: in objcpy()
454 (*d)->failure = C2SettingResult::UNSUPPORTED; in objcpy()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp251 EXPECT_TRUE(tmpError == Error::NONE || tmpError == Error::UNSUPPORTED); in TEST_F()
/hardware/google/interfaces/media/c2/1.0/
Dtypes.hal336 UNSUPPORTED,