Home
last modified time | relevance | path

Searched refs:iov_base (Results 1 – 25 of 41) sorted by relevance

12

/system/core/liblog/
Dlogger_write.cpp280 vec[0].iov_base = in __android_log_logd_logger()
283 vec[1].iov_base = const_cast<void*>(static_cast<const void*>(log_message->tag)); in __android_log_logd_logger()
285 vec[2].iov_base = const_cast<void*>(static_cast<const void*>(log_message->message)); in __android_log_logd_logger()
421 vec[0].iov_base = &tag; in __android_log_bwrite()
423 vec[1].iov_base = (void*)payload; in __android_log_bwrite()
434 vec[0].iov_base = &tag; in __android_log_stats_bwrite()
436 vec[1].iov_base = (void*)payload; in __android_log_stats_bwrite()
447 vec[0].iov_base = &tag; in __android_log_security_bwrite()
449 vec[1].iov_base = (void*)payload; in __android_log_security_bwrite()
465 vec[0].iov_base = &tag; in __android_log_btwrite()
[all …]
Dpmsg_writer.cpp80 if (SNET_EVENT_LOG_TAG != *static_cast<uint32_t*>(vec[0].iov_base)) { in PmsgWrite()
122 newVec[0].iov_base = (unsigned char*)&pmsgHeader; in PmsgWrite()
124 newVec[1].iov_base = (unsigned char*)&header; in PmsgWrite()
128 newVec[i].iov_base = vec[i - headerLength].iov_base; in PmsgWrite()
211 vec[0].iov_base = &prio; in __android_log_pmsg_file_write()
213 vec[1].iov_base = (unsigned char*)tag; in __android_log_pmsg_file_write()
233 vec[2].iov_base = (unsigned char*)buf; in __android_log_pmsg_file_write()
Dlogd_writer.cpp117 newVec[0].iov_base = (unsigned char*)&header; in LogdWrite()
129 newVec[headerLength].iov_base = &buffer; in LogdWrite()
147 newVec[headerLength].iov_base = &buffer; in LogdWrite()
159 newVec[i].iov_base = vec[i - headerLength].iov_base; in LogdWrite()
Duio.h22 void* iov_base; member
/system/core/trusty/confirmationui/
DTrustyApp.cpp67 .iov_base = &header, in TrustyRpc()
71 .iov_base = const_cast<uint8_t*>(obegin), in TrustyRpc()
105 .iov_base = &header, in TrustyRpc()
109 .iov_base = begin, in TrustyRpc()
/system/core/libsysutils/src/
DSocketClient.cpp114 vec[0].iov_base = (void *) buf; in sendBinaryMsg()
116 vec[1].iov_base = (void *) data; in sendBinaryMsg()
175 vec[0].iov_base = (void *) data; in sendData()
226 iov[current].iov_base = (char *)iov[current].iov_base + written; in sendDataLockedv()
/system/bt/vendor_libs/linux/interface/
Dh4_protocol.cc38 iov[0].iov_base = &type; in Send()
40 iov[1].iov_base = (void *)data; in Send()
/system/core/libstats/socket/
Dstatsd_writer.c195 newVec[0].iov_base = (unsigned char*)&header; in statsdWrite()
214 newVec[headerLength].iov_base = &buffer; in statsdWrite()
227 newVec[i].iov_base = vec[i - headerLength].iov_base; in statsdWrite()
Dstats_buffer_writer.c57 vecs[0].iov_base = (void*)&kStatsEventTag; in write_buffer_to_statsd()
59 vecs[1].iov_base = buffer; in write_buffer_to_statsd()
/system/core/libstats/push_compat/
Dstatsd_writer.c195 newVec[0].iov_base = (unsigned char*)&header; in statsdWrite()
214 newVec[headerLength].iov_base = &buffer; in statsdWrite()
227 newVec[i].iov_base = vec[i - headerLength].iov_base; in statsdWrite()
Dstats_event_list.c96 vec[0].iov_base = &context->tag; in stats_write_list()
98 vec[1].iov_base = (void*)msg; in stats_write_list()
/system/memory/libmemunreachable/
DLeakPipe.cpp34 iov.iov_base = &data; in SendFd()
68 iov.iov_base = &data; in ReceiveFd()
/system/libhwbinder/
DStatic.cpp45 ALOGI("%.*s", (int)vec.iov_len, (const char*) vec.iov_base); in writeLines()
DBufferedTextOutput.cpp196 vec.iov_base = (void*)first; in print()
215 vec.iov_base = b->buffer; in print()
256 vec.iov_base = b->buffer; in popBundle()
/system/core/adb/sysdeps/
Duio.h28 void* iov_base; member
/system/core/trusty/keymaster/ipc/
Dtrusty_keymaster_ipc.cpp77 iov[0] = {.iov_base = &header, .iov_len = sizeof(struct keymaster_message)}; in trusty_keymaster_call()
79 iov[1] = {.iov_base = out + *out_size, in trusty_keymaster_call()
/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp350 {.iov_base = &version, .iov_len = sizeof(version)}, in debuggerd_dispatch_pseudothread()
351 {.iov_base = thread_info->siginfo, .iov_len = sizeof(siginfo_t)}, in debuggerd_dispatch_pseudothread()
352 {.iov_base = thread_info->ucontext, .iov_len = sizeof(ucontext_t)}, in debuggerd_dispatch_pseudothread()
361 iovs[3] = {.iov_base = &thread_info->process_info, in debuggerd_dispatch_pseudothread()
368 iovs[3] = {.iov_base = &thread_info->process_info.abort_msg, .iov_len = sizeof(uintptr_t)}; in debuggerd_dispatch_pseudothread()
/system/core/libcutils/
Dklog.cpp67 iov[0].iov_base = buf; in klog_write()
Dsockets_unix.cpp46 iovec_buffers[i].iov_base = const_cast<void*>(buffers[i].data); in socket_send_buffers()
/system/core/logd/
DLogAudit.cpp226 iov[0].iov_base = info ? const_cast<char*>(log_info) : const_cast<char*>(log_warning); in logPrint()
228 iov[1].iov_base = str; in logPrint()
230 iov[2].iov_base = const_cast<char*>(denial_metadata.c_str()); in logPrint()
232 iov[3].iov_base = const_cast<char*>(newline); in logPrint()
DLogReader.cpp54 iovec[0].iov_base = const_cast<logger_entry*>(&entry); in Write()
56 iovec[1].iov_base = const_cast<char*>(msg); in Write()
/system/core/libnetutils/
Dpacket.c130 iov[0].iov_base = (char *)&ip; in send_packet()
132 iov[1].iov_base = (char *)&udp; in send_packet()
134 iov[2].iov_base = (char *)msg; in send_packet()
/system/libbase/
Dcmsg.cpp43 iovec iov = {.iov_base = const_cast<void*>(data), .iov_len = len}; in SendFileDescriptorVector()
86 iovec iov = {.iov_base = const_cast<void*>(data), .iov_len = len}; in ReceiveFileDescriptorVector()
/system/core/libbacktrace/
Dbacktrace_read_benchmarks.cpp71 .iov_base = dst, .iov_len = len, in ProcessVmRead()
75 .iov_base = reinterpret_cast<void*>(remote_src), .iov_len = len, in ProcessVmRead()
/system/core/debuggerd/libdebuggerd/
Dutility.cpp115 iov[0].iov_base = const_cast<char*>(prefix); in _VLOG()
117 iov[1].iov_base = const_cast<char*>(fragment.c_str()); in _VLOG()
119 iov[2].iov_base = const_cast<char*>("\n"); in _VLOG()

12