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

  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 134 void ReverbConvolver::processInBackground()
149 m_backgroundStages[i]->processInBackground(this, SliceSize);
179 m_backgroundThread->postTask(new Task(WTF::bind(&ReverbConvolver::processInBackground, this)));
  /frameworks/base/core/java/android/app/
IApplicationThread.java 106 void processInBackground() throws RemoteException;
ApplicationThreadNative.java 348 processInBackground();
    [all...]
ActivityThread.java 792 public void processInBackground() {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 2685 milliseconds