Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 148) sorted by relevance

123456

/hardware/interfaces/tests/bar/1.0/
DIImportRules.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0;
22 // Note that there is a android.hardware.tests.foo@1.0::Outer in types.hal
33 rule0b1(android.hardware.tests.bar@1.0::IImportRules.Outer o);
34 rule0c(android.hardware.tests.foo@1.0::Outer o);
35 rule0d(@1.0::Outer o); // android.hardware.tests.foo@1.0::Outer
38 rule0g(android.hardware.tests.foo@1.0::Outer.Inner o);
39 rule0h(@1.0::Outer.Inner o); // android.hardware.tests.foo@1.0::Outer.Inner
42 rule1b(android.hardware.tests.foo@1.0::Def abc);
46 // android.hardware.tests.foo@1.0::IFooCallback, since bar@1.0::IFooCallback is not imported.
DIBar.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0::IFoo;
20 import android.hardware.tests.foo@1.0::ISimple;
21 import android.hardware.tests.foo@1.0::Abc;
22 import android.hardware.tests.foo@1.0::Unrelated;
26 interface IBar extends android.hardware.tests.foo@1.0::IFoo {
28 typedef android.hardware.tests.foo@1.0::IFoo FunkyAlias;
DIImportTypes.hal17 package android.hardware.tests.bar@1.0;
19 import android.hardware.tests.foo@1.0::types;
25 android.hardware.tests.foo@1.0::Outer.Inner inner;
DAndroid.bp4 name: "android.hardware.tests.bar@1.0",
15 "android.hardware.tests.foo@1.0",
/hardware/interfaces/wifi/1.2/default/
DAndroid.mk97 LOCAL_MODULE := android.hardware.wifi@1.0-service-tests
100 tests/hidl_struct_util_unit_tests.cpp \
101 tests/main.cpp \
102 tests/mock_wifi_feature_flags.cpp \
103 tests/mock_wifi_legacy_hal.cpp \
104 tests/mock_wifi_mode_controller.cpp \
105 tests/ringbuffer_unit_tests.cpp \
106 tests/wifi_chip_unit_tests.cpp
/hardware/interfaces/tests/pointer/1.0/default/
DGraph.h10 namespace tests {
15 using ::android::hardware::tests::pointer::V1_0::IGraph;
26 …oid> passTwoGraphs(::android::hardware::tests::pointer::V1_0::IGraph::Graph const* g1, ::android::…
29 …Return<void> passASimpleRef(::android::hardware::tests::pointer::V1_0::IGraph::Alpha const* a) ov…
30 …Return<void> passASimpleRefS(::android::hardware::tests::pointer::V1_0::IGraph::Theta const* s) o…
DAndroid.bp4 name: "android.hardware.tests.pointer@1.0-impl",
25 static_libs: ["android.hardware.tests.pointer@1.0"],
/hardware/interfaces/tests/msgq/1.0/default/
DAndroid.bp17 name: "android.hardware.tests.msgq@1.0-impl",
38 "android.hardware.tests.msgq@1.0",
43 name: "android.hardware.tests.msgq@1.0-service-benchmark",
55 "android.hardware.tests.msgq@1.0"
60 name: "android.hardware.tests.msgq@1.0-service-test",
81 static_libs: ["android.hardware.tests.msgq@1.0"],
82 whole_static_libs: ["android.hardware.tests.msgq@1.0-impl"],
/hardware/interfaces/tests/foo/1.0/default/
DFoo.h11 namespace tests {
16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
25 using ContainsUnion = ::android::hardware::tests::foo::V1_0::IFoo::ContainsUnion;
26 using Discriminator = ::android::hardware::tests::foo::V1_0::IFoo::Discriminator;
27 using Union = ::android::hardware::tests::foo::V1_0::IFoo::Union;
DAndroid.bp4 name: "android.hardware.tests.foo@1.0-impl",
24 static_libs: ["android.hardware.tests.foo@1.0"],
/hardware/interfaces/tests/bar/1.0/default/
DBar.h10 namespace tests {
15 using ::android::hardware::tests::bar::V1_0::IBar;
16 using ::android::hardware::tests::foo::V1_0::Abc;
17 using ::android::hardware::tests::foo::V1_0::IFoo;
18 using ::android::hardware::tests::foo::V1_0::IFooCallback;
19 using ::android::hardware::tests::foo::V1_0::ISimple;
26 using BitField = ::android::hardware::tests::foo::V1_0::IFoo::BitField;
27 using MyMask = ::android::hardware::tests::foo::V1_0::IFoo::MyMask;
DAndroid.bp4 name: "android.hardware.tests.bar@1.0-impl",
25 "android.hardware.tests.foo@1.0",
26 "android.hardware.tests.bar@1.0",
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp83 name: "android.hardware.automotive.vehicle@2.0-manager-unit-tests",
88 "tests/RecurrentTimer_test.cpp",
89 "tests/SubscriptionManager_test.cpp",
90 "tests/VehicleHalManager_test.cpp",
91 "tests/VehicleObjectPool_test.cpp",
92 "tests/VehiclePropConfigIndex_test.cpp",
93 "tests/VmsUtils_test.cpp",
/hardware/interfaces/tests/inheritance/1.0/default/
DChild.h10 namespace tests {
15 using ::android::hardware::tests::inheritance::V1_0::IParent;
16 using ::android::hardware::tests::inheritance::V1_0::IChild;
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md1 ## Omx Hal @ 1.0 tests ##
4 The scope of the tests presented here is not restricted solely to testing omx hal @ 1.0 API but als…
12tests aspects common to all omx compatible components. For instance, port enabling/disabling, enum…
17 …nd of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards …
26 …nd of stream test, timestamp deviations test, flush test and so on. These tests are aimed towards …
34 …These input are files are present in the folder 'res'. Before running the tests all the files in '…
/hardware/interfaces/tests/extension/light/2.0/default/
DLight.h25 namespace tests {
31 using ::android::hardware::tests::extension::light::V2_0::LightState;
32 using ::android::hardware::tests::extension::light::V2_0::ILight;
DAndroid.bp18 name: "android.hardware.tests.extension.light@2.0-service",
20 init_rc: ["android.hardware.tests.extension.light@2.0-service.rc"],
33 "android.hardware.tests.extension.light@2.0",
/hardware/interfaces/tests/trie/1.0/default/
DTrie.h27 namespace tests {
36 using ::android::hardware::tests::trie::V1_0::ITrie;
37 using ::android::hardware::tests::trie::V1_0::TrieNode;
DAndroid.bp2 name: "android.hardware.tests.trie@1.0-impl",
20 static_libs: ["android.hardware.tests.trie@1.0"],
/hardware/interfaces/tests/libhwbinder/aidl/
DAndroid.bp2 name: "android.hardware.tests.libbinder",
5 srcs: ["android/tests/binder/IBenchmark.aidl"],
/hardware/interfaces/tests/libhwbinder/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.libhwbinder@1.0-impl",
17 static_libs: ["android.hardware.tests.libhwbinder@1.0"],
DBenchmark.h9 namespace tests {
14 using ::android::hardware::tests::libhwbinder::V1_0::IBenchmark;
/hardware/interfaces/tests/hash/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.hash@1.0-impl",
19 static_libs: ["android.hardware.tests.hash@1.0"],
/hardware/interfaces/tests/multithread/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.multithread@1.0-impl",
20 static_libs: ["android.hardware.tests.multithread@1.0"],
/hardware/interfaces/tests/baz/1.0/default/
DAndroid.bp2 name: "android.hardware.tests.baz@1.0-impl",
20 static_libs: ["android.hardware.tests.baz@1.0"],

123456