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

1 2

  /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 50 virtual DebugEvent GetEvent() const = 0;
101 virtual DebugEvent GetEvent() const = 0;
  /system/bt/vendor_libs/test_vendor_lib/include/
hci_transport.h 86 const EventPacket& GetEvent();
  /system/bt/vendor_libs/test_vendor_lib/src/
hci_transport.cc 117 if (!packet_stream_.SendEvent((*it)->GetEvent(), fd))
170 const EventPacket& HciTransport::TimeStampedEvent::GetEvent() {
  /external/opencv3/modules/videoio/src/cap_winrt/
MediaStreamSink.hpp 61 IFACEMETHODIMP GetEvent(__in DWORD flags, __deref_out IMFMediaEvent **event);
MediaStreamSink.cpp 156 HRESULT MediaStreamSink::GetEvent(__in DWORD flags, __deref_out IMFMediaEvent **event)
174 CHK(eventQueue->GetEvent(flags, event));
  /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)
wsdclient.h 97 STDMETHOD_(HRESULT,GetEvent)(THIS_ WSD_EVENT *pEvent) PURE;
111 #define IWSDAsyncResult_GetEvent(This,pEvent) (This)->lpVtbl->GetEvent(This,pEvent)
mspaddr.h 143 STDMETHOD (GetEvent) (DWORD *pdwSize,BYTE *pBuffer);
mfidl.h     [all...]
control.h 263 virtual HRESULT WINAPI GetEvent(__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout) = 0;
280 HRESULT (WINAPI *GetEvent)(IMediaEvent *This,__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout);
299 #define IMediaEvent_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
341 HRESULT (WINAPI *GetEvent)(IMediaEventEx *This,__LONG32 *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,__LONG32 msTimeout);
363 #define IMediaEventEx_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
    [all...]
tapi3.h     [all...]
  /external/v8/src/debug/
debug.h 215 virtual DebugEvent GetEvent() const;
251 virtual DebugEvent GetEvent() const;
debug.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 532 v8::DebugEvent event = event_details.GetEvent();
623 v8::DebugEvent event = event_details.GetEvent();
699 v8::DebugEvent event = event_details.GetEvent();
730 v8::DebugEvent event = event_details.GetEvent();
749 v8::DebugEvent event = event_details.GetEvent();
775 v8::DebugEvent event = event_details.GetEvent();
809 v8::DebugEvent event = event_details.GetEvent();
834 v8::DebugEvent event = event_details.GetEvent();
859 v8::DebugEvent event = event_details.GetEvent();
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCreator.py     [all...]
JetFile.py 524 def GetEvent(self, segName, eventName):
    [all...]
  /external/opencv3/3rdparty/include/dshow/
control.h 263 virtual HRESULT WINAPI GetEvent(long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout) = 0;
280 HRESULT (WINAPI *GetEvent)(IMediaEvent *This,long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout);
299 #define IMediaEvent_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
341 HRESULT (WINAPI *GetEvent)(IMediaEventEx *This,long *lEventCode,LONG_PTR *lParam1,LONG_PTR *lParam2,long msTimeout);
363 #define IMediaEventEx_GetEvent(This,lEventCode,lParam1,lParam2,msTimeout) (This)->lpVtbl->GetEvent(This,lEventCode,lParam1,lParam2,msTimeout)
    [all...]

Completed in 468 milliseconds

1 2