Home
last modified time | relevance | path

Searched refs:kNumAllocationTest (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/bufferpool/1.0/vts/
H A Dsingle.cpp45 constexpr static int kNumAllocationTest = 3; variable
100 std::shared_ptr<BufferPoolData> buffer[kNumAllocationTest]; in TEST_F()
102 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
106 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
107 for (int j = i + 1; j < kNumAllocationTest; ++j) { in TEST_F()
111 EXPECT_TRUE(kNumAllocationTest > 1); in TEST_F()
/aosp12/frameworks/av/media/bufferpool/2.0/tests/
H A Dsingle.cpp45 constexpr static int kNumAllocationTest = 3; variable
100 std::shared_ptr<BufferPoolData> buffer[kNumAllocationTest]; in TEST_F()
102 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
110 for (int i = 0; i < kNumAllocationTest; ++i) { in TEST_F()
111 for (int j = i + 1; j < kNumAllocationTest; ++j) { in TEST_F()
115 EXPECT_TRUE(kNumAllocationTest > 1); in TEST_F()