Home
last modified time | relevance | path

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

123

/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp197 bool isSupported; in TEST_P() local
198 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
199 if (!isSupported) { in TEST_P()
249 bool isSupported; in TEST_P() local
250 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
251 if (!isSupported) { in TEST_P()
309 bool isSupported; in TEST_P() local
310 ASSERT_NO_FATAL_FAILURE(isSupported = getHasReadbackBuffer()); in TEST_P()
311 if (!isSupported) { in TEST_P()
358 bool isSupported; in TEST_P() local
[all …]
/hardware/google/pixel/thermal/utils/
Dpowerhal_helper.cpp143 bool isSupported = false; in updateSupportedPowerHints() local
147 isSupported = isModeSupported(name_status_pair.first, severity); in updateSupportedPowerHints()
149 if (isSupported) in updateSupportedPowerHints()
189 bool isSupported = false; in isModeSupported() local
195 if (!power_hal_ext_aidl_->isModeSupported(power_hint, &isSupported).isOk()) { in isModeSupported()
203 return isSupported; in isModeSupported()
/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/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/graphics/allocator/aidl/vts/
DVtsHalGraphicsAllocatorAidl_TargetTest.cpp206 bool isSupported(const BufferDescriptorInfo& descriptorInfo) { in isSupported() function in GraphicsTestsBase
209 EXPECT_TRUE(mAllocator->isSupported(descriptorInfo, &ret).isOk()); in isSupported()
211 EXPECT_TRUE(mMapper4->isSupported(convert(descriptorInfo), in isSupported()
340 EXPECT_TRUE(isSupported(info)); in TEST_P()
345 EXPECT_FALSE(isSupported(info)) << "isSupported() returned true for unknown-to-HAL usage"; in TEST_P()
366 EXPECT_FALSE(isSupported(info)) << "isSupported() returned true for unknown-to-HAL option"; in TEST_P()
381 const bool supported = isSupported(info); in TEST_P()
423 const bool supported = isSupported(info); in TEST_P()
/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/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/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/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp342 const std::vector<PropType>& invalidValues, bool* isSupported) { in TestAccessors() argument
346 *isSupported = false; in TestAccessors()
350 *isSupported = true; in TestAccessors()
365 void TestGetVendorParameters(Instance* inst, bool* isSupported) { in TestGetVendorParameters() argument
386 *isSupported = false; in TestGetVendorParameters()
391 *isSupported = true; in TestGetVendorParameters()
395 void TestSetVendorParameters(Instance* inst, bool* isSupported) { in TestSetVendorParameters() argument
403 *isSupported = false; in TestSetVendorParameters()
411 *isSupported = true; in TestSetVendorParameters()
1840 bool isSupported = false; in TEST_P() local
[all …]
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp129 Return<void> GrallocMapper::isSupported(const IMapper::BufferDescriptorInfo &description, isSupport… in isSupported() function in arm::mapper::GrallocMapper
136 common::isSupported(description, hidl_cb); in isSupported()
DGrallocMapper.h69 …Return<void> isSupported(const IMapper::BufferDescriptorInfo &description, isSupported_cb hidl_cb)…
/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/hidl_common/
DMapper.h128 void isSupported(const IMapper::BufferDescriptorInfo &description, IMapper::isSupported_cb hidl_cb);
/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/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h84 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
/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.string(), -isSupported, isAssignableState); in assignCompositionTarget()
1035 if ((isSupported == NO_ERROR) && (isAssignableState)) { in assignCompositionTarget()
1484 uint64_t isSupported = 0; in assignLayer() local
1500 isSupported = mOtfMPPs[j]->isSupported(*display, src_img, dst_img); in assignLayer()
1502 -isSupported); in assignLayer()
1503 if (isSupported == NO_ERROR) { in assignLayer()
1573 if (((isSupported = mM2mMPPs[j]->isSupported(*display, m2m_src_img, in assignLayer()
[all …]
/hardware/interfaces/graphics/mapper/4.0/utils/vts/
DMapperVts.cpp327 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported() function in android::hardware::graphics::mapper::V4_0::vts::Gralloc
329 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported()
338 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupportedNoFailure()

123