Searched refs:test (Results 1 - 25 of 52) sorted by relevance

123

/hardware/intel/common/libva/test/basic/
H A Dtest_01.c37 void test() function
H A Dtest_02.c34 void test() function
H A Dtest_03.c35 void test() function
H A Dtest_common.c57 void test();
81 test();
H A Dtest_04.c37 void test() function
H A Dtest_05.c35 void test() function
H A Dtest_08.c66 void test() function
H A Dtest_06.c68 void test() function
H A Dtest_07.c53 void test() function
H A Dtest_09.c35 void test() function
/hardware/interfaces/audio/2.0/vts/functional/utility/
H A DValidateXml.h25 namespace test { namespace in namespace:android::hardware::audio
37 /** Helper gtest ASSERT to test xml validity against an xsd. */
39 ASSERT_PRED_FORMAT2(::android::hardware::audio::test::validateXml, \
42 } // namespace test
/hardware/libhardware/tests/hwc/
H A DAndroid.mk10 LOCAL_MODULE := hwc-test-arrows
11 LOCAL_SRC_FILES := test-arrows.c
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DAndroid.mk39 # host side shared library (for host test, example, etc)
62 test/HidParserExample.cpp \
63 test/TestHidDescriptor.cpp
65 LOCAL_C_INCLUDES += $(LOCAL_PATH)/test
78 test/HidParserExample2.cpp \
79 test/TestHidDescriptor.cpp
81 LOCAL_C_INCLUDES += $(LOCAL_PATH)/test
92 LOCAL_SRC_FILES := test/TriStateTest.cpp
98 LOCAL_C_INCLUDES += $(LOCAL_PATH)/test
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/
H A Dvdec.mk89 # Make the apps-test (mm-vdec-omx-test)
93 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
94 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
96 LOCAL_MODULE := mm-vdec-omx-test
99 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
104 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
109 # Make the driver-test (mm-video-driver-test)
113 mm-vdec-drv-test
[all...]
H A Dvenc.mk79 # # Make the apps-test (mm-venc-omx-test720p)
96 LOCAL_SRC_FILES := venc/test/venc_test.cpp
97 LOCAL_SRC_FILES += venc/test/camera_test.cpp
98 LOCAL_SRC_FILES += venc/test/venc_util.c
99 LOCAL_SRC_FILES += venc/test/fb_test.c
104 # Make the apps-test (mm-video-driver-test)
109 venc-test-inc += $(LOCAL_PATH)/venc/inc
111 LOCAL_MODULE := mm-video-encdrv-test
113 LOCAL_C_INCLUDES := $(venc-test
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/
H A DAndroid.mk86 # Host test for HidRawSensor. Test with dummy test HID descriptors.
91 # host test is targeting linux host only
99 HidUtils/test/TestHidDescriptor.cpp \
100 test/HidRawSensorTest.cpp
104 LOCAL_C_INCLUDES += $(LOCAL_PATH)/test $(LOCAL_PATH)/HidUtils/test
108 # Host test for HidRawDevice and HidRawSensor. Test with hidraw
114 # host test is targeting linux host only
123 test/HidRawDeviceTes
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
H A Dvdec.mk180 # Make the apps-test (mm-vdec-omx-test)
184 mm-vdec-test-inc := hardware/qcom/media/msm8974/mm-core/inc
185 mm-vdec-test-inc += $(LOCAL_PATH)/vdec/inc
186 mm-vdec-test-inc += $(vdec-inc)
188 LOCAL_MODULE := mm-vdec-omx-test
191 LOCAL_C_INCLUDES := $(mm-vdec-test-inc)
196 LOCAL_SRC_FILES += vdec/test/omx_vdec_test.cpp
201 # Make the driver-test (mm-video-driver-test)
[all...]
/hardware/interfaces/audio/2.0/vts/functional/
H A DAudioPrimaryHidlHalTest.cpp91 /** Document the current test case.
92 * Eg: calling `doc::test("Dump the state of the hal")` in the "debugDump" test
100 void test(const std::string& testCaseDocumentation) { function in namespace:doc
104 /** Document why a test was not fully run. Usually due to an optional feature
111 /** Add a note to the test. */
167 // Cache the devicesFactory retrieval to speed up each test by ~0.5s
173 doc::test("test the getService (called in SetUp)");
177 doc::test("tes
[all...]
/hardware/intel/img/hwcomposer/merrifield/test/
H A DAndroid.mk25 # to integrate with auto-test framework.
/hardware/interfaces/gnss/1.0/vts/functional/
H A DVtsHalGnssV1_0TargetTest.cpp40 // for command line argument on how strictly to run the test
44 // The main test class for GNSS HAL.
102 /* Used as a mechanism to inform the test that a callback has occurred */
150 // Actual (test) callback handlers
181 * test.)
281 bool StartAndGetSingleLocation(GnssHalTest* test, bool checkAccuracies) { argument
282 auto result = test->gnss_hal_->start();
288 * GPS signals initially optional for this test, so don't expect fast fix,
297 test->wait(firstGnssLocationTimeoutSeconds);
299 EXPECT_EQ(test
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/test/
H A DHidRawDeviceTest.cpp30 * Host test that verifies HidRawDevice and HidRawSensor works correctly.
34 static void test(const char *devicePath) { function in class:android::SensorHalExt::HidRawDeviceTest
123 android::SensorHalExt::HidRawDeviceTest::test(argv[1]);
H A DHidRawSensorTest.cpp110 static bool test() { function in class:android::SensorHalExt::HidRawSensorTest
161 return android::SensorHalExt::HidRawSensorTest::test() ? 0 : 1;
/hardware/qcom/gps/msm8909/utils/
H A DLocThread.cpp156 // obj, so if we test our code well, else case
247 // test detached thread: valgrind ./a.out 0
248 // test joinable thread: valgrind ./a.out 1
250 LocRunnableTest1 test(10);
253 thread.start("LocThreadTest", test, atoi(argv[1]));
/hardware/qcom/gps/msm8996/utils/
H A DLocThread.cpp156 // obj, so if we test our code well, else case
247 // test detached thread: valgrind ./a.out 0
248 // test joinable thread: valgrind ./a.out 1
250 LocRunnableTest1 test(10);
253 thread.start("LocThreadTest", test, atoi(argv[1]));
/hardware/qcom/gps/msm8998/utils/
H A DLocThread.cpp158 // obj, so if we test our code well, else case
249 // test detached thread: valgrind ./a.out 0
250 // test joinable thread: valgrind ./a.out 1
252 LocRunnableTest1 test(10);
255 thread.start("LocThreadTest", test, atoi(argv[1]));

Completed in 384 milliseconds

123