Home
last modified time | relevance | path

Searched refs:kNumFds (Results 1 – 10 of 10) sorted by relevance

/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_priv_handle.h89 static const int kNumFds = 2; member
93 return ((sizeof(private_handle_t) - sizeof(native_handle_t)) / sizeof(int)) - kNumFds; in NumInts()
119 numFds = kNumFds;
135 h->numFds != kNumFds) { in validate()
138 h ? h->numFds : -1, kNumFds); in validate()
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_priv_handle.h89 static const int kNumFds = 2; member
94 - kNumFds; in NumInts()
131 numFds = kNumFds;
149 h->numFds != kNumFds || hnd->magic != kMagic) { in validate()
154 h ? h->numFds : -1, kNumFds, in validate()
H A Dgr_buf_mgr.cpp542 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_priv_handle.h91 static const int kNumFds = 2; member
96 - kNumFds; in NumInts()
133 numFds = kNumFds;
155 h->numFds != kNumFds) { in validate()
158 h ? h->numFds : -1, kNumFds); in validate()
H A Dgr_buf_mgr.cpp534 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_priv_handle.h96 static const int kNumFds = 2; member
101 - kNumFds; in NumInts()
138 numFds = kNumFds;
156 h->numFds != kNumFds || hnd->magic != kMagic) { in validate()
161 h ? h->numFds : -1, kNumFds, in validate()
H A Dgr_buf_mgr.cpp559 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_priv_handle.h95 static const int kNumFds = 2; member
100 - kNumFds; in NumInts()
137 numFds = kNumFds;
155 h->numFds != kNumFds || hnd->magic != kMagic) { in validate()
160 h ? h->numFds : -1, kNumFds, in validate()
H A Dgr_buf_mgr.cpp562 native_handle_create(private_handle_t::kNumFds, private_handle_t::NumInts())); in Perform()
/aosp12/system/memory/libdmabufheap/tests/
H A Ddmabuf_heap_test.cpp175 static const size_t kNumFds = 16; in TEST_F() local
178 int fds[kNumFds]; in TEST_F()
180 for (unsigned int i = 0; i < kNumFds; i++) { in TEST_F()
199 for (unsigned int i = 0; i < kNumFds; i++) { in TEST_F()