Lines Matching refs:region
726 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
730 mapper()->v5.lock(*handle, static_cast<int64_t>(usage), region, -1, (void**)&data)); in TEST_P()
739 ASSERT_EQ(AIMAPPER_ERROR_NONE, mapper()->v5.lock(*handle, static_cast<int64_t>(usage), region, in TEST_P()
773 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
777 region, -1, (void**)&data)); in TEST_P()
800 region, releaseFence, (void**)&data)); in TEST_P()
828 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
832 region, -1, (void**)&data)); in TEST_P()
887 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
891 region, -1, (void**)&data)); in TEST_P()
914 region, releaseFence, (void**)&data)); in TEST_P()
941 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
945 region, -1, (void**)&data)); in TEST_P()
963 region, releaseFence, (void**)&data)); in TEST_P()
994 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
998 region, -1, (void**)&data)); in TEST_P()
1044 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
1048 region, -1, (void**)&data)); in TEST_P()
1094 const ARect region{0, 0, info.width, info.height}; in TEST_P() local
1098 region, -1, (void**)&data)); in TEST_P()
1129 const ARect region{0, 0, info.width * 2, info.height * 2}; in TEST_P() local
1133 region, -1, (void**)&data)); in TEST_P()
1175 const ARect region{0, 0, buffer->info().width, buffer->info().height}; in TEST_P() local
1179 EXPECT_EQ(AIMAPPER_ERROR_NONE, mapper()->v5.lock(*handle, usage, region, -1, (void**)&data)); in TEST_P()
1180 EXPECT_EQ(AIMAPPER_ERROR_NONE, mapper()->v5.lock(*handle, usage, region, -1, (void**)&data)) in TEST_P()
1205 const ARect region{0, 0, buffer->info().width, buffer->info().height}; in TEST_P() local
1216 region, -1, (void**)&writeData)); in TEST_P()
1221 region, -1, (void**)&readData)); in TEST_P()