Home
last modified time | relevance | path

Searched refs:buf1 (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.cpp212 unsigned int *buf1 = new unsigned int[nelem]; in blowCache() local
219 buf1[i] = i; in blowCache()
220 buf1[nelem - i - 1] = i; in blowCache()
223 memcpy(buf2, buf1, bigger_than_cache); in blowCache()
226 delete [] buf1; in blowCache()
/hardware/interfaces/camera/device/3.5/default/include/device_v3_5_impl/
DCameraDeviceSession.h130 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { in operator()
131 if (buf1->numFds == buf2->numFds) { in operator()
132 for (int i = 0; i < buf1->numFds; i++) { in operator()
133 if (buf1->data[i] != buf2->data[i]) { in operator()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp400 bool operator()(const buffer_handle_t& buf1, in operator ()()
402 if (buf1->numFds == buf2->numFds) { in operator ()()
403 for (int i = 0; i < buf1->numFds; i++) { in operator ()()
404 if (buf1->data[i] != buf2->data[i]) { in operator ()()