/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 197 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/ |
D | powerhal_helper.cpp | 143 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/ |
D | IDrmFactory.hal | 34 * @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);
|
D | ICryptoFactory.hal | 32 * @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/ |
D | ExynosMPPModule.cpp | 61 int64_t ExynosMPPModule::isSupported(ExynosDisplay &display, in isSupported() function in ExynosMPPModule 72 return ExynosMPP::isSupported(display, src, dst); in isSupported()
|
D | ExynosMPPModule.h | 31 virtual int64_t isSupported(ExynosDisplay &display, struct exynos_image &src,
|
/hardware/interfaces/automotive/can/1.0/tools/libcanhaltools/ |
D | libcanhaltools.cpp | 42 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/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 206 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/ |
D | libcanhaltools.h | 38 bool isSupported(sp<V1_0::ICanController> ctrl, V1_0::ICanController::InterfaceType iftype);
|
/hardware/interfaces/graphics/allocator/aidl/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 67 boolean isSupported(in BufferDescriptorInfo descriptor); in isSupported() method
|
/hardware/interfaces/graphics/allocator/aidl/aidl_api/android.hardware.graphics.allocator/2/android/hardware/graphics/allocator/ |
D | IAllocator.aidl | 42 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/ |
D | IAllocator.aidl | 42 boolean isSupported(in android.hardware.graphics.allocator.BufferDescriptorInfo descriptor); in isSupported() method
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | BroadcastRadioFactory.cpp | 41 if (!BroadcastRadio::isSupported(classId)) continue; in BroadcastRadioFactory()
|
D | BroadcastRadio.h | 58 static bool isSupported(V1_0::Class classId);
|
/hardware/interfaces/drm/1.2/ |
D | IDrmFactory.hal | 47 * @return isSupported must be true only if the scheme is supported 50 @1.1::SecurityLevel securityLevel) generates(bool isSupported);
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 342 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/ |
D | GrallocMapper.cpp | 129 Return<void> GrallocMapper::isSupported(const IMapper::BufferDescriptorInfo &description, isSupport… in isSupported() function in arm::mapper::GrallocMapper 136 common::isSupported(description, hidl_cb); in isSupported()
|
D | GrallocMapper.h | 69 …Return<void> isSupported(const IMapper::BufferDescriptorInfo &description, isSupported_cb hidl_cb)…
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanControllerV1_0TargetTest.cpp | 69 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/ |
D | Mapper.h | 128 void isSupported(const IMapper::BufferDescriptorInfo &description, IMapper::isSupported_cb hidl_cb);
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/userhal/include/ |
D | FakeUserHal.h | 47 bool isSupported(int32_t prop);
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/userhal/include/ |
D | FakeUserHal.h | 49 static bool isSupported(int32_t prop);
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 84 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/google/graphics/common/libhwc2.1/libresource/ |
D | ExynosResourceManager.cpp | 1016 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/ |
D | MapperVts.cpp | 327 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()
|