Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 19 of 19) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dslist.cpp109 int SList::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
112 va_start( marker, pFormat ); in printMessage()
113 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DDLexerBase.cpp289 int DLGLexerBase::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
292 va_start( marker, pFormat ); in printMessage()
296 parser->printMessageV(pFile, pFormat, marker); in printMessage()
298 iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DATokenBuffer.cpp351 int ANTLRTokenBuffer::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
354 va_start( marker, pFormat ); in printMessage()
358 parser->printMessageV(pFile, pFormat, marker); in printMessage()
360 iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DASTBase.cpp248 int ASTBase::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
251 va_start( marker, pFormat ); in printMessage()
252 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DAToken.h91 virtual int printMessage(FILE* pFile, const char* pFormat, ...) // MR23 in printMessage() argument
94 va_start( marker, pFormat ); in printMessage()
95 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DAParser.cpp849 int ANTLRParser::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
852 va_start( marker, pFormat ); in printMessage()
853 int iRet = printMessageV(pFile, pFormat, marker); in printMessage()
858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23 in printMessageV() argument
860 return vfprintf(pFile, pFormat, arglist); in printMessageV()
DSList.h69 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
DATokenBuffer.h98 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
DAParser.h266 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
267 virtual int printMessageV(FILE* pFile, const char* pFormat, va_list arglist); // MR23
DASTBase.h92 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
DPCCTSAST.h140 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
DPCCTSAST.cpp677 int PCCTS_AST::printMessage(FILE* pFile, const char* pFormat, ...) in printMessage() argument
680 va_start( marker, pFormat ); in printMessage()
681 int iRet = vfprintf(pFile, pFormat, marker); in printMessage()
DDLexerBase.h195 virtual int printMessage(FILE* pFile, const char* pFormat, ...); // MR23
/device/asus/fugu/libaudio/
DAudioStreamOut.cpp82 audio_format_t *pFormat, in set() argument
87 audio_format_t lFormat = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT; in set()
96 if (pFormat) *pFormat = lFormat; in set()
DAudioStreamIn.cpp80 status_t AudioStreamIn::set(audio_format_t *pFormat, uint32_t *pChannelMask, in set() argument
93 if (*pFormat != kAudioFormat) { in set()
94 *pFormat = kAudioFormat; in set()
DAudioStreamIn.h55 status_t set(audio_format_t *pFormat,
DAudioStreamOut.h58 status_t set(audio_format_t *pFormat,
/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3Channel.cpp638 int pFormat; in getStreamDefaultFormat() local
641 pFormat = atoi(prop); in getStreamDefaultFormat()
642 if (pFormat == 1) { in getStreamDefaultFormat()
657 int pFormat; in getStreamDefaultFormat() local
660 pFormat = atoi(prop); in getStreamDefaultFormat()
661 if (pFormat == 1) { in getStreamDefaultFormat()
/device/google/marlin/camera/QCamera2/HAL/
DQCameraParameters.cpp1953 int pFormat; in setPreviewFormat() local
1957 pFormat = atoi(prop); in setPreviewFormat()
1958 if (pFormat == 1) { in setPreviewFormat()
10000 int pFormat; in getStreamFormat() local
10003 pFormat = atoi(prop); in getStreamFormat()
10004 if (pFormat == 1) { in getStreamFormat()