Home
last modified time | relevance | path

Searched defs:numBytesSent (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp445 size_t numBytesSent = 0; in onSendRequest() local
796 size_t numBytesSent = 0; in handleServerRequest() local
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DFlowController.java56 public synchronized boolean notifyBytesSent(long numBytesSent) { in notifyBytesSent()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp170 ssize_t numBytesSent = TEMP_FAILURE_RETRY(send(sockfd_, msg.data(), msg.size(), MSG_NOSIGNAL)); in Sendmsg() local