Home
last modified time | relevance | path

Searched defs:bytesUsed (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/
DEapSimAkaAttribute.java212 void consumePadding(int bytesUsed, ByteBuffer byteBuffer) { in consumePadding()
217 void addPadding(int bytesUsed, ByteBuffer byteBuffer) { in addPadding()
281 int bytesUsed = MIN_ATTR_LENGTH + (BYTES_PER_VERSION * versions.size()); in AtVersionList() local
303 int bytesUsed = MIN_ATTR_LENGTH + (BYTES_PER_VERSION * versions.size()); in encode() local
475 int bytesUsed = MIN_ATTR_LENGTH + identityLength; in AtIdentity() local
492 int bytesUsed = MIN_ATTR_LENGTH + identity.length; in encode() local
1013 int bytesUsed = MIN_ATTR_LENGTH + resLengthBytes; in AtRes() local
1037 int bytesUsed = MIN_ATTR_LENGTH + res.length; in encode() local
1121 int bytesUsed = MIN_ATTR_LENGTH + networkNameLength; in AtKdfInput() local
1139 int bytesUsed = MIN_ATTR_LENGTH + networkName.length; in encode() local
[all …]
/aosp_15_r20/external/skia/src/core/
H A DSkMaskCache.cpp66 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
156 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
H A DSkBitmapCache.cpp102 size_t bytesUsed() const override { in bytesUsed() function in SkBitmapCache::Rec
257 size_t bytesUsed() const override { return sizeof(fKey) + fMipMap->size(); } in bytesUsed() function
H A DSkRecord.cpp25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
H A DSkRTree.cpp165 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
H A DSkYUVPlanesCache.cpp57 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
/aosp_15_r20/external/v4l2_codec2/v4l2/
H A DV4L2Encoder.cpp775 size_t bytesUsed = ::base::checked_cast<size_t>( in enqueueInputBuffer() local
791 size_t bytesUsed = allocationSize(format, mInputLayout->mCodedSize); in enqueueInputBuffer() local
H A DV4L2Decoder.cpp657 const size_t bytesUsed = dequeuedBuffer->getPlaneBytesUsed(0); in serviceDeviceTask() local
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/utils/
H A DByteTracker.java34 private long bytesUsed; field in ByteTracker
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/
DAliroProtocolVersion.java53 public static int bytesUsed() { in bytesUsed() method in AliroProtocolVersion
DAliroPulseShapeCombo.java46 public static int bytesUsed() { in bytesUsed() method in AliroPulseShapeCombo
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/
DCccProtocolVersion.java53 public static int bytesUsed() { in bytesUsed() method in CccProtocolVersion
DCccPulseShapeCombo.java46 public static int bytesUsed() { in bytesUsed() method in CccPulseShapeCombo
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraProtocolVersion.java67 public static int bytesUsed() { in bytesUsed() method in FiraProtocolVersion
/aosp_15_r20/external/skia/bench/
H A DImageCacheBench.cpp28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
/aosp_15_r20/external/skia/tests/
H A DImageCacheTest.cpp34 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
H A DSkResourceCacheTest.cpp251 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
H A DPromiseImageTest.cpp369 size_t bytesUsed; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DAnimatedImageDrawable.cpp30 AnimatedImageDrawable::AnimatedImageDrawable(sk_sp<SkAnimatedImage> animatedImage, size_t bytesUsed, in AnimatedImageDrawable()
/aosp_15_r20/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
H A Dext_dcd_echo_test.c215 uint32_t bytesUsed = 0; in echo_dcd_process_data() local
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/
DBuffer.h112 void setBytesUsed(uint32_t bytesUsed) override { mBuffer.bytesused = bytesUsed; } in setBytesUsed()
/aosp_15_r20/external/skia/src/shaders/
H A DSkPictureShader.cpp95 size_t bytesUsed() const override { in bytesUsed() function
/aosp_15_r20/external/skia/src/ports/
H A DSkFontMgr_FontConfigInterface.cpp103 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
/aosp_15_r20/external/OpenCSD/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.cpp1125 int bytesUsed = 0; in extractDataValue() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DAnimatedImageDrawable.cpp84 size_t bytesUsed = info.computeMinByteSize(); in AnimatedImageDrawable_nCreate() local

123