Searched defs:bytesDecrypted (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DCryptoPlugin.cpp66 size_t bytesDecrypted; local
68 numSubSamples, &bytesDecrypted);
70 return static_cast<ssize_t>(bytesDecrypted);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
H A DAesCtrDecryptorUnittest.cpp51 size_t bytesDecrypted = 0; local
54 &bytesDecrypted));
55 EXPECT_EQ(totalSize, bytesDecrypted);
76 size_t bytesDecrypted = 0; local
83 &subSamples[0], kNumSubsamples, &bytesDecrypted));
84 ASSERT_EQ(0u, bytesDecrypted);
110 size_t bytesDecrypted = 0; local
117 &subSamples[0], kNumSubsamples, &bytesDecrypted));
118 ASSERT_EQ(0u, bytesDecrypted);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DCryptoPlugin.cpp150 size_t bytesDecrypted; local
152 static_cast<uint8_t*>(destPtr), toVector(subSamples), &bytesDecrypted);
154 _hidl_cb(Status::OK, static_cast<ssize_t>(bytesDecrypted), "");

Completed in 94 milliseconds