Searched refs:ASSERT_GE (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/nativemedia/aaudio/jni/ |
D | utils.cpp | 154 ASSERT_GE(mActual.sampleRate, kMinValidSampleRate); in createAndVerifyStream() 157 ASSERT_GE(AAudioStream_getHardwareSampleRate(mStream), kMinValidSampleRate); in createAndVerifyStream() 161 ASSERT_GE(mActual.channelCount, kMinValidChannelCount); in createAndVerifyStream() 164 ASSERT_GE(AAudioStream_getHardwareChannelCount(mStream), kMinValidChannelCount); in createAndVerifyStream() 188 ASSERT_GE(mFramesPerBurst, 16); in createAndVerifyStream()
|
D | test_aaudio_callback.cpp | 273 ASSERT_GE(mCbData->callbackCount, kExpectedCallbackCount); in TEST_P() 453 ASSERT_GE(mCbData->callbackCount, kExpectedCallbackCount); in TEST_P()
|
D | test_aaudio.cpp | 404 ASSERT_GE(framesWritten, 0); in TEST_P() 474 ASSERT_GE(aaudioFramesRead, aaudioFramesReadFinal); // monotonic increase in TEST_P()
|
/cts/tests/tests/graphics/jni/ |
D | NativeTestHelpers.h | 38 #define ASSERT_GE(a, b) \ macro
|
D | android_graphics_cts_AImageDecoderTest.cpp | 806 ASSERT_GE(width, 1); in testComputeSampledSize() 807 ASSERT_GE(height, 1); in testComputeSampledSize()
|
/cts/tests/tests/uirendering/jni/ |
D | NativeTestHelpers.h | 40 #define ASSERT_GE(a, b) \ macro
|
/cts/tests/sensor/jni/ |
D | nativeTestHelper.h | 41 #define ASSERT_GE(a, b) \ macro
|
D | SensorTestCases.cpp | 226 ASSERT_GE(accNorm, GRAVITY_MIN); in testDirectReport()
|
/cts/tests/tests/nativehardware/jni/ |
D | AHardwareBufferGLTest.cpp | 1263 ASSERT_GE(mGLVersion, 20); in SetUp()
|