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

  /external/webkit/Source/WebCore/platform/audio/
ReverbConvolverStage.h 54 void processInBackground(ReverbConvolver* convolver, size_t framesToProcess);
ReverbConvolverStage.cpp 84 void ReverbConvolverStage::processInBackground(ReverbConvolver* convolver, size_t framesToProcess)
ReverbConvolver.cpp 173 m_backgroundStages[i]->processInBackground(this, SliceSize);
  /frameworks/base/core/java/android/app/
IApplicationThread.java 102 void processInBackground() throws RemoteException;
ApplicationThreadNative.java 336 processInBackground();
    [all...]
ActivityThread.java 729 public void processInBackground() {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 50 milliseconds