/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 | 83 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/3.0/vts/functional/ |
D | VtsHalGraphicsMapperV3_0TargetTest.cpp | 450 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_F() 462 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_F() 474 ASSERT_NO_FATAL_FAILURE(supported = mGralloc->isSupported(info)); in TEST_F()
|
/hardware/interfaces/graphics/mapper/3.0/utils/vts/ |
D | MapperVts.cpp | 289 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported() function in android::hardware::graphics::mapper::V3_0::vts::Gralloc 291 mMapper->isSupported(descriptorInfo, [&](const auto& tmpError, const auto& tmpSupported) { in isSupported()
|
/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 | 438 if (!utils::isSupported(mProperties, sel)) { in TEST_F() 478 if (utils::isSupported(mProperties, sel)) { in TEST_F()
|
/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 2576 if (!isSupported(stream, supportedFormats, devCfg)) { in isStreamCombinationSupported()
|
/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 14527 bool isSupported = false; in setSensorHDR() local 14532 isSupported = true; in setSensorHDR() 14539 isSupported = true; in setSensorHDR() 14546 isSupported = true; in setSensorHDR() 14551 isSupported = true; in setSensorHDR() 14560 if(isSupported) { in setSensorHDR()
|