Searched refs:offset (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/system/tools/hidl/
H A DCompoundType.cpp277 const std::string &offset,
286 << offset local
296 << offset local
403 size_t offset = 0; local
408 size_t pad = offset % fieldAlign;
410 offset += fieldAlign - pad;
426 << offset
427 << ", \"wrong offset\");\n";
431 offset += fieldSize;
711 size_t offset local
271 emitJavaFieldReaderWriter( Formatter &out, size_t , const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
783 size_t offset = 0; local
1063 size_t offset = 0; local
[all...]
H A DScalarType.cpp255 const std::string &offset,
264 << offset
274 << offset
249 emitJavaFieldReaderWriter( Formatter &out, size_t , const std::string & , const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
/system/core/libpixelflinger/codeflinger/
H A Ddisassem.c612 int offset; local
614 offset = insn & 0xfff;
618 loc += offset;
620 loc -= offset;
631 di->di_printf("#0x%03x", offset);
641 int offset; local
643 offset = ((insn & 0xf00) >> 4) | (insn & 0xf);
647 loc += offset;
649 loc -= offset;
658 di->di_printf("#0x%02x", offset);
[all...]
/system/libufdt/
H A Dufdt_overlay.c57 * Increases u32 value at pos by offset.
59 static void fdt_increase_u32(void *pos, uint32_t offset) { argument
63 val = cpu_to_fdt32(fdt32_to_cpu(val) + offset);
83 uint32_t offset) {
87 fdt_increase_u32(prop_data, offset);
91 fdt_increase_u32(prop_data, offset);
96 * Increases all phandles by offset in a ufdt
99 void ufdt_try_increase_phandle(struct ufdt *tree, uint32_t offset) { argument
106 ufdt_node_try_increase_phandle(target_node, offset);
123 * /path/to/node:property:offset
82 ufdt_node_try_increase_phandle(struct ufdt_node *node, uint32_t offset) argument
458 int offset = fdt32_to_cpu(*(fdt32_t *)(prop_offsets_ptr + i)); local
[all...]
/system/nfc/src/nfc/nci/
H A Dnci_hrcv.cc59 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
118 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
168 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
238 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
319 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
385 p = (uint8_t*)(p_msg + 1) + p_msg->offset;
468 p = p_evt = (uint8_t*)(p_msg + 1) + p_msg->offset;
493 uint8_t* p_evt = (uint8_t*)(p_msg + 1) + p_msg->offset;
523 p = p_evt = (uint8_t*)(p_msg + 1) + p_msg->offset;
/system/security/keystore/
H A Dauthorization_set.cpp216 auto offset = out.indirect.tellp(); local
217 if (offset < 0 || offset > std::numeric_limits<uint32_t>::max() ||
218 uint32_t(offset) + uint32_t(blob_length) < uint32_t(offset)) { // overflow check
222 buffer = offset;
327 uint32_t offset = 0; local
330 in.elements.read(reinterpret_cast<char*>(&offset), sizeof(uint32_t));
331 in.indirect.seekg(offset);
/system/core/libunwindstack/
H A DDexFile.cpp43 if (dex_file->Open(dex_file_offset_in_memory - info->start + info->offset, info->name)) {
68 return false; // The DEX offset is not within the bytecode of this dex file.
90 uint64_t offset = reinterpret_cast<const uint8_t*>(code.Insns()) - dex_file_->Begin(); local
92 if (offset <= dex_offset && dex_offset < offset + size) {
94 *method_offset = dex_offset - offset;
H A DMaps.cpp115 uint64_t offset = strtoull(old_str, &str, 16); local
148 return new MapInfo(start, end, offset, flags, "");
158 return new MapInfo(start, end, offset, flags, name);
205 void Maps::Add(uint64_t start, uint64_t end, uint64_t offset, uint64_t flags, argument
207 MapInfo* map_info = new MapInfo(start, end, offset, flags, name);
/system/netd/bpfloader/
H A Dbpf_kern.h102 int offset = -1; local
105 offset = IP_PROTO_OFF;
108 ret = bpf_skb_load_bytes(skb, offset, &proto, 1);
122 offset = IPV6_PROTO_OFF;
124 ret = bpf_skb_load_bytes(skb, offset, &proto, 1);
/system/bt/service/hal/
H A Dbluetooth_gatt_interface.cc283 int offset, bool is_long) {
286 << " attr_handle: " << attr_handle << " offset: " << offset
291 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
296 int offset, bool is_long) {
299 << " attr_handle: " << attr_handle << " offset: " << offset
304 g_interface, conn_id, trans_id, bda, attr_handle, offset, is_long));
309 int offset, bool need_rsp, bool is_prep,
313 << " attr_handle: " << attr_handle << " offset
281 RequestReadCharacteristicCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
294 RequestReadDescriptorCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool is_long) argument
307 RequestWriteCharacteristicCallback(int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
323 RequestWriteDescriptorCallback( int conn_id, int trans_id, const RawAddress& bda, int attr_handle, int offset, bool need_rsp, bool is_prep, std::vector<uint8_t> value) argument
[all...]
/system/core/adf/libadf/include/adf/
H A Dadf.h178 __u32 format, __u32 *offset, __u32 *pitch);
187 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
207 __u32 w, __u32 h, __u32 format, int buf_fd, __u32 offset,
/system/core/libsysutils/src/
H A DFrameworkListener.cpp74 int offset = 0; local
83 dispatchCommand(c, buffer + offset);
85 offset = i + 1;
/system/core/property_service/libpropertyinfoserializer/
H A Dtrie_serializer.cpp26 // This returns the offset into arena where the serialized strings start.
33 // Write offset pointers and strings; these are already alphabetically sorted by virtue of being
49 uint32_t offset; local
50 auto serialized_property_entry = arena_->AllocateObject<PropertyEntry>(&offset);
55 return offset;
/system/extras/simpleperf/scripts/inferno/
H A Ddata_types.py95 self.offset = 0 # Offset allows position nodes in different branches.
132 self.offset = start_offset
136 return self.offset + self.num_events
/system/extras/tests/framebuffer/
H A Drefresh.c95 info.red.offset, info.red.length,
96 info.green.offset, info.green.length,
97 info.blue.offset, info.blue.length
/system/libhidl/libhidlcache/
H A DHidlMemoryCache.cpp63 IMemoryBlock(sp<IMemory> heap, uint64_t size, uint64_t offset) argument
64 : IMemoryDecorator(heap), mSize(size), mOffset(offset), mHeapSize(heap->getSize()) {}
120 return new IMemoryBlock(heap, memblk.size, memblk.offset);
/system/core/base/
H A Dfile.cpp159 static ssize_t pread(int fd, void* data, size_t byte_count, off64_t offset) { argument
163 overlapped.Offset = static_cast<DWORD>(offset);
164 overlapped.OffsetHigh = static_cast<DWORD>(offset >> 32);
175 bool ReadFullyAtOffset(int fd, void* data, size_t byte_count, off64_t offset) { argument
178 ssize_t n = TEMP_FAILURE_RETRY(pread(fd, p, byte_count, offset));
182 offset += n;
/system/extras/simpleperf/
H A DOfflineUnwinder.cpp141 bt_map.offset = map->pgoff;
143 if (bt_map.offset == 0) {
147 // the previous format (apk, offset).
150 uint64_t offset; local
152 if (ApkInspector::FindOffsetInApkByName(bt_map.name, shared_lib, &offset, &length)) {
153 bt_map.offset = offset;
/system/tpm/trunks/
H A Dmock_tpm.cc186 const UINT16& offset,
190 PolicyNVShort(auth_handle, nv_index, policy_session, operand_b, offset,
221 const UINT16& offset,
225 in_scheme, size, offset, authorization_delegate, callback);
236 const UINT16& offset,
241 qualifying_data, in_scheme, size, offset,
179 PolicyNV(const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPMI_SH_POLICY& policy_session, const std::string& policy_session_name, const TPM2B_OPERAND& operand_b, const UINT16& offset, const TPM_EO& operation, AuthorizationDelegate* authorization_delegate, const PolicyNVResponse& callback) argument
212 NV_Certify(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, AuthorizationDelegate* authorization_delegate, const NV_CertifyResponse& callback) argument
227 NV_CertifySync(const TPMI_DH_OBJECT& sign_handle, const std::string& sign_handle_name, const TPMI_RH_NV_AUTH& auth_handle, const std::string& auth_handle_name, const TPMI_RH_NV_INDEX& nv_index, const std::string& nv_index_name, const TPM2B_DATA& qualifying_data, const TPMT_SIG_SCHEME& in_scheme, const UINT16& size, const UINT16& offset, TPM2B_ATTEST* certify_info, TPMT_SIGNATURE* signature, AuthorizationDelegate* authorization_delegate) argument
/system/bt/service/test/
H A Dgatt_server_unittest.cc60 offset(-1),
71 int offset; member in struct:bluetooth::__anon881::TestDelegate::RequestData
84 int request_id, int offset, bool is_long,
89 char_read_req_.offset = offset;
97 int request_id, int offset, bool is_long,
102 desc_read_req_.offset = offset;
110 int request_id, int offset,
117 char_write_req_.offset
[all...]
/system/chre/chre_api/include/chre_api/chre/
H A Dgnss.h86 * @param offset Index into GNSS event ID block; valid range [0,15]
88 #define CHRE_GNSS_EVENT_ID(offset) (CHRE_EVENT_GNSS_FIRST_EVENT + (offset))
243 //! Hardware time offset from time_ns for this measurement, in nanoseconds
H A Dwwan.h66 * @param offset Index into WWAN event ID block; valid range [0,15]
68 #define CHRE_WWAN_EVENT_ID(offset) (CHRE_EVENT_WWAN_FIRST_EVENT + (offset))
/system/chre/chre_api/legacy/v1_1/chre/
H A Dgnss.h79 * @param offset Index into GNSS event ID block; valid range [0,15]
81 #define CHRE_GNSS_EVENT_ID(offset) (CHRE_EVENT_GNSS_FIRST_EVENT + (offset))
236 //! Hardware time offset from time_ns for this measurement, in nanoseconds
H A Dwifi.h64 * @param offset Index into WiFi event ID block; valid range [0,15]
66 #define CHRE_WIFI_EVENT_ID(offset) (CHRE_EVENT_WIFI_FIRST_EVENT + (offset))
H A Dwwan.h66 * @param offset Index into WWAN event ID block; valid range [0,15]
68 #define CHRE_WWAN_EVENT_ID(offset) (CHRE_EVENT_WWAN_FIRST_EVENT + (offset))

Completed in 2400 milliseconds

1234567891011>>