HomeSort by relevance Sort by last modified time
    Searched refs:Dispatch (Results 1 - 16 of 16) sorted by null

  /external/webkit/WebCore/platform/wx/
EventLoopWx.cpp 38 wxTheApp->Dispatch();
  /external/opencore/engines/2way/src/
pv_2way_cmd_control_datapath.cpp 53 i2Way->Dispatch(iCmdInfo);
pv_2way_data_channel_datapath.cpp 105 i2Way->Dispatch(aEvent);
128 i2Way->Dispatch(iCmdInfo);
pv_2way_engine.cpp 476 Dispatch(cmd);
494 Dispatch(cmd);
684 Dispatch(iInitInfo);
741 Dispatch(iResetInfo);
748 Dispatch(iInitInfo);
    [all...]
pv_2way_preview_datapath.cpp 209 i2Way->Dispatch(aEvent);
pv_2way_engine.h 805 void Dispatch(TPV2WayCmdInfo* aCmdInfo);
806 void Dispatch(TPV2WayEventInfo* aEventInfo);
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
tscsrpbuffer.h 193 void Dispatch(Packet* pack)
227 void Dispatch(Packet* pack)
  /external/opencore/engines/author/src/
pvauthorengine.cpp 209 Dispatch(cmd);
220 Dispatch(cmd);
231 Dispatch(cmd);
243 Dispatch(cmd);
257 Dispatch(cmd);
273 Dispatch(cmd);
291 Dispatch(cmd);
311 Dispatch(cmd);
326 Dispatch(cmd);
337 Dispatch(cmd)
    [all...]
pvauthorengine.h 242 void Dispatch(PVEngineCommand& aCmd);
243 void Dispatch(PVEngineAsyncEvent& aEvent);
  /external/webkit/WebKit/chromium/src/
DevToolsRPC.h 72 // MyApiDispatch::dispatch(realObject, rawStringCallGeneratedByStub);
95 // RPC dispatch macro
240 // RPC dispatch method implementations
337 class Class##Dispatch : public Noncopyable { \
339 Class##Dispatch() { } \
340 virtual ~Class##Dispatch() { } \
342 static bool dispatch(Class* delegate, \
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
cpvh223multiplex.h 174 TPVStatusCode Dispatch(H223IncomingChannel* aChannel,
  /external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
tscsrpbuffer.cpp 200 iH245Interface.Dispatch(pPkt);
283 // Call the dispatch routine immediately
298 /* Dispatch message to SRP */
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/include/
se.h 30 /* file contents : Receive Data Dispatch Header */
72 /* Note : Befor Dispatch */
74 /* Note : After Dispatch */
76 /* Note : After Dispatch */
375 void Dispatch(uint32 , OsclSharedPtr<uint8> , uint32 , uint32, uint8* EncodedMsg = NULL, uint32 EncodedMsgSize = 0) ;
  /external/v8/tools/
logreader.js 188 * Returns whether a particular dispatch must be skipped.
190 * @param {!Object} dispatch Dispatch record.
191 * @return {boolean} True if dispatch must be skipped.
193 devtools.profiler.LogReader.prototype.skipDispatch = function(dispatch) {
199 * Does a dispatch of a log record.
205 // Obtain the dispatch.
210 var dispatch = this.dispatchTable_[command];
212 if (dispatch === null || this.skipDispatch(dispatch)) {
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/se/src/
se.cpp 30 /* file contents : Receive Data Dispatch Management */
429 OSCL_TRY(leave_status, Dispatch(Event_No , parameter , p_InfHeader->InfSupplement1 , p_InfHeader->InfSupplement2));
430 OSCL_FIRST_CATCH_ANY(leave_status, Print("SE::InformationRecv - Dispatch LEAVE"));
472 OSCL_TRY(leave_status, Dispatch(Event_No , Data , 0 , 0, EncodedMsg, EncodedMsgSize));
473 OSCL_FIRST_CATCH_ANY(leave_status, Print("SE::MessageRecv - Dispatch() LEAVE"));
620 /* function outline : Dispatch */
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
cpvh223multiplex.cpp 329 /* Called by lower layer to get the next mux pdu to dispatch. */
902 TPVStatusCode CPVH223Multiplex::Dispatch(H223IncomingChannel* aChannel,
    [all...]

Completed in 187 milliseconds