Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 4 of 4) sorted by relevance

/system/dev/display/mt8167s-display/
A Dovl.h40 : height_(height), width_(width), pitch_(pitch), x_(x), y_(y) { in Ovl()
130 const uint32_t x_; // x-offset for the actual start of image in buffer variable
A Dovl.cpp200 ovl_mmio_->Write32(y_ << 16 | x_, OVL_Lx_OFFSET(layer)); in Config()
204 x_ * GetBytesPerPixel(cfg.format) + y_ * pitch_; in Config()
/system/utest/core/elf-tls/
A Dtls.cpp67 Ctor() : x_(UINT64_MAX) {} in Ctor()
68 uint64_t x_; member
111 ASSERT_EQ(ctor.x_, UINT64_MAX, "unexpected initialized value"); in CheckInitializers()
/system/utest/fbl/
A Dref_ptr_tests.cpp577 explicit C(int x) : x_(x) {} in ref_ptr_to_const_test()
579 int get_x() const { return x_; } in ref_ptr_to_const_test()
582 int x_; in ref_ptr_to_const_test() member in __anoned50383b0111::ref_ptr_to_const_test::C

Completed in 18 milliseconds