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

  /external/webrtc/webrtc/modules/audio_coding/neteq/mock/
mock_dtmf_buffer.h 29 MOCK_METHOD2(GetEvent,
  /external/webrtc/webrtc/base/
profiler_unittest.cc 36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name);
61 event1 = Profiler::Instance()->GetEvent(kEvent1Name);
74 event2 = Profiler::Instance()->GetEvent(kEvent2Name);
107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL);
110 EXPECT_EQ(NULL, Profiler::Instance()->GetEvent("event"));
profiler.h 125 const ProfilerEvent* GetEvent(const std::string& event_name) const;
profiler.cc 158 const ProfilerEvent* Profiler::GetEvent(const std::string& event_name) const {
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_buffer_unittest.cc 97 EXPECT_FALSE(buffer.GetEvent(timestamp - 10, &out_event));
101 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event));
106 EXPECT_TRUE(buffer.GetEvent(timestamp + duration / 2, &out_event));
112 EXPECT_TRUE(buffer.GetEvent(timestamp + duration + 10, &out_event));
114 EXPECT_FALSE(buffer.GetEvent(timestamp + duration + 10, &out_event));
139 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event));
172 EXPECT_TRUE(buffer.GetEvent(timestamp, &out_event));
176 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10,
179 EXPECT_TRUE(buffer.GetEvent(timestamp + long_event.duration + 10,
183 EXPECT_FALSE(buffer.GetEvent(timestamp + long_event.duration + 10
    [all...]
dtmf_buffer.h 80 virtual bool GetEvent(uint32_t current_timestamp, DtmfEvent* event);
dtmf_buffer.cc 121 bool DtmfBuffer::GetEvent(uint32_t current_timestamp, DtmfEvent* event) {
neteq_impl.cc     [all...]
  /external/v8/include/
v8-debug.h 46 virtual DebugEvent GetEvent() const = 0;
96 virtual DebugEvent GetEvent() const = 0;
v8.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msp.h 203 virtual HRESULT WINAPI GetEvent(DWORD *pdwSize,byte *pEventBuffer) = 0;
216 HRESULT (WINAPI *GetEvent)(ITMSPAddress *This,DWORD *pdwSize,byte *pEventBuffer);
231 #define ITMSPAddress_GetEvent(This,pdwSize,pEventBuffer) (This)->lpVtbl->GetEvent(This,pdwSize,pEventBuffer)
mspaddr.h 143 STDMETHOD (GetEvent) (DWORD *pdwSize,BYTE *pBuffer);
wsdclient.h 152 virtual HRESULT STDMETHODCALLTYPE GetEvent(
198 HRESULT (STDMETHODCALLTYPE *GetEvent)(
224 #define IWSDAsyncResult_GetEvent(This,pEvent) (This)->lpVtbl->GetEvent(This,pEvent)
254 return This->lpVtbl->GetEvent(This,pEvent);
    [all...]
mfidl.h     [all...]
control.h 469 virtual HRESULT WINAPI GetEvent(__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout) = 0;
486 HRESULT (WINAPI *GetEvent)(IMediaEvent *This,__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout);
505 #define IMediaEvent_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
547 HRESULT (WINAPI *GetEvent)(IMediaEventEx *This,__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout);
569 #define IMediaEventEx_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
    [all...]
mfobjects.h     [all...]
tapi3.h     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
JetFile.py 524 def GetEvent(self, segName, eventName):
    [all...]
  /external/v8/src/debug/
debug.h 654 virtual DebugEvent GetEvent() const;
debug.cc     [all...]

Completed in 1305 milliseconds