Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 20 of 20) sorted by relevance

/aosp14/system/core/libcutils/
H A Dashmem-host.cpp80 int ashmem_pin_region(int /*fd*/, size_t /*offset*/, size_t /*len*/) { in ashmem_pin_region() argument
84 int ashmem_unpin_region(int /*fd*/, size_t /*offset*/, size_t /*len*/) { in ashmem_unpin_region() argument
/aosp14/frameworks/base/libs/androidfw/
H A DLocale.cpp45 safe_transform_copy(language_chars, language, [](size_t, char c) { return ::tolower(c); }); in set_language() argument
49 safe_transform_copy(region_chars, region, [](size_t, char c) { return ::toupper(c); }); in set_region() argument
58 safe_transform_copy(variant_chars, variant, [](size_t, char c) { return c; }); in set_variant() argument
/aosp14/system/core/libutils/
H A DLruCache_fuzz.cpp29 void operator()(size_t&, size_t&) { in operator ()() argument
H A DThreads.cpp253 size_t /*threadStackSize*/, in androidCreateRawThreadEtc() argument
H A DRefBase.cpp841 void RefBase::renameRefs(size_t /*n*/, const ReferenceRenamer& /*renamer*/) { } in renameRefs() argument
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_buffer.h37 bool ReturnData(void*, size_t) override { return true; } in ReturnData() argument
/aosp14/system/core/libutils/include/utils/
H A DLightRefBase.h62 inline static void renameRefs(size_t /*n*/, const ReferenceRenamer& /*renamer*/) { } in renameRefs() argument
H A DFlattenable.h211 inline status_t unflatten(void const* buffer, size_t) { in unflatten() argument
/aosp14/frameworks/base/tools/aapt2/io/
H A DData.h201 bool Next(const void** /*data*/, size_t* /*size*/) override { return false; } in Next() argument
203 void BackUp(size_t /*count*/) override {} in BackUp() argument
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_writer.cpp183 bool OnlineKernelSnapshotWriter::EmitXorBlocks(uint32_t, const void*, size_t, uint32_t, uint16_t) { in EmitXorBlocks() argument
228 bool OnlineKernelSnapshotWriter::EmitSequenceData(size_t, const uint32_t*) { in EmitSequenceData() argument
H A Dsnapshot_reader.cpp39 ssize_t ReadOnlyFileDescriptor::Write(const void*, size_t) { in Write() argument
150 bool ReturnData(void*, size_t) override { return true; } in ReturnData() argument
/aosp14/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_decompress.cpp34 bool NoDecompressor::Decompress(size_t) { in Decompress() argument
H A Dinspect_cow.cpp75 bool ReturnData(void*, size_t) override { return true; } in ReturnData() argument
H A Dcow_reader.cpp45 static void SHA256(const void*, size_t, uint8_t[]) { in SHA256() argument
H A Dcow_api_test.cpp56 bool ReturnData(void*, size_t) override { return true; } in ReturnData() argument
547 void* GetBuffer(size_t, size_t* actual) override { return StringSink::GetBuffer(1, actual); } in GetBuffer() argument
H A Dcow_writer.cpp615 static void SHA256(const void*, size_t, uint8_t[]) { in SHA256() argument
/aosp14/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp85 void* operator new(size_t /*size*/, void* buf) { return buf; } in operator new() argument
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DDumpOpsCanvas.h108 void onDrawPoints(SkCanvas::PointMode, size_t, const SkPoint[], const SkPaint&) override { in onDrawPoints() argument
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener.cpp71 const std::map<size_t, std::string>* shared_libs, in PackageFlattener()
/aosp14/system/core/libsparse/
H A Doutput_file.cpp708 struct output_file* output_file_open_callback(int (*write)(void*, const void*, size_t), void* priv, in output_file_open_callback() argument