/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/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);
|
D | BroadcastRadio.cpp | 89 bool BroadcastRadio::isSupported(Class classId) { in isSupported() function in android::hardware::broadcastradio::V1_1::implementation::BroadcastRadio
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/ |
D | MapperVts.h | 84 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 434 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_P() 446 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_P() 458 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_P()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 287 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc 289 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | QtiMapper.h | 89 Return<void> isSupported(const BufferDescriptorInfo_3_0 &descriptor_info,
|
D | QtiMapper.cpp | 258 Return<void> QtiMapper::isSupported(const BufferDescriptorInfo_3_0 &descriptor_info, in isSupported() function in vendor::qti::hardware::display::mapper::implementation::QtiMapper
|
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 122 bool isSupported(const V2_0::Properties& prop, const V2_0::ProgramSelector& sel);
|
/hardware/interfaces/broadcastradio/2.0/default/ |
D | TunerSession.cpp | 98 if (!utils::isSupported(module().mProperties, sel)) { in tune()
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 440 if (!utils::isSupported(mProperties, sel)) { in TEST_P() 480 if (utils::isSupported(mProperties, sel)) { in TEST_P()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 190 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported() function
|
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/ |
D | ExternalCameraDeviceSession.h | 205 static bool isSupported(const Stream& stream,
|
/hardware/interfaces/graphics/mapper/3.0/ |
D | IMapper.hal | 299 isSupported(BufferDescriptorInfo description)
|
/hardware/interfaces/camera/device/3.4/default/ |
D | ExternalCameraDeviceSession.cpp | 2173 bool ExternalCameraDeviceSession::isSupported(const Stream& stream, in isSupported() function in android::hardware::camera::device::V3_4::implementation::ExternalCameraDeviceSession 2574 if (!isSupported(stream, supportedFormats, devCfg)) { in isStreamCombinationSupported()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 14532 bool isSupported = false; in setSensorHDR() local 14537 isSupported = true; in setSensorHDR() 14544 isSupported = true; in setSensorHDR() 14551 isSupported = true; in setSensorHDR() 14556 isSupported = true; in setSensorHDR() 14565 if(isSupported) { in setSensorHDR()
|