/hardware/interfaces/security/authgraph/aidl/vts/functional/ |
D | role_test.rs | 21 use authgraph_vts_test as vts; 56 let mut sink = vts::test_ag_participant().expect("failed to create a local sink"); in test_nonsecure_source_mainline() 57 vts::source::test_mainline(&mut sink, require_nonsecure!()); in test_nonsecure_source_mainline() 61 let mut sink = vts::test_ag_participant().expect("failed to create a local sink"); in test_nonsecure_source_corrupt_sig() 62 vts::source::test_corrupt_sig(&mut sink, require_nonsecure!()); in test_nonsecure_source_corrupt_sig() 66 let mut sink = vts::test_ag_participant().expect("failed to create a local sink"); in test_nonsecure_source_corrupt_keys() 67 vts::source::test_corrupt_key(&mut sink, require_nonsecure!()); in test_nonsecure_source_corrupt_keys() 71 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_mainline() 72 vts::sink::test_mainline(&mut source, require_nonsecure!()); in test_nonsecure_sink_mainline() 76 let mut source = vts::test_ag_participant().expect("failed to create a local source"); in test_nonsecure_sink_corrupt_sig() [all …]
|
/hardware/interfaces/drm/1.3/vts/functional/ |
D | drm_hal_test_main.cpp | 45 using android::hardware::drm::V1_0::vts::DrmHalVendorFactoryTest; 46 using android::hardware::drm::V1_0::vts::DrmHalVendorPluginTest; 47 using android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest; 48 using android::hardware::drm::V1_0::vts::DrmHalClearkeyFactoryTest; 49 using android::hardware::drm::V1_0::vts::DrmHalClearkeyPluginTest; 50 using android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest; 51 using android::hardware::drm::V1_1::vts::DrmHalClearkeyTest; 52 using android::hardware::drm::V1_2::vts::DrmHalTest; 53 using android::hardware::drm::V1_2::vts::DrmHalClearkeyTestV1_2; 54 using android::hardware::drm::V1_3::vts::DrmHalTestV1_3;
|
D | Android.bp | 27 name: "android.hardware.drm@1.3-vts", 58 include_dirs: ["hardware/interfaces/drm/1.0/vts/functional"], 63 "android.hardware.drm@1.0-vts", 64 "android.hardware.drm@1.1-vts", 65 "android.hardware.drm@1.2-vts", 66 "android.hardware.drm@1.3-vts", 99 "vts",
|
/hardware/interfaces/tv/cec/1.0/vts/functional/ |
D | README.md | 13 From the Android root folder, after choosing the lunch combo, use `make vts` to build VTS. 21 1. Using vts-tradefed : 23 cd $ANDROID_BUILD_TOP/out/host/linux-x86/vts/android-vts/tools 24 ./vts-tradefed run commandAndExit vts -m VtsHalTvCecV1_0TargetTest
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 36 namespace vts { 47 class Composer : public V2_1::vts::Composer { 49 using V2_1::vts::Composer::Composer; 55 class ComposerClient : public V2_1::vts::ComposerClient { 58 : V2_1::vts::ComposerClient(client), mClient(client) {} in ComposerClient() 62 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer);
|
/hardware/interfaces/drm/1.0/vts/functional/ |
D | drm_hal_test_main.cpp | 26 using ::android::hardware::drm::V1_0::vts::DrmHalClearkeyFactoryTest; 27 using ::android::hardware::drm::V1_0::vts::DrmHalClearkeyPluginTest; 28 using ::android::hardware::drm::V1_0::vts::DrmHalClearkeyDecryptTest; 30 using ::android::hardware::drm::V1_0::vts::DrmHalVendorFactoryTest; 31 using ::android::hardware::drm::V1_0::vts::DrmHalVendorPluginTest; 32 using ::android::hardware::drm::V1_0::vts::DrmHalVendorDecryptTest;
|
/hardware/interfaces/drm/1.4/vts/functional/ |
D | Android.bp | 27 name: "android.hardware.drm@1.4-vts", 48 "android.hardware.drm@1.2-vts", 52 "android.hardware.drm@1.2-vts", 62 include_dirs: ["hardware/interfaces/drm/1.0/vts/functional"], 67 "android.hardware.drm@1.4-vts", 83 "android.hardware.drm@1.2-vts", 102 "vts",
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | Android.bp | 27 name: "android.hardware.automotive.can@vts-defaults", 37 "android.hardware.automotive.can@vts-utils-lib", 42 "vts", 48 defaults: ["android.hardware.automotive.can@vts-defaults"], 54 defaults: ["android.hardware.automotive.can@vts-defaults"], 60 defaults: ["android.hardware.automotive.can@vts-defaults"],
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 24 namespace vts { namespace 44 Gralloc::Gralloc(bool errOnFailure) : V2_0::vts::Gralloc() { in Gralloc() 53 : V2_0::vts::Gralloc(allocatorServiceName, mapperServiceName) { in Gralloc() 61 mMapperV2_1 = IMapper::castFrom(V2_0::vts::Gralloc::getMapper()); in init() 113 auto buffers = V2_0::vts::Gralloc::allocate(descriptor, 1, import, outStride); in allocate()
|
D | Android.bp | 28 name: "android.hardware.graphics.mapper@2.1-vts", 41 "android.hardware.graphics.mapper@2.0-vts", 47 "android.hardware.graphics.mapper@2.0-vts",
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | Android.bp | 46 "android.hardware.graphics.composer@2.1-vts", 48 "android.hardware.graphics.composer@2.2-vts", 50 "android.hardware.graphics.composer@2.3-vts", 52 "android.hardware.graphics.composer@2.4-vts", 64 "vts",
|
/hardware/interfaces/drm/1.4/vts/functional/include/android/hardware/drm/1.4/vts/ |
D | drm_hal_test.h | 49 namespace vts { 59 class DrmHalTest : public drm::V1_2::vts::DrmHalTest { 61 using drm::V1_2::vts::DrmHalTest::DrmHalTest;
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/include/composer-vts/2.4/ |
D | ComposerVts.h | 33 namespace vts { 50 class Composer : public V2_3::vts::Composer { 63 class ComposerClient : public V2_3::vts::ComposerClient { 66 : V2_3::vts::ComposerClient(client), mClient(client) {} in ComposerClient()
|
D | TestCommandReader.h | 22 namespace android::hardware::graphics::composer::V2_4::vts { 27 : public android::hardware::graphics::composer::V2_1::vts::TestCommandReader {
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | Android.bp | 46 "android.hardware.graphics.composer@2.1-vts", 48 "android.hardware.graphics.composer@2.2-vts", 50 "android.hardware.graphics.composer@2.3-vts", 61 "vts",
|
/hardware/interfaces/drm/aidl/vts/ |
D | drm_hal_test_main.cpp | 38 using ::aidl::android::hardware::drm::vts::DrmHalClearkeyTest; 39 using ::aidl::android::hardware::drm::vts::DrmHalTest; 40 using ::aidl::android::hardware::drm::vts::HalBaseName;
|
/hardware/interfaces/graphics/composer/2.4/utils/vts/ |
D | TestCommandReader.cpp | 21 namespace android::hardware::graphics::composer::V2_4::vts { namespace 33 return android::hardware::graphics::composer::V2_1::vts::TestCommandReader:: in parseSingleCommand()
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | Android.bp | 49 "vts", 56 // Use test_config for vts suite. 76 // Use test_config for vts suite. 96 // Use test_config for vts suite. 116 // Use test_config for vts suite. 136 // Use test_config for vts suite.
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/include/composer-vts/2.3/ |
D | ComposerVts.h | 32 namespace vts { 47 class Composer : public V2_2::vts::Composer { 60 class ComposerClient : public V2_2::vts::ComposerClient { 63 : V2_2::vts::ComposerClient(client), mClient(client) {} in ComposerClient()
|
/hardware/interfaces/drm/1.1/vts/functional/ |
D | Android.bp | 27 name: "android.hardware.drm@1.1-vts", 30 "hardware/interfaces/drm/1.0/vts/functional", 75 "android.hardware.drm@1.1-vts", 96 "vts",
|
/hardware/interfaces/wifi/aidl/vts/functional/ |
D | Android.bp | 49 "vts", 75 "vts", 101 "vts", 127 "vts", 153 "vts",
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | Android.bp | 36 "android.hardware.graphics.mapper@2.0-vts", 37 "android.hardware.graphics.mapper@2.1-vts", 41 "vts",
|
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | Android.bp | 34 "android.hardware.broadcastradio@vts-utils-lib", 35 "android.hardware.broadcastradio@vts-utils-lib", 40 "vts",
|
/hardware/interfaces/graphics/composer/2.3/utils/vts/ |
D | Android.bp | 28 name: "android.hardware.graphics.composer@2.3-vts", 36 "android.hardware.graphics.composer@2.2-vts", 41 "android.hardware.graphics.composer@2.2-vts",
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 27 namespace vts { 33 class Gralloc : public V2_0::vts::Gralloc {
|