HomeSort by relevance Sort by last modified time
    Searched defs:OnEvent (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/disk_cache/
stats.cc 243 void Stats::OnEvent(Counters an_event) {
backend_impl.cc 363 stats_.OnEvent(Stats::OPEN_MISS);
370 stats_.OnEvent(Stats::OPEN_MISS);
379 stats_.OnEvent(Stats::OPEN_HIT);
428 stats_.OnEvent(Stats::CREATE_ERROR);
436 stats_.OnEvent(Stats::CREATE_ERROR);
447 stats_.OnEvent(Stats::CREATE_ERROR);
468 stats_.OnEvent(Stats::CREATE_HIT);
515 stats_.OnEvent(Stats::DOOM_CACHE);
778 stats_.OnEvent(Stats::DOOM_ENTRY);
933 void BackendImpl::OnEvent(Stats::Counters an_event)
    [all...]
  /frameworks/base/media/libstagefright/omx/
OMXNodeInstance.cpp 74 &OnEvent, &OnEmptyBufferDone, &OnFillBufferDone
429 OMX_ERRORTYPE OMXNodeInstance::OnEvent(
440 return instance->owner()->OnEvent(
OMX.cpp 345 OMX_ERRORTYPE OMX::OnEvent(
351 LOGV("OnEvent(%d, %ld, %ld)", eEvent, nData1, nData2);
  /external/chromium/net/tools/flip_server/
epoll_server.cc 49 // - The ready list is "one shot": each entry is removed before OnEvent is
64 void OnEvent(int fd, EpollEvent* event) {
264 // inside the callchain of OnEvent.
277 // OnEvent. Since the EpollServer needs a valid CBAndEventMask after OnEvent
286 // enough so the code that calls OnEvent doesn't have to worry about
694 // OnEvent() may call UnRegister, so we set in_use, here. Any
699 cb_and_mask->cb->OnEvent(cb_and_mask->fd, &event);
702 // Since OnEvent may have called UnregisterFD, we must check here that
flip_in_mem_edsm_server.cc 838 virtual void OnEvent(int fd, EpollEvent* event) {
    [all...]

Completed in 452 milliseconds