Searched defs:buf1 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h459 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { argument
460 if (buf1->numFds == buf2->numFds && buf1->numInts == buf2->numInts) {
461 int length = buf1->numFds + buf1->numInts;
463 if (buf1->data[i] != buf2->data[i]) {
/frameworks/av/media/libstagefright/foundation/tests/
H A DAData_test.cpp984 sp<ABuffer> buf1 = new ABuffer((void *)"hello", 6); local
985 wp<ABuffer> buf1w = buf1;
988 obj1.set(buf1);
990 buf1.clear();
995 buf1 = new ABuffer((void *)"again", 6);
996 buf1w = buf1;
998 obj1.set(buf1);
1004 EXPECT_EQ(buf2, buf1);
1005 buf1.clear();
1013 buf1
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.h345 bool operator()(const buffer_handle_t& buf1, const buffer_handle_t& buf2) const { argument
346 if (buf1->numFds == buf2->numFds) {
347 for (int i = 0; i < buf1->numFds; i++) {
348 if (buf1->data[i] != buf2->data[i]) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 42 milliseconds