/system/core/liblog/ |
D | logger_write.cpp | 280 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 …]
|
D | pmsg_writer.cpp | 80 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()
|
D | logd_writer.cpp | 117 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()
|
D | uio.h | 22 void* iov_base; member
|
/system/core/trusty/confirmationui/ |
D | TrustyApp.cpp | 67 .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/ |
D | SocketClient.cpp | 114 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/ |
D | h4_protocol.cc | 38 iov[0].iov_base = &type; in Send() 40 iov[1].iov_base = (void *)data; in Send()
|
/system/core/libstats/socket/ |
D | statsd_writer.c | 195 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()
|
D | stats_buffer_writer.c | 57 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/ |
D | statsd_writer.c | 195 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()
|
D | stats_event_list.c | 96 vec[0].iov_base = &context->tag; in stats_write_list() 98 vec[1].iov_base = (void*)msg; in stats_write_list()
|
/system/memory/libmemunreachable/ |
D | LeakPipe.cpp | 34 iov.iov_base = &data; in SendFd() 68 iov.iov_base = &data; in ReceiveFd()
|
/system/libhwbinder/ |
D | Static.cpp | 45 ALOGI("%.*s", (int)vec.iov_len, (const char*) vec.iov_base); in writeLines()
|
D | BufferedTextOutput.cpp | 196 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/ |
D | uio.h | 28 void* iov_base; member
|
/system/core/trusty/keymaster/ipc/ |
D | trusty_keymaster_ipc.cpp | 77 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/ |
D | debuggerd_handler.cpp | 350 {.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/ |
D | klog.cpp | 67 iov[0].iov_base = buf; in klog_write()
|
D | sockets_unix.cpp | 46 iovec_buffers[i].iov_base = const_cast<void*>(buffers[i].data); in socket_send_buffers()
|
/system/core/logd/ |
D | LogAudit.cpp | 226 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()
|
D | LogReader.cpp | 54 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/ |
D | packet.c | 130 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/ |
D | cmsg.cpp | 43 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/ |
D | backtrace_read_benchmarks.cpp | 71 .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/ |
D | utility.cpp | 115 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()
|