Home
last modified time | relevance | path

Searched refs:OUT (Results 1 - 21 of 21) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dhmac.h62 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen,
67 void FillpHmacSha256Final(IO FillpHmacSha256 ctx[1], OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE],
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dhmac.c68 void FillpHmacSha256Init(OUT FillpHmacSha256 ctx[1], IN FILLP_UINT8 *key, FILLP_UINT32 klen, in FillpHmacSha256Init()
150 OUT FILLP_UINT8 digest[FILLP_SHA256_DIGEST_SIZE], FILLP_UINT32 size) in FillpHmacSha256Final()
/foundation/ability/idl_tool/parser/
H A Dtoken.h39 OUT, member in OHOS::Idl::Token
H A Dlexer.cpp52 keywords_[String("out")] = Token::OUT; in InitializeKeywords()
324 case Token::OUT: in DumpTokenSecond()
H A Dparser.cpp453 case Token::OUT: in ParseParameterInOut()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dcallbacks.h365 OUT void *buf,
368 OUT void *from,
/foundation/ability/idl_tool/idl_tool_2/lexer/
H A Dtoken.h66 OUT, // "out" member in OHOS::Idl::TokenType
H A Dlexer.cpp61 {"out", TokenType::OUT },
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h769 typedef FILLP_INT (*FillpRecvfromFunc)(IN FILLP_INT fd, OUT void *buf,
770 IN FILLP_SIZE_T len, IN FILLP_INT flags, OUT void *from, IO FILLP_SIZE_T *fromLen);
H A Dfillpinc.h1266 extern FILLP_INT DLL_API FtFillpStatsGet(IN FILLP_INT fd, OUT struct FillpStatisticsPcb *outStats);
H A Dfillptypes.h146 #define OUT /* Output param */ macro
/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/include/core/
H A Dport.h33 enum class PortType { IN, OUT };
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H A Dhiplayer_impl.cpp684 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound()
719 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound()
758 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H A Dport.h31 enum class PortType { IN, OUT };
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp922 if (filter == demuxer_.get() && param.type == PortType::OUT) { in NewAudioPortFound()
957 if (filter != demuxer_.get() || param.type != PortType::OUT) { in NewVideoPortFound()
996 if (filter != demuxer_.get() || param.type != PortType::OUT) { in RemoveFilterChains()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c352 OUT void **sockTraceHandle) /* FtSocket's traceHandle */ in FtInnerStartTrace()
395 OUT void **sockTraceHandle) /* FtSocket's traceHandle */ in FtInnerStopTrace()
1111 OUT struct FillpStatisticsPcb *outStats) in FtFillpStatsGet()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H A Ddemuxer_filter.cpp163 portInfo.type = PortType::OUT; in Stop()
452 portInfo.type = PortType::OUT; in PrepareStreams()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp.h403 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1200 FILLP_INT FillpFuncRecvFrom(IN FILLP_INT sockFd, OUT void *buf, IN FILLP_SIZE_T len, IN FILLP_INT flags, in FillpFuncRecvFrom()
1201 OUT void *from, IO FILLP_SIZE_T *fromLen) in FillpFuncRecvFrom()
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp956 case TokenType::OUT: in SetParamAttrVal()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_conn.c1890 IN FILLP_CONST struct sockaddr_in6 *remoteAddr, IN FILLP_UINT16 serverPort, OUT FillpCookieContent *stateCookie) in FillpGenerateCookie()

Completed in 25 milliseconds