Home
last modified time | relevance | path

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

1234

/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()
214 return Error::UNSUPPORTED; in setColorMode_2_2()
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h112 return Error::UNSUPPORTED; in getDisplayConnectionType()
135 return Error::UNSUPPORTED; in getDisplayVsyncPeriod()
150 return Error::UNSUPPORTED; in setActiveConfigWithConstraints()
173 return Error::UNSUPPORTED; in setAutoLowLatencyMode()
187 return Error::UNSUPPORTED; in getSupportedContentTypes()
211 return Error::UNSUPPORTED; in setContentType()
251 return Error::UNSUPPORTED; in setLayerGenericMetadata()
271 return Error::UNSUPPORTED; in getLayerGenericMetadataKeys()
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h123 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()
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp77 case HidlError::UNSUPPORTED: in allocate()
79 static_cast<int32_t>(AidlAllocator::AllocationError::UNSUPPORTED)); in allocate()
144 case HidlError::UNSUPPORTED: in allocate2()
146 static_cast<int32_t>(AidlAllocator::AllocationError::UNSUPPORTED)); in allocate2()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_mgr.cpp176 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
204 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
230 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
268 return Error::UNSUPPORTED; in colorMetadataToDataspace()
296 return Error::UNSUPPORTED; in colorMetadataToDataspace()
322 return Error::UNSUPPORTED; in colorMetadataToDataspace()
637 return Error::UNSUPPORTED; in getComponentSizeAndOffset()
1452 error = Error::UNSUPPORTED; in GetMetadata()
1472 return Error::UNSUPPORTED; in SetMetadata()
1509 return Error::UNSUPPORTED; in SetMetadata()
[all …]
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/3/android/hardware/health/
DBatteryPartStatus.aidl37 UNSUPPORTED = 0, enumConstant
DBatteryCapacityLevel.aidl37 UNSUPPORTED = (-1) /* -1 */, enumConstant
/hardware/interfaces/health/aidl/android/hardware/health/
DBatteryPartStatus.aidl30 UNSUPPORTED = 0, enumConstant
DBatteryCapacityLevel.aidl33 UNSUPPORTED = -1, enumConstant
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/current/android/hardware/health/
DBatteryPartStatus.aidl37 UNSUPPORTED, enumConstant
DBatteryCapacityLevel.aidl37 UNSUPPORTED = (-1) /* -1 */, enumConstant
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_mgr.cpp173 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
201 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
227 return Error::UNSUPPORTED; in dataspaceToColorMetadata()
265 return Error::UNSUPPORTED; in colorMetadataToDataspace()
293 return Error::UNSUPPORTED; in colorMetadataToDataspace()
319 return Error::UNSUPPORTED; in colorMetadataToDataspace()
622 return Error::UNSUPPORTED; in getComponentSizeAndOffset()
1487 error = Error::UNSUPPORTED; in GetMetadata()
1507 return Error::UNSUPPORTED; in SetMetadata()
1544 return Error::UNSUPPORTED; in SetMetadata()
[all …]
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/
DAllocationError.aidl39 UNSUPPORTED, enumConstant
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/
DAllocationError.aidl35 UNSUPPORTED enumConstant
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_error.h28 UNSUPPORTED = 7, enumerator
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/1/android/hardware/graphics/allocator/
DAllocationError.aidl39 UNSUPPORTED = 2, enumConstant
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/
DAllocationError.aidl39 UNSUPPORTED, enumConstant
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/2/android/hardware/tv/tuner/
DFrontendStatusReadiness.aidl42 UNSUPPORTED, enumConstant
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/current/android/hardware/tv/tuner/
DFrontendStatusReadiness.aidl42 UNSUPPORTED = 4, enumConstant
/hardware/interfaces/tv/tuner/aidl/aidl_api/android.hardware.tv.tuner/1/android/hardware/tv/tuner/
DFrontendStatusReadiness.aidl42 UNSUPPORTED = 4, enumConstant
/hardware/interfaces/tv/tuner/aidl/android/hardware/tv/tuner/
DFrontendStatusReadiness.aidl53 UNSUPPORTED, enumConstant
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp219 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_P()
248 if (tmpError != Error::UNSUPPORTED) { in TEST_P()
265 if (tmpError != Error::UNSUPPORTED) { in TEST_P()
468 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_P()
483 if (error == Error::UNSUPPORTED) { in TEST_P()
501 if (error == Error::UNSUPPORTED) { in TEST_P()
528 if (error == Error::UNSUPPORTED) { in TEST_P()
584 static_cast<Error>(mReader->mErrors[0].second) == Error::UNSUPPORTED) { in TEST_P()
603 Error::UNSUPPORTED); in TEST_P()
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/1/android/hardware/health/
DBatteryCapacityLevel.aidl37 UNSUPPORTED = -1, enumConstant
/hardware/interfaces/health/aidl/aidl_api/android.hardware.health/2/android/hardware/health/
DBatteryCapacityLevel.aidl37 UNSUPPORTED = (-1) /* -1 */, enumConstant
/hardware/interfaces/staging/security/see/hwcrypto/aidl/android/hardware/security/see/hwcrypto/types/
DHalErrorCode.aidl32 const int UNSUPPORTED = -3;

1234