/hardware/interfaces/audio/effect/2.0/vts/functional/ |
H A D | ValidateAudioEffectsConfiguration.cpp | 24 TEST(CheckConfig, audioEffectsConfigurationValidation) { function
|
/hardware/interfaces/audio/effect/4.0/vts/functional/ |
H A D | ValidateAudioEffectsConfiguration.cpp | 24 TEST(CheckConfig, audioEffectsConfigurationValidation) { function
|
/hardware/interfaces/audio/core/2.0/vts/functional/ |
H A D | ValidateAudioConfiguration.cpp | 22 TEST(CheckConfig, audioPolicyConfigurationValidation) { function
|
/hardware/interfaces/audio/core/4.0/vts/functional/ |
H A D | ValidateAudioConfiguration.cpp | 22 TEST(CheckConfig, audioPolicyConfigurationValidation) { function
|
/hardware/interfaces/broadcastradio/common/tests/ |
H A D | ProgramIdentifier_test.cpp | 26 TEST(ProgramIdentifierTest, hdRadioStationName) { function in namespace:__anon1125
|
H A D | WorkerThread_test.cpp | 39 TEST(WorkerThreadTest, oneTask) { function in namespace:__anon1126 59 TEST(WorkerThreadTest, cancelSecond) { function in namespace:__anon1126 75 TEST(WorkerThreadTest, executeInOrder) { function in namespace:__anon1126 121 TEST(WorkerThreadTest, dontExecuteAfterDestruction) { function in namespace:__anon1126
|
H A D | IdentifierIterator_test.cpp | 28 TEST(IdentifierIteratorTest, singleSecondary) { function in namespace:__anon1124 46 TEST(IdentifierIteratorTest, empty) { function in namespace:__anon1124 56 TEST(IdentifierIteratorTest, twoSelectors) { function in namespace:__anon1124 66 TEST(IdentifierIteratorTest, increments) { function in namespace:__anon1124 80 TEST(IdentifierIteratorTest, findType) { function in namespace:__anon1124 123 TEST(IdentifierIteratorTest, rangeLoop) { function in namespace:__anon1124
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
H A D | wifi_hidl_test.cpp | 45 TEST(WifiHidlTestNoFixture, Create) { function
|
H A D | wifi_p2p_iface_hidl_test.cpp | 45 TEST(WifiP2pIfaceHidlTestNoFixture, Create) { function
|
H A D | wifi_rtt_controller_hidl_test.cpp | 45 TEST(WifiRttControllerHidlTestNoFixture, Create) { function
|
H A D | wifi_ap_iface_hidl_test.cpp | 53 TEST(WifiApIfaceHidlTestNoFixture, Create) { function
|
H A D | wifi_hidl_call_util_selftest.cpp | 100 TEST(HidlInvokeTest, WorksWithMethodThatTakesResultCallbackByValue) { function 110 TEST(HidlInvokeTest, WorksWithMethodThatTakesResultCallbackByConstReference) { function
|
H A D | wifi_sta_iface_hidl_test.cpp | 68 TEST(WifiStaIfaceHidlTestNoFixture, Create) { function
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
H A D | RecurrentTimer_test.cpp | 33 TEST(RecurrentTimerTest, oneInterval) { function in namespace:__anon1101 47 TEST(RecurrentTimerTest, multipleIntervals) { function in namespace:__anon1101
|
H A D | VmsUtils_test.cpp | 32 TEST(VmsUtilsTest, subscribeMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 47 TEST(VmsUtilsTest, unsubscribeMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 62 TEST(VmsUtilsTest, singleOfferingMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 83 TEST(VmsUtilsTest, offeringWithDependencies) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 111 TEST(VmsUtilsTest, availabilityMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 120 TEST(VmsUtilsTest, subscriptionsMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 129 TEST(VmsUtilsTest, dataMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 141 TEST(VmsUtilsTest, emptyMessageInvalid) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 146 TEST(VmsUtilsTest, invalidMessageType) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 154 TEST(VmsUtilsTes function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 162 TEST(VmsUtilsTest, parseInvalidDataMessage) { function in namespace:android::hardware::automotive::vehicle::V2_0::vms::__anon1106 [all...] |
/hardware/libhardware/modules/camera/3_4/metadata/ |
H A D | ignored_control_delegate_test.cpp | 25 TEST(IgnoredControlDelegateTest, DefaultGet) { function in namespace:v4l2_camera_hal 33 TEST(IgnoredControlDelegateTest, GetAndSet) { function in namespace:v4l2_camera_hal
|
H A D | no_effect_control_delegate_test.cpp | 25 TEST(NoEffectControlDelegateTest, DefaultGet) { function in namespace:v4l2_camera_hal 33 TEST(NoEffectControlDelegateTest, GetAndSet) { function in namespace:v4l2_camera_hal
|
/hardware/libhardware/tests/input/evdev/ |
H A D | BitUtils_test.cpp | 24 TEST(BitInRange, testInvalidRange) { function in namespace:android::tests 30 TEST(BitInRange, testNoBits) { function in namespace:android::tests 36 TEST(BitInRange, testOneBit) { function in namespace:android::tests 44 TEST(BitInRange, testZeroStart) { function in namespace:android::tests 54 TEST(BitInRange, testByteBoundaryEnd) { function in namespace:android::tests 64 TEST(BitInRange, testMultiByteArray) { function in namespace:android::tests
|
/hardware/interfaces/confirmationui/support/test/ |
H A D | android_cbor_test.cpp | 80 TEST(Cbor, FeatureTest) { function 91 TEST(Cbor, BufferTooShort) { function 104 TEST(Cbor, MalformedUTF8Test_Stray) { function 112 TEST(Cbor, MalformendUTF8Test_StringEndsMidMultiByte) { function 120 TEST(Cbor, UTF8Test_TwoBytes) { function 128 TEST(Cbor, UTF8Test_ThreeBytes) { function 136 TEST(Cbor, UTF8Test_FourBytes) { function 144 TEST(Cbor, MalformendUTF8Test_CharacterTooLong) { function 152 TEST(Cbor, MalformendUTF8Test_StringEndsMidMultiByte2) { function 160 TEST(Cbo function [all...] |
H A D | msg_formatting_test.cpp | 67 TEST(MsgFormattingTest, FeatureTest) { function 110 TEST(MsgFormattingTest, HardwareAuthTokenTest) { function
|
/hardware/interfaces/wifi/supplicant/1.1/vts/functional/ |
H A D | supplicant_sta_network_hidl_test.cpp | 57 TEST(SupplicantStaNetworkHidlTestNoFixture, Create) { function
|
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/ |
H A D | supplicant_hidl_test.cpp | 53 TEST(SupplicantHidlTestNoFixture, Create) { function
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
H A D | TriStateTest.cpp | 29 TEST(TriStateTest, Constructor) { function 69 TEST(TriStateTest, IncAndDecOperation) { function 92 TEST(TriStateTest, Comparison) { function 130 TEST(TriStateTest, CompoundAssign) { function 184 TEST(TriStateTest, UnaryOperation) { function
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/ |
H A D | cam_semaphore_tests.cpp | 49 TEST(cam_semaphore_tests, cam_semaphore_timedwait) { function
|
/hardware/interfaces/wifi/hostapd/1.0/vts/functional/ |
H A D | hostapd_hidl_test.cpp | 130 TEST(HostapdHidlTestNoFixture, Create) { function
|