Searched refs:fcType (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/ |
H A D | rfcomm_session.c | 167 session->fcType = FC_TYPE_UNKNOWN; in RfcommCreateSession() 197 session->fcType = FC_TYPE_UNKNOWN; in RfcommResetSessionInfo() 214 if (session->fcType != FC_TYPE_UNKNOWN) { in RfcommSetFlowControlType() 223 session->fcType = FC_TYPE_CREDIT; in RfcommSetFlowControlType() 225 session->fcType = FC_TYPE_NORMAL; in RfcommSetFlowControlType() 229 session->fcType = FC_TYPE_CREDIT; in RfcommSetFlowControlType() 231 session->fcType = FC_TYPE_NORMAL; in RfcommSetFlowControlType()
|
H A D | rfcomm_channel_fsm.c | 50 RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credits); 130 RfcommSetUihPnParameter(session->fcType, 0, PN_REQ, &cl, &credits); in RfcommOpenChannel() 276 RfcommSetUihPnParameter(session->fcType, 0, PN_REQ, &cl, &credits); in RfcommRecvUa() 434 if ((session->fcType == FC_TYPE_CREDIT) && (info.pn.cl == CL_REQ_SUPPORT_CREDIT)) { in RfcommRecvPnReq() 437 RfcommSetUihPnParameter(session->fcType, info.pn.cl, PN_RSP_BEFORE_CREATE, &cl, &credits); in RfcommRecvPnReq() 458 RfcommSetUihPnParameter(session->fcType, info.pn.cl, PN_RSP_AFTER_CREATE, &cl, &credits); in RfcommRecvPnReq() 501 if (channel->session->fcType == FC_TYPE_CREDIT) { in RfcommRecvPnRsp() 984 if (((session->fcType == FC_TYPE_CREDIT) && (channel->peerCredit == 0)) || in RfcommWriteData() 996 if (session->fcType == FC_TYPE_CREDIT) { in RfcommWriteData() 1008 if ((session->fcType in RfcommWriteData() 1139 RfcommSetUihPnParameter( RfcommFlowControlType fcType, uint8_t reqCl, RfcommPnCmdKind cmdKind, uint8_t *cl, uint8_t *credits) RfcommSetUihPnParameter() argument [all...] |
H A D | rfcomm_channel.c | 838 if (session->fcType == FC_TYPE_CREDIT) { in RfcommSendCachePkt() 910 if (session->fcType == FC_TYPE_CREDIT) { in RfcommSetFlcToPeer() 970 if (session->fcType == FC_TYPE_CREDIT) { in RfcommSetPeerModemStatus()
|
H A D | rfcomm_frames.c | 53 RfcommFlowControlType fcType, RfcommParseFrameResult output); 741 ret = RfcommParseUih(checkInfo, headTailInfo.dlci, pkt, session->fcType, output); in RfcommParseFrames() 913 RfcommFlowControlType fcType, RfcommParseFrameResult output) in RfcommParseUih() 930 if ((checkInfo.pf == 1) && (fcType == FC_TYPE_CREDIT)) { in RfcommParseUih() 912 RfcommParseUih(RfcommCheckFrameValidInfo checkInfo, uint8_t addrDlci, Packet *pkt, RfcommFlowControlType fcType, RfcommParseFrameResult output) RfcommParseUih() argument
|
H A D | rfcomm_session_fsm.c | 755 if (session->fcType == FC_TYPE_CREDIT) { in RfcommRecvFconReq() 808 if (session->fcType == FC_TYPE_CREDIT) { in RfcommRecvFcoffReq()
|
H A D | rfcomm_defs.h | 345 RfcommFlowControlType fcType; member
|
/foundation/multimedia/camera_lite/services/impl/src/ |
H A D | camera_device.cpp | 856 int32_t fcType = fc.GetFrameConfigType(); in TriggerLoopingCapture() local 857 switch (fcType) { in TriggerLoopingCapture() 874 MEDIA_ERR_LOG("Invalid frame config type.(type=%d)", fcType); in TriggerLoopingCapture() 882 if (fcType == FRAME_CONFIG_CAPTURE) { in TriggerLoopingCapture()
|
Completed in 10 milliseconds