/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 200 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/ |
D | powerhal_helper.cpp | 144 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/ |
D | parse_dependency.py | 180 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/ |
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/graphics/allocator/aidl/vts/ |
D | VtsHalGraphicsAllocatorAidl_TargetTest.cpp | 207 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/ |
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/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/google/gchips/gralloc4/src/hidl_common/ |
D | Allocator.h | 62 bool isSupported(buffer_descriptor_t *const bufDescriptor);
|
/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/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/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 372 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/ |
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/aidl/ |
D | GrallocAllocator2.h | 30 virtual ndk::ScopedAStatus isSupported(const AidlAllocator::BufferDescriptorInfo& descriptor,
|
D | GrallocAllocator2.cpp | 156 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/ |
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.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/ |
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/google/gchips/gralloc4/src/4.x/ |
D | GrallocMapper.h | 69 …Return<void> isSupported(const IMapper::BufferDescriptorInfo &description, isSupported_cb hidl_cb)…
|