Home
last modified time | relevance | path

Searched refs:sendto (Results 1 – 13 of 13) sorted by relevance

/hardware/qcom/power/
Dpower.c78 …rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(st… in sync_thread()
81 …rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(st… in sync_thread()
104 …rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(st… in enc_boost()
107 …rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(st… in enc_boost()
160 …rc = sendto(client_sockfd, data, strlen(data), 0, (const struct sockaddr *)&client_addr, sizeof(st… in touch_boost()
/hardware/qcom/sm8150/media/conf_files/msmnile/
Dcodec2.vendor.ext.policy4 sendto: 1
Dmediacodec-seccomp.policy5 sendto: 1
/hardware/qcom/sdm845/gps/sdm845/utils/
DLocIpc.cpp204 if (::sendto(fd, data, length, 0, in sendData()
212 if (::sendto(fd, head.c_str(), head.length(), 0, in sendData()
223 ssize_t rv = ::sendto(fd, data + sentBytes, partLen, 0, in sendData()
/hardware/qcom/sm8150/media/conf_files/sm6150/
Dmediacodec-seccomp.policy5 sendto: 1
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Log.cpp95 …if ((numBytes = sendto(ipacm_log_sockfd, (void *)&ipacm_log_buffer, sizeof(ipacm_log_buffer.user_d… in ipacm_log_send()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Log.cpp95 …if ((numBytes = sendto(ipacm_log_sockfd, (void *)&ipacm_log_buffer, sizeof(ipacm_log_buffer.user_d… in ipacm_log_send()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Log.cpp95 …if ((numBytes = sendto(ipacm_log_sockfd, (void *)&ipacm_log_buffer, sizeof(ipacm_log_buffer.user_d… in ipacm_log_send()
/hardware/qcom/sm8150/gps/utils/
DLocIpc.cpp66 SOCK_OP_AND_LOG(buf, len, isValid(), rtv, sendto(buf, len, flags, destAddr, addrlen)); in send()
79 ssize_t Sock::sendto(const void *buf, size_t len, int flags, const struct sockaddr *destAddr, in sendto() function in loc_util::Sock
83 rtv = ::sendto(mSid, buf, len, flags, destAddr, addrlen); in sendto()
86 rtv = ::sendto(mSid, head.c_str(), head.length(), flags, destAddr, addrlen); in sendto()
89 rtv = ::sendto(mSid, (char*)buf + offset, min(len - offset, (size_t)mMaxTxSize), in sendto()
DLocIpc.h158 ssize_t sendto(const void *buf, size_t len, int flags, const struct sockaddr *destAddr,
/hardware/qcom/wlan/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c192 … if (sendto(ctrl->s, _cmd, _cmd_len, 0, (struct sockaddr *)&ctrl->dest, sizeof(ctrl->dest)) < 0) { in wifihal_ctrl_request()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp1406 if (sendto(sock->s, (char *)&ctrl_reply, sizeof(ctrl_reply), 0, (struct sockaddr *)&from, in internal_pollin_handler_app()
1601 if (sendto(info->wifihal_ctrl_sock.s, (char *)ctrl_evt, in internal_valid_message_handler()
Dwifilogger_diag.cpp2635 if (sendto(info->wifihal_ctrl_sock.s, (char *)ctrl_evt, in diag_message_handler()