Searched refs:sendFunc (Results 1 - 10 of 10) sorted by relevance
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/ |
H A D | dcamera_pipeline_source.cpp | 195 auto sendFunc = [this, inputBuffers]() mutable { in ProcessData() local 200 pipeEventHandler_->PostTask(sendFunc); in ProcessData()
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_data_process.cpp | 151 auto sendFunc = [this, buffer]() mutable { in SendDataAsync() local 159 eventHandler_->PostTask(sendFunc); in SendDataAsync()
|
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_data_process.cpp | 382 auto sendFunc = [this]() mutable { in ProcessData() local 388 pipeSrcEventHandler_->PostTask(sendFunc); in ProcessData() 495 auto sendFunc = [this, surface]() mutable { in OnSurfaceOutputBufferAvailable() local 500 decEventHandler_->PostTask(sendFunc); in OnSurfaceOutputBufferAvailable() 616 auto sendFunc = [this, outputBuffer]() mutable { in PostOutputDataBuffers() local 623 decEventHandler_->PostTask(sendFunc); in PostOutputDataBuffers()
|
H A D | decode_data_process_common.cpp | 429 auto sendFunc = [this]() mutable { in ProcessData() local 435 pipeSrcEventHandler_->PostTask(sendFunc); in ProcessData() 542 auto sendFunc = [this, surface]() mutable { in OnSurfaceOutputBufferAvailable() local 547 decEventHandler_->PostTask(sendFunc); in OnSurfaceOutputBufferAvailable() 663 auto sendFunc = [this, outputBuffer]() mutable { in PostOutputDataBuffers() local 670 decEventHandler_->PostTask(sendFunc); in PostOutputDataBuffers()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | pcb.c | 134 ret = spcb->fpcb.sendFunc(conn, conn->sendIov[i].iov_base, conn->sendIov[i].iov_len, spcb); in SpungePcbSendmsgInner() 235 pcb->fpcb.sendFunc = SpungePcbSend; in SpungePcbNew()
|
H A D | sysio_udp.c | 474 return pcb->fpcb.sendFunc(conn, sendBuf->p, sendBuf->len + FILLP_HLEN, pcb); in SysioSendPacketUdp()
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/ |
H A D | fillp_pcb.h | 203 fillpSendFunc sendFunc; member
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_conn.c | 1403 ret = pcb->sendFunc(conn, (char *)&req, sizeof(struct FillpPktConnReq), conn->pcb); in FillpSendConnReq() 1529 ret = pcb->sendFunc(conn, (char *)g_rawMsg, (FILLP_INT)dataLen, tempPcb); in FillpSendConnReqAck() 1675 ret = pcb->sendFunc(conn, (FILLP_CHAR *)g_rawMsg, encMsgLen, conn->pcb); in FillpSendConnConfirm() 1735 ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)&confirmAck, sizeof(struct FillpPktConnConfirmAck), conn->pcb); in FillpSendConnConfirmAck() 1818 ret = pcb->sendFunc(conn, (char *)&req, sizeof(struct FillpPktFin), remotePcb); in FillpSendFinInnerImpl()
|
H A D | fillp_common.c | 453 FILLP_INT ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)&nackTest, sizeof(struct FillpPktNackWithRandnum), in FillpSendRepaetNack() 802 ret = pcb->sendFunc(FILLP_GET_CONN(pcb), (char *)pack, (FILLP_INT)(tmpDataLen + FILLP_HLEN), in FillpBuildAndSendPack()
|
H A D | fillp_output.c | 406 sentBytes = fpcb->sendFunc(conn, (void *)item->buf.p, (FILLP_INT)(item->buf.len + FILLP_HLEN), fpcb->spcb); in FillpSendItem()
|
Completed in 11 milliseconds