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

1 2

  /external/chromium/net/disk_cache/
stats.h 61 void OnEvent(Counters an_event);
backend_impl.cc 575 stats_.OnEvent(Stats::DOOM_CACHE);
632 stats_.OnEvent(Stats::DOOM_RECENT);
677 stats_.OnEvent(Stats::OPEN_MISS);
684 stats_.OnEvent(Stats::OPEN_MISS);
692 stats_.OnEvent(Stats::OPEN_HIT);
742 stats_.OnEvent(Stats::CREATE_ERROR);
750 stats_.OnEvent(Stats::CREATE_ERROR);
762 stats_.OnEvent(Stats::CREATE_ERROR);
788 stats_.OnEvent(Stats::CREATE_HIT);
929 stats_.OnEvent(Stats::DOOM_ENTRY)
    [all...]
backend_impl.h 202 void OnEvent(Stats::Counters an_event);
stats.cc 177 void Stats::OnEvent(Counters an_event) {
eviction.cc 133 backend_->OnEvent(Stats::TRIM_ENTRY);
279 backend_->OnEvent(Stats::TRIM_ENTRY);
entry_impl.cc 952 backend_->OnEvent(Stats::READ_DATA);
1040 backend_->OnEvent(Stats::WRITE_DATA);
    [all...]
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 54 virtual void OnEvent(int fd, EpollEvent* event);
sm_connection.h 87 virtual void OnEvent(int fd, EpollEvent* event);
acceptor_thread.cc 195 void SMAcceptorThread::OnEvent(int fd, EpollEvent* event) {
epoll_server.cc 48 // - The ready list is "one shot": each entry is removed before OnEvent is
63 void OnEvent(int fd, EpollEvent* event) {
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 58 // OnEvent.
91 // parameter for OnEvent to inform the EpollServer whether to put
93 virtual void OnEvent(int fd, EpollEvent* event) = 0;
271 // it's OnEvent() method is called with the file-descriptor 'fd',
306 // OnEvent method of all callbacks associated with the fds on the ready
309 // callback's OnEvent() method is invoked. To stay on the ready list, the
310 // OnEvent() (or some function in that call chain) must call SetFDReady
317 // SetFDNotReady() (since OnEvent cannot distinguish between invocation
321 // Since the ready list invokes EpollCallbackInterface::OnEvent, only fds
329 // when OnEvent() is invoked by the ready list. Hence, the event_mas
    [all...]
sm_connection.cc 226 void SMConnection::OnEvent(int fd, EpollEvent* event) {
  /external/chromium/third_party/libjingle/source/talk/base/
opensslstreamadapter.h 92 virtual void OnEvent(StreamInterface* stream, int events, int err);
physicalsocketserver.h 63 virtual void OnEvent(uint32 ff, int err) = 0;
physicalsocketserver.cc 563 virtual void OnEvent(uint32 ff, int err) {
724 virtual void OnEvent(uint32 ff, int err) {
846 virtual void OnEvent(uint32 ff, int err) {
910 virtual void OnEvent(uint32 ff, int err) {
991 virtual void OnEvent(uint32 ff, int err) {
1073 virtual void OnEvent(uint32 ff, int err) {
1138 void OnEvent(uint32 ff, int err) {
    [all...]
opensslstreamadapter.cc 348 void OpenSSLStreamAdapter::OnEvent(StreamInterface* stream, int events,
354 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent SE_OPEN";
367 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent"
391 LOG(LS_INFO) << "OpenSSLStreamAdapter::OnEvent(SE_CLOSE, " << err << ")";
394 // SE_CLOSE is the only event that uses the final parameter to OnEvent().
399 StreamAdapterInterface::OnEvent(stream, events_to_signal, signal_error);
474 StreamAdapterInterface::OnEvent(stream(), SE_OPEN|SE_READ|SE_WRITE, 0);
501 StreamAdapterInterface::OnEvent(stream(), SE_CLOSE, err);
stream.h 318 virtual void OnEvent(StreamInterface* stream, int events, int err) {
603 virtual void OnEvent(StreamInterface* stream, int events, int err);
stream.cc 145 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
156 stream_->SignalEvent.connect(this, &StreamAdapterInterface::OnEvent);
916 void LoggingAdapter::OnEvent(StreamInterface* stream, int events, int err) {
924 StreamAdapterInterface::OnEvent(stream, events, err);
  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmppsocket.h 69 void OnEvent(talk_base::StreamInterface* stream, int events, int err);
xmppsocket.cc 71 stream_->SignalEvent.connect(this, &XmppSocket::OnEvent);
124 void XmppSocket::OnEvent(talk_base::StreamInterface* stream,
204 OnEvent(stream_, talk_base::SE_WRITE, 0);
  /frameworks/av/media/libstagefright/include/
OMX.h 114 OMX_ERRORTYPE OnEvent(
OMXNodeInstance.h 102 void onEvent(OMX_EVENTTYPE event, OMX_U32 arg1, OMX_U32 arg2);
136 static OMX_ERRORTYPE OnEvent(
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 85 &OnEvent, &OnEmptyBufferDone, &OnFillBufferDone
815 // OMXNodeInstance::OnEvent calls OMX::OnEvent, which then calls here.
817 void OMXNodeInstance::onEvent(
835 OMX_ERRORTYPE OMXNodeInstance::OnEvent(
846 return instance->owner()->OnEvent(
OMX.cpp 399 OMX_ERRORTYPE OMX::OnEvent(
405 ALOGV("OnEvent(%d, %ld, %ld)", eEvent, nData1, nData2);
408 findInstance(node)->onEvent(eEvent, nData1, nData2);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 95 virtual void OnEvent(uint32 ff, int err);
929 void DeviceWatcher::OnEvent(uint32 ff, int err) {

Completed in 366 milliseconds

1 2