HomeSort by relevance Sort by last modified time
    Searched defs:pMessage (Results 1 - 9 of 9) sorted by null

  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 843 * @param pMessage the message string
846 static void notify(const wchar_t* pMessage, uint32_t nMessageType)
851 LogError("%ls", pMessage);
854 LogWarning("%ls", pMessage);
857 LogInfo("DEBUG: %ls", pMessage);
861 LogInfo("%ls", pMessage);
959 wchar_t pMessage[100];
962 memset(pMessage, 0, 100*sizeof(wchar_t));
981 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
990 notify(pMessage, nMessageType)
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 961 * @param pMessage the message string
964 static void notify(const wchar_t* pMessage, uint32_t nMessageType)
969 LogError("%ls", pMessage);
972 LogWarning("%ls", pMessage);
975 LogInfo("DEBUG: %ls", pMessage);
979 LogInfo("%ls", pMessage);
1077 wchar_t pMessage[100];
1080 memset(pMessage, 0, 100*sizeof(wchar_t));
1099 memcpy(pMessage, &pInstruction->sNotify.nMessage[0], nMessageSize);
1108 notify(pMessage, nMessageType)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 272 struct DSP_MSG *pMessage;
282 struct DSP_MSG *pMessage;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 272 struct DSP_MSG *pMessage;
282 struct DSP_MSG *pMessage;
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/src/
dmtAsyncAPI.cc 145 SYNCML_DM_NOTIFY_MESSAGE_T *pMessage = (SYNCML_DM_NOTIFY_MESSAGE_T *)data;
147 if ( pMessage->callback )
148 pMessage->callback();
150 if ( pMessage->messageID )
151 XPL_MSG_Send(XPL_PORT_DM,pMessage->messageID,NULL,0);
158 SYNCML_DM_TIMER_MSG_T *pMessage = (SYNCML_DM_TIMER_MSG_T *)data;
160 //XPL_CLK_StopTimer(pMessage->timerHandle);
161 pMessage->callback();
168 SYNCML_DM_ENGINE_MESSAGE_T *pMessage = (SYNCML_DM_ENGINE_MESSAGE_T *)data;
180 dmtBuildStatusStruct(&statusStruct,pMessage->pUserData,operation,res)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsplp.h 423 LPWSTR pMessage;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 

Completed in 145 milliseconds