Home
last modified time | relevance | path

Searched refs:pNotify (Results 1 – 17 of 17) sorted by relevance

/external/libnfc-nci/halimpl/pn54x/dnld/
DphDnldNfc.h89 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 …]
DphDnldNfc.c58 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/
DPWL_Note.cpp804 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 …]
DPWL_IconList.cpp314 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()
DPWL_ComboBox.cpp652 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/
DPWL_ListBox.h90 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() argument
DPWL_IconList.h68 void SetNotify(IPWL_IconList_Notify* pNotify);
108 void SetNotify(IPWL_IconList_Notify* pNotify);
DPWL_Edit.h92 void SetFillerNotify(IPWL_Filler_Notify* pNotify) {m_pFillerNotify = pNotify;} in SetFillerNotify() argument
DPWL_EditCtrl.h112 void SetEditNotify(IPWL_Edit_Notify* pNotify) {m_pEditNotify = pNotify;} in SetEditNotify() argument
DPWL_ComboBox.h77 void SetFillerNotify(IPWL_Filler_Notify* pNotify);
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h185 virtual void SetNotify(IFX_Edit_Notify * pNotify) = 0;
443 virtual void SetNotify(IFX_List_Notify * pNotify) = 0;
Dfxet_list.h306 void SetNotify(IFX_List_Notify * pNotify);
Dfxet_edit.h571 void SetNotify(IFX_Edit_Notify * pNotify);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp523 void CFX_ListCtrl::SetNotify(IFX_List_Notify * pNotify) in SetNotify() argument
525 m_pNotify = pNotify; in SetNotify()
Dfxet_edit.cpp1011 void CFX_Edit::SetNotify(IFX_Edit_Notify* pNotify) in SetNotify() argument
1013 m_pNotify = pNotify; in SetNotify()
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp1594 void CPDF_InterForm::SetFormNotify(const CPDF_FormNotify* pNotify) in SetFormNotify() argument
1596 m_pFormNotify = (CPDF_FormNotify*)pNotify; in SetFormNotify()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h956 void SetFormNotify(const CPDF_FormNotify* pNotify);