Home
last modified time | relevance | path

Searched refs:isSupported (Results 1 – 25 of 72) sorted by relevance

123

/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp200 bool isSupported; in TEST_P() local
201 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
202 if (!isSupported) { in TEST_P()
254 bool isSupported; in TEST_P() local
255 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
256 if (!isSupported) { in TEST_P()
315 bool isSupported; in TEST_P() local
316 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
317 if (!isSupported) { in TEST_P()
366 bool isSupported; in TEST_P() local
[all …]
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.cpp144 bool isSupported = false; in updateSupportedPowerHints() local
148 isSupported = isModeSupported(name_status_pair.first, severity); in updateSupportedPowerHints()
150 if (isSupported) in updateSupportedPowerHints()
190 bool isSupported = false; in isModeSupported() local
196 if (!power_hal_ext_aidl_->isModeSupported(power_hint, &isSupported).isOk()) { in isModeSupported()
204 return isSupported; in isModeSupported()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dparse_dependency.py180 def evaluateStack(stack, isSupported): argument
193 op2 = evaluateStack(stack, isSupported)
194 op1 = evaluateStack(stack, isSupported)
197 return isSupported(op)
201 def evaluateDependency(dependency, isSupported): argument
211 val = evaluateStack(exprStack[:], isSupported)
/hardware/interfaces/drm/1.0/
DIDrmFactory.hal34 * @return isSupported must be true only if the scheme is supported
36 isCryptoSchemeSupported(uint8_t[16] uuid) generates(bool isSupported);
43 * @return isSupported must be true only if the scheme is supported
45 isContentTypeSupported(string mimeType) generates(bool isSupported);
DICryptoFactory.hal32 * @return isSupported must be true only if the scheme is supported
34 isCryptoSchemeSupported(uint8_t[16] uuid) generates(bool isSupported);
/hardware/google/graphics/gs201/libhwc2.1/libresource/
DExynosMPPModule.cpp61 int64_t ExynosMPPModule::isSupported(ExynosDisplay &display, in isSupported() function in ExynosMPPModule
72 return ExynosMPP::isSupported(display, src, dst); in isSupported()
DExynosMPPModule.h31 virtual int64_t isSupported(ExynosDisplay &display, struct exynos_image &src,
/hardware/interfaces/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp207 bool isSupported(const BufferDescriptorInfo& descriptorInfo) { in isSupported() function in GraphicsTestsBase
210 EXPECT_TRUE(mAllocator->isSupported(descriptorInfo, &ret).isOk()); in isSupported()
212 EXPECT_TRUE(mMapper4->isSupported(convert(descriptorInfo), in isSupported()
341 EXPECT_TRUE(isSupported(info)); in TEST_P()
346 EXPECT_FALSE(isSupported(info)) << "isSupported() returned true for unknown-to-HAL usage"; in TEST_P()
367 EXPECT_FALSE(isSupported(info)) << "isSupported() returned true for unknown-to-HAL option"; in TEST_P()
382 const bool supported = isSupported(info); in TEST_P()
424 const bool supported = isSupported(info); in TEST_P()
/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/
Dlibcanhaltools.cpp42 bool isSupported(sp<ICanController> ctrl, ICanController::InterfaceType iftype) { in isSupported() function
73 if (!libcanhaltools::isSupported(ctrl, iftype)) continue; in configureIface()
/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/include/libcanhaltools/
Dlibcanhaltools.h38 bool isSupported(sp<V1_0::ICanController> ctrl, V1_0::ICanController::InterfaceType iftype);
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/
DIAllocator.aidl67 boolean isSupported(in BufferDescriptorInfo descriptor); in isSupported() method
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/
DIAllocator.aidl42 boolean isSupported(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor); in isSupported() method
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/current/android/hardware/graphics/allocator/
DIAllocator.aidl42 boolean isSupported(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor); in isSupported() method
/hardware/google/gchips/gralloc4/src/hidl_common/
DAllocator.h62 bool isSupported(buffer_descriptor_t *const bufDescriptor);
/hardware/interfaces/drm/1.2/
DIDrmFactory.hal47 * @return isSupported must be true only if the scheme is supported
50 @1.1::SecurityLevel securityLevel) generates(bool isSupported);
/hardware/interfaces/broadcastradio/1.1/default/
DBroadcastRadioFactory.cpp41 if (!BroadcastRadio::isSupported(classId)) continue; in BroadcastRadioFactory()
DBroadcastRadio.h58 static bool isSupported(V1_0::Class classId);
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp372 const std::vector<PropType>& invalidValues, bool* isSupported) { in TestAccessors() argument
376 *isSupported = false; in TestAccessors()
380 *isSupported = true; in TestAccessors()
395 void TestGetVendorParameters(Instance* inst, bool* isSupported) { in TestGetVendorParameters() argument
416 *isSupported = false; in TestGetVendorParameters()
421 *isSupported = true; in TestGetVendorParameters()
425 void TestSetVendorParameters(Instance* inst, bool* isSupported) { in TestSetVendorParameters() argument
433 *isSupported = false; in TestSetVendorParameters()
441 *isSupported = true; in TestSetVendorParameters()
2106 bool isSupported = false; in TEST_P() local
[all …]
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp69 bool isSupported(InterfaceType iftype);
110 bool CanControllerHalTest::isSupported(InterfaceType iftype) { in isSupported() function in android::hardware::automotive::can::V1_0::vts::CanControllerHalTest
137 if (!isSupported(iftype)) { in up()
264 if (!isSupported(iftype)) { in TEST_P()
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.h30 virtual ndk::ScopedAStatus isSupported(const AidlAllocator::BufferDescriptorInfo& descriptor,
DGrallocAllocator2.cpp156 ndk::ScopedAStatus GrallocAllocator::isSupported( in isSupported() function in pixel::allocator::GrallocAllocator
160 bool isBufferDescriptorSupported = arm::allocator::common::isSupported(&bufferDescriptor); in isSupported()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp1016 int64_t isSupported = 0; in assignCompositionTarget() local
1027 isSupported = mOtfMPPs[i]->isSupported(*display, src_img, dst_img); in assignCompositionTarget()
1028 if (isSupported == NO_ERROR) in assignCompositionTarget()
1034 mOtfMPPs[i]->mName.c_str(), -isSupported, isAssignableState); in assignCompositionTarget()
1035 if ((isSupported == NO_ERROR) && (isAssignableState)) { in assignCompositionTarget()
1474 uint64_t isSupported = 0; in assignLayer() local
1495 isSupported = mOtfMPPs[j]->isSupported(*display, src_img, dst_img); in assignLayer()
1497 -isSupported); in assignLayer()
1498 if (isSupported == NO_ERROR) { in assignLayer()
1568 if (((isSupported = mM2mMPPs[j]->isSupported(*display, m2m_src_img, in assignLayer()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/include/
DFakeUserHal.h47 bool isSupported(int32_t prop);
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/
DFakeUserHal.h49 static bool isSupported(int32_t prop);
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.h69 …Return<void> isSupported(const IMapper::BufferDescriptorInfo &description, isSupported_cb hidl_cb)…

123