Searched refs:DoWork (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.h28 virtual bool DoWork() = 0;
52 bool DoWork();
H A Dcpu_measurement_harness.cc67 // will be longer if calling DoWork() is not negligable and/or called many
79 if (!DoWork()) {
118 bool CpuMeasurementHarness::DoWork() { function in class:webrtc::CpuMeasurementHarness
120 if (!cpu_target_->DoWork()) {
H A Dtrace_unittest.cc35 virtual bool DoWork() { function in class:Logger
/external/drm_hwcomposer/
H A Dglworker.h115 int DoWork(Work *work);
H A Dgl_compositor.cpp285 ret = priv_->worker.DoWork(&work);
H A Dglworker.cpp794 int GLWorker::DoWork(Work *work) { function in class:android::GLWorker
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp446 FX_BOOL bRet = DoWork(m_pBuffer, m_Length);
549 FX_BOOL CFX_FileBufferArchive::DoWork(const void* pBuf, size_t size) function in class:CFX_FileBufferArchive
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h255 virtual FX_BOOL DoWork(const void* pBuf, size_t size) = 0;
277 virtual FX_BOOL DoWork(const void* pBuf, size_t size);

Completed in 197 milliseconds