HomeSort by relevance Sort by last modified time
    Searched full:pmessage (Results 26 - 50 of 108) sorted by null

12 3 4 5

  /external/deqp/external/vulkancts/framework/vulkan/
vkDebugReportUtil.cpp 116 const char* pMessage,
121 messageList->append(DebugReportMessage(flags, objectType, object, location, messageCode, pLayerPrefix, pMessage));
vkInstanceDriverImpl.inl 195 void InstanceDriver::debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const
197 m_vk.debugReportMessageEXT(instance, flags, objectType, object, location, messageCode, pLayerPrefix, pMessage);
vkConcreteInstanceInterface.inl 42 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const;
vkVirtualInstanceInterface.inl 42 virtual void debugReportMessageEXT (VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, deUint64 object, deUintptr location, deInt32 messageCode, const char* pLayerPrefix, const char* pMessage) const = 0;
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_checkboximp.cpp 405 int32_t CFWL_CheckBoxImpDelegate::OnProcessMessage(CFWL_Message* pMessage) {
406 if (!pMessage)
408 FX_DWORD dwMsgCode = pMessage->GetClassID();
412 OnActivate(pMessage);
417 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
421 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
445 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage);
453 CFWL_WidgetImpDelegate::OnProcessMessage(pMessage);
fwl_pushbuttonimp.cpp 399 int32_t CFWL_PushButtonImpDelegate::OnProcessMessage(CFWL_Message* pMessage) {
400 if (!pMessage)
406 FX_DWORD dwMsgCode = pMessage->GetClassID();
410 OnFocusChanged(pMessage, dwMsgCode == FWL_MSGHASH_SetFocus);
414 CFWL_MsgMouse* pMsg = static_cast<CFWL_MsgMouse*>(pMessage);
438 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage);
449 CFWL_WidgetImpDelegate::OnProcessMessage(pMessage);
fwl_caretimp.cpp 148 int32_t CFWL_CaretImpDelegate::OnProcessMessage(CFWL_Message* pMessage) {
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_tooltipctrlimp.h 69 int32_t OnProcessMessage(CFWL_Message* pMessage) override;
fwl_listboximp.h 103 int32_t OnProcessMessage(CFWL_Message* pMessage) override;
fwl_scrollbarimp.h 104 int32_t OnProcessMessage(CFWL_Message* pMessage) override;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fwladapter.cpp 17 void FWL_PostMessageToMainRoop(CFWL_Message* pMessage) {}
xfa_fftextedit.h 55 virtual int32_t OnProcessMessage(CFWL_Message* pMessage);
xfa_ffimageedit.cpp 173 int32_t CXFA_FFImageEdit::OnProcessMessage(CFWL_Message* pMessage) {
174 return m_pOldDelegate->OnProcessMessage(pMessage);
xfa_ffpushbutton.cpp 209 int32_t CXFA_FFPushButton::OnProcessMessage(CFWL_Message* pMessage) {
210 return m_pOldDelegate->OnProcessMessage(pMessage);
  /frameworks/compile/mclinker/include/mcld/Script/
AssertCmd.h 27 AssertCmd(RpnExpr& pRpnExpr, const std::string& pMessage);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapiform.h 45 #define MAPI_IPERSISTMESSAGE_METHODS(IPURE) MAPIMETHOD(GetClassID) (THIS_ LPCLSID lpClassID) IPURE; MAPIMETHOD(IsDirty)(THIS) IPURE; MAPIMETHOD(InitNew)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage) IPURE; MAPIMETHOD(Load)(THIS_ LPMAPIMESSAGESITE pMessageSite,LPMESSAGE pMessage,ULONG ulMessageStatus,ULONG ulMessageFlags) IPURE; MAPIMETHOD(Save)(THIS_ LPMESSAGE pMessage,ULONG fSameAsLoad) IPURE; MAPIMETHOD(SaveCompleted)(THIS_ LPMESSAGE pMessage) IPURE; MAPIMETHOD(HandsOffMessage)(THIS) IPURE;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 644 DBAPI DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG *pMessage,
662 if (pMessage) {
666 tempStruct.ARGS_NODE_GETMESSAGE.pMessage = pMessage;
674 "pMessage is Invalid \r\n")));
752 DBAPI DSPNode_PutMessage(DSP_HNODE hNode, IN CONST struct DSP_MSG *pMessage,
769 if (pMessage) {
773 tempStruct.ARGS_NODE_PUTMESSAGE.pMessage =
774 (struct DSP_MSG *)pMessage;
782 "pMessage is Invalid \r\n")))
    [all...]
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_pipes.c 182 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
195 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
225 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
242 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
305 void *pMessage,
332 *actualSize = lSizeRead = read(pHandle->pfd[0], pMessage, size);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_pipes.c 182 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
195 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
225 void *pMessage, TIMM_OSAL_U32 size, TIMM_OSAL_S32 timeout)
242 lSizeWritten = write(pHandle->pfd[1], pMessage, size);
305 void *pMessage,
332 *actualSize = lSizeRead = read(pHandle->pfd[0], pMessage, size);
  /external/pdfium/xfa/include/fwl/core/
fwl_widget.h 65 virtual int32_t OnProcessMessage(CFWL_Message* pMessage) = 0;
  /external/pdfium/xfa/include/fwl/lightwidget/
widget.h 102 virtual int32_t OnProcessMessage(CFWL_Message* pMessage);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_widgetimp.cpp     [all...]
fwl_widgetmgrimp.cpp 694 int32_t CFWL_WidgetMgrDelegate::OnProcessMessageToForm(CFWL_Message* pMessage) {
695 if (!pMessage)
697 if (!pMessage->m_pDstTarget)
699 IFWL_Widget* pDstWidget = pMessage->m_pDstTarget;
708 pMessage = static_cast<CFWL_Message*>(pMessage->Clone());
711 pNoteDriver->ProcessMessage(pMessage);
713 pNoteDriver->QueueMessage(pMessage);
722 pMessage->Release();
    [all...]
  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 172 int32_t OnProcessMessage(CFWL_Message* pMessage) override;
fwl_widgetimp.h 157 int32_t OnProcessMessage(CFWL_Message* pMessage) override;

Completed in 439 milliseconds

12 3 4 5