HomeSort by relevance Sort by last modified time
    Searched refs:OnEvent (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/chromium_org/mojo/services/view_manager/
node.cc 182 void Node::OnEvent(ui::Event* event) {
  /external/chromium_org/net/disk_cache/blockfile/
backend_impl.h 205 void OnEvent(Stats::Counters an_event);
stats.cc 177 void Stats::OnEvent(Counters an_event) {
eviction_v3.cc 298 backend_->OnEvent(Stats::TRIM_ENTRY);
  /external/chromium_org/third_party/libjingle/source/talk/base/
macsocketserver.cc 109 signal_dispatcher->OnEvent(DE_READ, 0);
testutils.h 77 stream->SignalEvent.connect(this, &StreamSink::OnEvent);
117 void OnEvent(StreamInterface* stream, int events, int error) {
stream.cc 137 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
148 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
testutils.h 159 void OnEvent(uint32 ssrc, talk_base::WindowEvent ev) {
  /external/chromium_org/third_party/webrtc/base/
macsocketserver.cc 118 signal_dispatcher->OnEvent(DE_READ, 0);
testutils.h 60 stream->SignalEvent.connect(this, &StreamSink::OnEvent);
100 void OnEvent(StreamInterface* stream, int events, int error) {
stream.cc 120 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
131 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
1159 void LoggingAdapter::OnEvent(StreamInterface* stream, int events, int err) {
1167 StreamAdapterInterface::OnEvent(stream, events, err);
    [all...]
  /frameworks/av/media/libstagefright/include/
OMX.h 133 OMX_ERRORTYPE OnEvent(
OMXNodeInstance.h 120 void onEvent(OMX_EVENTTYPE event, OMX_U32 arg1, OMX_U32 arg2);
167 static OMX_ERRORTYPE OnEvent(
  /external/chromium_org/net/tools/epoll_server/
epoll_server.cc 48 // - The ready list is "one shot": each entry is removed before OnEvent is
63 virtual void OnEvent(int fd, EpollEvent* event) OVERRIDE {
274 // inside the callchain of OnEvent.
287 // OnEvent. Since the EpollServer needs a valid CBAndEventMask after OnEvent
296 // enough so the code that calls OnEvent doesn't have to worry about
712 // OnEvent() may call UnRegister, so we set in_use, here. Any
717 cb_and_mask->cb->OnEvent(cb_and_mask->fd, &event);
720 // Since OnEvent may have called UnregisterFD, we must check here that
epoll_server.h 57 // OnEvent.
90 // parameter for OnEvent to inform the EpollServer whether to put
92 virtual void OnEvent(int fd, EpollEvent* event) = 0;
270 // it's OnEvent() method is called with the file-descriptor 'fd',
305 // OnEvent method of all callbacks associated with the fds on the ready
308 // callback's OnEvent() method is invoked. To stay on the ready list, the
309 // OnEvent() (or some function in that call chain) must call SetFDReady
316 // SetFDNotReady() (since OnEvent cannot distinguish between invocation
320 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
328 // when OnEvent() is invoked by the ready list. Hence, the event_mas
    [all...]
  /external/chromium_org/ui/events/
event_dispatcher_unittest.cc 97 virtual void OnEvent(Event* event) OVERRIDE {
98 ui::EventHandler::OnEvent(event);
  /external/chromium_org/content/browser/device_sensors/
data_fetcher_shared_memory_win.cc 51 STDMETHODIMP OnEvent(ISensor* sensor,
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 152 STDMETHOD(OnEvent)(DWORD stream_index, IMFMediaEvent* event) {
  /external/chromium_org/net/tools/quic/
quic_client.cc 264 void QuicClient::OnEvent(int fd, EpollEvent* event) {
  /external/chromium_org/pdf/
progress_control.cc 176 owner()->OnEvent(id(), EVENT_ID_PROGRESS_COMPLETED, NULL);
thumbnail_control.cc 259 owner()->OnEvent(id(), EVENT_ID_THUMBNAIL_SELECTED,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfreadwrite.h 715 virtual HRESULT STDMETHODCALLTYPE OnEvent(
752 HRESULT (STDMETHODCALLTYPE *OnEvent)(
772 #define IMFSourceReaderCallback_OnEvent(This,dwStreamIndex,pEvent) (This)->lpVtbl->OnEvent(This,dwStreamIndex,pEvent)
792 return This->lpVtbl->OnEvent(This,dwStreamIndex,pEvent);
    [all...]
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 89 &OnEvent, &OnEmptyBufferDone, &OnFillBufferDone
1039 // OMXNodeInstance::OnEvent calls OMX::OnEvent, which then calls here.
1041 void OMXNodeInstance::onEvent(
1054 OMX_ERRORTYPE OMXNodeInstance::OnEvent(
1065 return instance->owner()->OnEvent(
    [all...]
  /external/chromium_org/ash/
shell.h 603 virtual void OnEvent(ui::Event* event) OVERRIDE;
  /external/chromium_org/chrome/test/chromedriver/chrome/
devtools_client_impl.cc 405 Status status = listener->OnEvent(

Completed in 1223 milliseconds

1 2 3 45 6