/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 37 namespace vts { 47 using Gralloc2 = android::hardware::graphics::mapper::V2_0::vts::Gralloc; 48 using Gralloc2_1 = android::hardware::graphics::mapper::V2_1::vts::Gralloc; 49 using Gralloc3 = android::hardware::graphics::mapper::V3_0::vts::Gralloc; 50 using Gralloc4 = android::hardware::graphics::mapper::V4_0::vts::Gralloc; 55 class Composer : public V2_1::vts::Composer { 57 using V2_1::vts::Composer::Composer; 63 class ComposerClient : public V2_1::vts::ComposerClient { 66 : V2_1::vts::ComposerClient(client), mClient(client) {} in ComposerClient() 70 void execute(V2_1::vts::TestCommandReader* reader, CommandWriterBase* writer); [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 | 18 name: "[email protected]vts", 49 include_dirs: ["hardware/interfaces/drm/1.0/vts/functional"], 54 "[email protected]vts", 55 "[email protected]vts", 56 "[email protected]vts", 57 "[email protected]vts", 90 "vts",
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | Android.bp | 36 "[email protected]vts", 38 "[email protected]vts", 40 "[email protected]vts", 42 "[email protected]vts", 43 "[email protected]vts", 44 "[email protected]vts", 45 "[email protected]vts", 46 "[email protected]vts", 55 test_suites: ["general-tests", "vts"],
|
/hardware/interfaces/graphics/composer/2.1/utils/vts/ |
D | Android.bp | 18 name: "[email protected]vts", 27 "[email protected]vts", 28 "[email protected]vts", 29 "[email protected]vts", 34 "[email protected]vts", 35 "[email protected]vts", 36 "[email protected]vts",
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | Android.bp | 37 "[email protected]vts", 39 "[email protected]vts", 41 "[email protected]vts", 42 "[email protected]vts", 43 "[email protected]vts", 44 "[email protected]vts", 45 "[email protected]vts", 53 test_suites: ["general-tests", "vts"],
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
D | Android.bp | 18 name: "[email protected]vts", 29 "[email protected]vts", 31 "[email protected]vts", 38 "[email protected]vts", 40 "[email protected]vts", 43 "[email protected]vts", 45 "[email protected]vts",
|
/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/graphics/composer/2.2/vts/functional/ |
D | Android.bp | 47 "[email protected]vts", 49 "[email protected]vts", 50 "[email protected]vts", 51 "[email protected]vts", 52 "[email protected]vts", 53 "[email protected]vts", 64 "vts",
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | Android.bp | 36 "[email protected]vts", 37 "[email protected]vts", 38 "[email protected]vts", 39 "[email protected]vts", 40 "[email protected]vts", 46 test_suites: ["general-tests", "vts"],
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | Android.bp | 18 name: "android.hardware.automotive.can@vts-defaults", 28 "android.hardware.automotive.can@vts-utils-lib", 33 "vts", 39 defaults: ["android.hardware.automotive.can@vts-defaults"], 45 defaults: ["android.hardware.automotive.can@vts-defaults"], 51 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 | 18 name: "[email protected]vts", 28 "[email protected]vts", 34 "[email protected]vts",
|
/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/drm/1.1/vts/functional/ |
D | Android.bp | 18 name: "[email protected]vts", 21 "hardware/interfaces/drm/1.0/vts/functional", 63 "[email protected]vts", 84 "vts",
|
/hardware/interfaces/audio/core/all-versions/vts/functional/ |
D | Android.bp | 36 "vts", 58 // Use test_config for vts-core suite. 81 // Use test_config for vts-core suite. 104 // Use test_config for vts-core suite. 127 // Use test_config for vts-core suite.
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | Android.bp | 34 test_suites: ["general-tests", "vts"], 40 // Use test_config for vts suite. 60 // Use test_config for vts suite. 80 // Use test_config for vts suite. 100 // Use test_config for vts suite.
|
/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/broadcastradio/2.0/vts/functional/ |
D | Android.bp | 24 "android.hardware.broadcastradio@vts-utils-lib", 25 "android.hardware.broadcastradio@vts-utils-lib", 30 "vts",
|
/hardware/interfaces/ |
D | OWNERS | 8 [email protected] # vts tests 9 [email protected] # vts tests
|
/hardware/interfaces/graphics/mapper/2.1/vts/functional/ |
D | Android.bp | 26 "[email protected]vts", 27 "[email protected]vts", 29 test_suites: ["general-tests", "vts"],
|
/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/graphics/composer/2.3/utils/vts/ |
D | Android.bp | 18 name: "[email protected]vts", 24 "[email protected]vts", 29 "[email protected]vts",
|
/hardware/interfaces/audio/ |
D | README | 25 | `-- vts <== vts of core API 36 `-- vts
|