Home
last modified time | relevance | path

Searched refs:pTitle (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dandroid_logmsg.cpp104 UINT8 *scru_dump_hex (UINT8 *p, char *pTitle, UINT32 len, UINT32 layer, UINT32 type) in scru_dump_hex() argument
106 if(pTitle && *pTitle) in scru_dump_hex()
107 PRINT(pTitle); in scru_dump_hex()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h131 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength()); in JS_appAlert() local
132 int ret = m_pInfo->m_pJsPlatform->app_alert(m_pInfo->m_pJsPlatform, pMsg, pTitle, Type, Icon); in JS_appAlert()
149 FPDF_WIDESTRING pTitle = (FPDF_WIDESTRING)bsTitle.GetBuffer(bsTitle.GetLength()); in JS_appResponse() local
152 int ret = m_pInfo->m_pJsPlatform->app_response(m_pInfo->m_pJsPlatform, pQuestion, pTitle, in JS_appResponse()
/external/libnfc-nci/halimpl/bcm2079x/include/
Dandroid_logmsg.h44 UINT8* scru_dump_hex (UINT8* p, char* pTitle, UINT32 len, UINT32 layer, UINT32 type);