HomeSort by relevance Sort by last modified time
    Searched refs:processInBackground (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.h 64 void processInBackground();
ReverbConvolverStage.h 56 void processInBackground(ReverbConvolver* convolver, size_t framesToProcess);
ReverbConvolver.cpp 134 void ReverbConvolver::processInBackground()
149 m_backgroundStages[i]->processInBackground(this, SliceSize);
179 m_backgroundThread->postTask(new Task(WTF::bind(&ReverbConvolver::processInBackground, this)));
ReverbConvolverStage.cpp 96 void ReverbConvolverStage::processInBackground(ReverbConvolver* convolver, size_t framesToProcess)
  /frameworks/base/core/java/android/app/
IApplicationThread.java 109 void processInBackground() throws RemoteException;
ApplicationThreadNative.java 345 processInBackground();
    [all...]
ActivityThread.java 861 public void processInBackground() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 126 milliseconds