Home
last modified time | relevance | path

Searched refs:attribute_offset (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/mclinker/lib/Target/
H A DELFAttribute.cpp230 size_t attribute_offset = tag_size + 4 /* byte-size */; in merge() local
232 const char* attr_buf = subsubsection_data + attribute_offset; in merge()
233 size_t attr_size = subsubsection_length - attribute_offset; in merge()
/aosp12/system/bt/service/
H A Dgatt_server_old.cc253 int attr_handle, int attribute_offset, bool need_rsp, in RequestWriteCallback() argument
260 __func__, conn_id, addr.c_str(), trans_id, attr_handle, attribute_offset, in RequestWriteCallback()
268 ch.blob.resize(attribute_offset + value.size()); in RequestWriteCallback()
270 std::copy(value.begin(), value.end(), ch.blob.begin() + attribute_offset); in RequestWriteCallback()
299 response.attr_value.offset = attribute_offset; in RequestWriteCallback()