Home
last modified time | relevance | path

Searched refs:eFormat (Results 1 – 2 of 2) sorted by relevance

/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/utils/
DImsMediaBinaryFormat.cpp266 char* pszDst, uint32_t nDstBuffSize, uint8_t* pbSrc, uint32_t nSrcSize, uint32_t eFormat) in BinaryToBase00() argument
268 switch (eFormat) in BinaryToBase00()
276 IMLOGE1("[BinaryToBase00] not supported binary format %d", eFormat); in BinaryToBase00()
282 uint8_t* pbDst, uint32_t* pnDstSize, uint32_t nDstBuffSize, char* pszSrc, uint32_t eFormat) in Base00ToBinary() argument
284 switch (eFormat) in Base00ToBinary()
292 IMLOGE1("[Base00ToBinary] not supported binary format %d", eFormat); in Base00ToBinary()
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/utils/
DImsMediaBinaryFormat.h34 uint32_t nSrcSize, uint32_t eFormat);
36 char* pszSrc, uint32_t eFormat);