HomeSort by relevance Sort by last modified time
    Searched refs:dvrSurfaceSetAttributes (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_surface.h 67 int dvrSurfaceSetAttributes(DvrSurface* surface,
  /frameworks/native/libs/vr/libdvr/tests/
dvr_display_manager-test.cpp 568 EXPECT_EQ(-EINVAL, dvrSurfaceSetAttributes(nullptr, attributes_to_set.data(),
570 EXPECT_EQ(-EINVAL, dvrSurfaceSetAttributes(surface.get(), nullptr,
574 ASSERT_EQ(0, dvrSurfaceSetAttributes(surface.get(), attributes_to_set.data(),
600 ASSERT_EQ(0, dvrSurfaceSetAttributes(surface.get(), attributes_to_set.data(),
620 ASSERT_EQ(0, dvrSurfaceSetAttributes(surface.get(), attributes_to_set.data(),
640 EXPECT_EQ(0, dvrSurfaceSetAttributes(surface.get(), attributes_to_set.data(),
695 EXPECT_EQ(0, dvrSurfaceSetAttributes(surface.get(), attributes_to_set.data(),
  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 124 int dvrSurfaceSetAttributes(DvrSurface* surface,
129 "dvrSurfaceSetAttributes: Invalid inputs: surface=%p attributes=%p "
139 ALOGE("dvrSurfaceSetAttributes: Invalid surface attribute type: %" PRIu64,
146 ALOGE("dvrSurfaceSetAttributes: Failed to set attributes: %s",

Completed in 61 milliseconds