Home
last modified time | relevance | path

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

/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()
133 if (buf1->data[i] != buf2->data[i]) { in operator()
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp403 std::vector<uint8_t> buf2; in TEST() local
404 map.encode(std::back_inserter(buf2)); in TEST()
405 EXPECT_EQ(buf, buf2); in TEST()
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp213 char buf2[SHA_DIGEST_LENGTH * 2 + 1]; in cborPrettyPrintInternal() local
215 snprintf(buf2 + n * 2, 3, "%02x", digest[n]); in cborPrettyPrintInternal()
217 snprintf(buf, sizeof(buf), "<bstr size=%zd sha1=%s>", value.size(), buf2); in cborPrettyPrintInternal()
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp376 const buffer_handle_t& buf2) const { in operator ()()
377 if (buf1->numFds == buf2->numFds) { in operator ()()
379 if (buf1->data[i] != buf2->data[i]) { in operator ()()