Home
last modified time | relevance | path

Searched defs:data_size (Results 1 – 10 of 10) sorted by relevance

/aosp14/system/core/fs_mgr/libfs_avb/
H A Dsha.h34 void update(const uint8_t* data, size_t data_size) { in update()
54 void update(const uint8_t* data, size_t data_size) { in update()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DChunk.h60 inline size_t data_size() const { return size() - header_size(); } in data_size() function
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp183 bool GLFrame::WriteData(const uint8_t* data, int data_size) { in WriteData()
/aosp14/frameworks/base/tools/aapt2/format/
H A DContainer.cpp114 const ::google::protobuf::uint64 data_size = in->TotalSize(); in AddResFileEntry() local
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp357 uint32_t data_size = sizeof(struct dm_ioctl) + payload_size; in GetAvailableTargets() local
434 uint32_t data_size = sizeof(struct dm_ioctl) + payload_size; in GetAvailableDevices() local
/aosp14/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc101 size_t data_size, uint32_t code, size_t expected_out_size) { in CheckCallback()
/aosp14/frameworks/base/core/proto/android/service/
H A Dprint.proto315 optional int64 data_size = 4; field
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp324 const size_t data_size = android::util::DeviceToHost32(type_spec->header.size) - in ParseTypeSpec() local
/aosp14/frameworks/base/libs/androidfw/
H A DIdmap.cpp277 size_t data_size = idmap_data.size(); in Load() local
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2239 constexpr auto data_size = 3_MiB; in TEST_F() local