/external/libnfc-nci/halimpl/pn54x/dnld/ |
D | phDnldNfc.h | 89 extern NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void *pContext); 90 extern NFCSTATUS phDnldNfc_GetVersion(pphDnldNfc_Buff_t pVersionInfo, pphDnldNfc_RspCb_t pNotify, v… 91 …ntegrity(uint8_t bChipVer, pphDnldNfc_Buff_t pCRCData, pphDnldNfc_RspCb_t pNotify, void *pContext); 92 extern NFCSTATUS phDnldNfc_GetSessionState(pphDnldNfc_Buff_t pSession, pphDnldNfc_RspCb_t pNotify, … 93 extern NFCSTATUS phDnldNfc_Force(pphDnldNfc_Buff_t pInputs, pphDnldNfc_RspCb_t pNotify,void *pConte… 94 …ldNfc_Read(pphDnldNfc_Buff_t pData, uint32_t dwRdAddr, pphDnldNfc_RspCb_t pNotify, void *pContext); 95 extern NFCSTATUS phDnldNfc_ReadLog(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pCont… 96 …fc_Write(bool_t bRecoverSeq, pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pContext); 97 extern NFCSTATUS phDnldNfc_Log(pphDnldNfc_Buff_t pData, pphDnldNfc_RspCb_t pNotify, void *pContext); 100 extern NFCSTATUS phDnldNfc_ReadMem(void *pHwRef, pphDnldNfc_RspCb_t pNotify, void *pContext); [all …]
|
D | phDnldNfc.c | 58 NFCSTATUS phDnldNfc_Reset(pphDnldNfc_RspCb_t pNotify, void *pContext) in phDnldNfc_Reset() argument 62 if((NULL == pNotify) || in phDnldNfc_Reset() 84 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_Reset() 121 NFCSTATUS phDnldNfc_GetVersion(pphDnldNfc_Buff_t pVersionInfo, pphDnldNfc_RspCb_t pNotify, void *pC… in phDnldNfc_GetVersion() argument 125 if((NULL == pVersionInfo) || (NULL == pNotify) || in phDnldNfc_GetVersion() 149 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetVersion() 191 NFCSTATUS phDnldNfc_GetSessionState(pphDnldNfc_Buff_t pSession, pphDnldNfc_RspCb_t pNotify, void *p… in phDnldNfc_GetSessionState() argument 195 if((NULL == pSession) || (NULL == pNotify) || in phDnldNfc_GetSessionState() 219 (gpphDnldContext->UserCb) = pNotify; in phDnldNfc_GetSessionState() 265 …Integrity(uint8_t bChipVer, pphDnldNfc_Buff_t pCRCData, pphDnldNfc_RspCb_t pNotify, void *pContext) in phDnldNfc_CheckIntegrity() argument [all …]
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_Note.cpp | 804 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetBkColor() local 806 pNotify->OnSetBkColor(this); in SetBkColor() 817 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetSubjectName() local 819 pNotify->OnSetSubjectName(this); in SetSubjectName() 828 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetAuthorName() local 830 pNotify->OnSetAuthorName(this); in SetAuthorName() 875 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetDateTime() local 877 pNotify->OnSetDateTime(this); in SetDateTime() 888 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetContents() local 890 pNotify->OnSetContents(this); in SetContents() [all …]
|
D | PWL_IconList.cpp | 314 if (IPWL_IconList_Notify* pNotify = GetNotify()) in SetSelect() local 315 pNotify->OnNoteListSelChanged(nIndex); in SetSelect() 331 void CPWL_IconList_Content::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify() argument 333 m_pNotify = pNotify; in SetNotify() 520 void CPWL_IconList::SetNotify(IPWL_IconList_Notify* pNotify) in SetNotify() argument 522 m_pListContent->SetNotify(pNotify); in SetNotify()
|
D | PWL_ComboBox.cpp | 652 void CPWL_ComboBox::SetFillerNotify(IPWL_Filler_Notify* pNotify) in SetFillerNotify() argument 654 m_pFillerNotify = pNotify; in SetFillerNotify() 657 m_pEdit->SetFillerNotify(pNotify); in SetFillerNotify() 660 m_pList->SetFillerNotify(pNotify); in SetFillerNotify()
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_ListBox.h | 90 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() argument
|
D | PWL_IconList.h | 68 void SetNotify(IPWL_IconList_Notify* pNotify); 108 void SetNotify(IPWL_IconList_Notify* pNotify);
|
D | PWL_Edit.h | 92 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() argument
|
D | PWL_EditCtrl.h | 112 void SetEditNotify(IPWL_Edit_Notify* pNotify) {m_pEditNotify = pNotify;} in SetEditNotify() argument
|
D | PWL_ComboBox.h | 77 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 185 virtual void SetNotify(IFX_Edit_Notify * pNotify) = 0; 443 virtual void SetNotify(IFX_List_Notify * pNotify) = 0;
|
D | fxet_list.h | 306 void SetNotify(IFX_List_Notify * pNotify);
|
D | fxet_edit.h | 571 void SetNotify(IFX_Edit_Notify * pNotify);
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify) in SetNotify() argument 525 m_pNotify = pNotify; in SetNotify()
|
D | fxet_edit.cpp | 1011 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify) in SetNotify() argument 1013 m_pNotify = pNotify; in SetNotify()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_form.cpp | 1594 void CPDF_InterForm::SetFormNotify(const CPDF_FormNotify* pNotify) in SetFormNotify() argument 1596 m_pFormNotify = (CPDF_FormNotify*)pNotify; in SetFormNotify()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 956 void SetFormNotify(const CPDF_FormNotify* pNotify);
|