Home
last modified time | relevance | path

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

/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/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);
DBroadcastRadio.cpp89 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/
DMapperVts.h84 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/3.0/vts/functional/
DVtsHalGraphicsMapperV3_0TargetTest.cpp434 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/
DMapperVts.cpp287 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/
DQtiMapper.h89 Return<void> isSupported(const BufferDescriptorInfo_3_0 &descriptor_info,
DQtiMapper.cpp258 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/
DUtils.h122 bool isSupported(const V2_0::Properties& prop, const V2_0::ProgramSelector& sel);
/hardware/interfaces/broadcastradio/2.0/default/
DTunerSession.cpp98 if (!utils::isSupported(module().mProperties, sel)) { in tune()
/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp440 if (!utils::isSupported(mProperties, sel)) { in TEST_P()
480 if (utils::isSupported(mProperties, sel)) { in TEST_P()
/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp190 bool isSupported(const Properties& prop, const ProgramSelector& sel) { in isSupported() function
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h205 static bool isSupported(const Stream& stream,
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal299 isSupported(BufferDescriptorInfo description)
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp2173 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/
DQCamera3HWI.cpp14532 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()