/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaAttribute.java | 212 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 D | SkMaskCache.cpp | 66 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 D | SkBitmapCache.cpp | 102 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 D | SkRecord.cpp | 25 size_t SkRecord::bytesUsed() const { in bytesUsed() function in SkRecord
|
H A D | SkRTree.cpp | 165 size_t SkRTree::bytesUsed() const { in bytesUsed() function in SkRTree
|
H A D | SkYUVPlanesCache.cpp | 57 size_t bytesUsed() const override { return sizeof(*this) + fValue.fData->size(); } in bytesUsed() function
|
/aosp_15_r20/external/v4l2_codec2/v4l2/ |
H A D | V4L2Encoder.cpp | 775 size_t bytesUsed = ::base::checked_cast<size_t>( in enqueueInputBuffer() local 791 size_t bytesUsed = allocationSize(format, mInputLayout->mCodedSize); in enqueueInputBuffer() local
|
H A D | V4L2Decoder.cpp | 657 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 D | ByteTracker.java | 34 private long bytesUsed; field in ByteTracker
|
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/aliro/ |
D | AliroProtocolVersion.java | 53 public static int bytesUsed() { in bytesUsed() method in AliroProtocolVersion
|
D | AliroPulseShapeCombo.java | 46 public static int bytesUsed() { in bytesUsed() method in AliroPulseShapeCombo
|
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/ccc/ |
D | CccProtocolVersion.java | 53 public static int bytesUsed() { in bytesUsed() method in CccProtocolVersion
|
D | CccPulseShapeCombo.java | 46 public static int bytesUsed() { in bytesUsed() method in CccPulseShapeCombo
|
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraProtocolVersion.java | 67 public static int bytesUsed() { in bytesUsed() method in FiraProtocolVersion
|
/aosp_15_r20/external/skia/bench/ |
H A D | ImageCacheBench.cpp | 28 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
/aosp_15_r20/external/skia/tests/ |
H A D | ImageCacheTest.cpp | 34 size_t bytesUsed() const override { return sizeof(fKey) + sizeof(fValue); } in bytesUsed() function
|
H A D | SkResourceCacheTest.cpp | 251 size_t bytesUsed() const override { return 1024; /* just need a value */ } in bytesUsed() function
|
H A D | PromiseImageTest.cpp | 369 size_t bytesUsed; in DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS() local
|
/aosp_15_r20/frameworks/base/libs/hwui/hwui/ |
H A D | AnimatedImageDrawable.cpp | 30 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 D | ext_dcd_echo_test.c | 215 uint32_t bytesUsed = 0; in echo_dcd_process_data() local
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/ |
D | Buffer.h | 112 void setBytesUsed(uint32_t bytesUsed) override { mBuffer.bytesused = bytesUsed; } in setBytesUsed()
|
/aosp_15_r20/external/skia/src/shaders/ |
H A D | SkPictureShader.cpp | 95 size_t bytesUsed() const override { in bytesUsed() function
|
/aosp_15_r20/external/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 103 size_t bytesUsed() const override { return fRequest->size() + sizeof(fFace); } in bytesUsed() function
|
/aosp_15_r20/external/OpenCSD/decoder/source/etmv3/ |
H A D | trc_pkt_proc_etmv3_impl.cpp | 1125 int bytesUsed = 0; in extractDataValue() local
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | AnimatedImageDrawable.cpp | 84 size_t bytesUsed = info.computeMinByteSize(); in AnimatedImageDrawable_nCreate() local
|