Home
last modified time | relevance | path

Searched refs:processor (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/libs/hwui/thread/
DTaskManager.h61 bool addTask(const sp<Task<T> >& task, const sp<TaskProcessor<T> >& processor) { in addTask() argument
62 return addTaskBase(sp<TaskBase>(task), sp<TaskProcessorBase>(processor)); in addTask()
65 bool addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor);
70 TaskWrapper(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor): in TaskWrapper()
71 mTask(task), mProcessor(processor) { in TaskWrapper()
DTaskManager.cpp60 bool TaskManager::addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor) { in addTaskBase() argument
62 TaskWrapper wrapper(task, processor); in addTaskBase()
/frameworks/av/services/camera/libcameraservice/api1/client2/
DCaptureSequencer.cpp62 void CaptureSequencer::setZslProcessor(wp<ZslProcessorInterface> processor) { in setZslProcessor() argument
64 mZslProcessor = processor; in setZslProcessor()
296 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); in manageDone() local
297 if (processor != 0) { in manageDone()
300 processor->clearZslQueue(); in manageDone()
364 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); in manageZslStart() local
365 if (processor == 0) { in manageZslStart()
376 res = processor->pushToReprocess(mCaptureId); in manageZslStart()
DCaptureSequencer.h52 void setZslProcessor(wp<ZslProcessorInterface> processor);
/frameworks/av/media/libeffects/testlibs/
DAudioFormatAdapter.h59 void configure(T & processor, int nChannels, uint8_t pcmFormat, in configure() argument
61 mpProcessor = &processor; in configure()
/frameworks/av/services/camera/libcameraservice/api1/
DCamera2Client.h187 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params);
190 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params);
DCamera2Client.cpp2090 status_t Camera2Client::updateProcessorStream(sp<ProcessorT> processor, in updateProcessorStream() argument
2094 processor, params); in updateProcessorStream()
2099 status_t Camera2Client::updateProcessorStream(sp<ProcessorT> processor, in updateProcessorStream() argument
2104 ProcessorT *processorPtr = processor.get(); in updateProcessorStream()
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd77 android.os.AsyncTask} so you can enable it to run across multiple processor cores. Instead of
118 <p>Now you can easily access each view without the need for the look-up, saving valuable processor
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd37 RenderScript code which may run on the same or different processor(s).</p>
Dadvanced.jd54 amount of cores available on a processor.
/frameworks/rs/
Dupdate_rs_prebuilts.sh26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
/frameworks/base/docs/html/training/multiple-threads/
Drun-code.jd40 task starts, but then discovers that its work isn't necessary. Rather than wasting processor
/frameworks/base/docs/html/about/versions/
Dandroid-3.0-highlights.jd158 <li><a href="#multicore">Support for multicore processor architectures</a></li>
230 <h3 id="multicore">Support for multicore processor architectures</h3>
232 …t version of the platform designed to run on either single or multicore processor architectures. A…
Dkitkat.jd362 they are detected. This lets the device's application processor remain in a
690 audio tunneling to a digital signal processor (DSP) in the
692 off-loaded to the DSP, waking the application processor less often and using
/frameworks/base/docs/html/training/wearables/apps/
Dalways-on.jd231 object to wake the processor and update the screen more frequently.</p>
312 // Milliseconds between waking processor/screen for updates
/frameworks/base/docs/html/guide/practices/app-design/
Dseamlessness.jd234 Two of the biggest consumers of battery power are the processor, and the
238 Minimizing the amount of processor time your application uses really comes
/frameworks/base/docs/html/guide/practices/
Dseamlessness.jd235 Two of the biggest consumers of battery power are the processor, and the
239 Minimizing the amount of processor time your application uses really comes
/frameworks/base/docs/html/sdk/
Dindex.jd444 <li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
459 <li>Optional for accelerated emulator: Intel® processor with support for Intel® VT-x, Intel® EM64T
/frameworks/base/docs/html/training/articles/
Dsmp.jd132 <li>All operations on a single processor appear to execute in the order described
133 by that processor's program.</li>
213 <p>x86 SMP provides <em>processor consistency</em>, which is slightly weaker than
283 <p>Modern CPUs have one or more caches between the processor and main memory.
324 <p>The other guarantees made by the processor consistency model are less
Dperf-tips.jd362 processor in the G1 can't take full advantage of the ARM in the Nexus One, and
/frameworks/base/docs/html/tools/adk/
Dadk2.jd75 <li>An ARM 32-bit Cortex M3 micro-processor</li>
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd437 only through the standard payment processor, Google payments. For purchases of
/frameworks/base/docs/html/tools/revisions/
Dplatforms.jd35 <p>Each platform release includes system images that support a specific processor architecture,
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd86 from dimming or the processor from sleeping, or uses the {@link
/frameworks/base/docs/html/google/play/billing/v2/
Dapi.jd94 subscription, Google Play and its payment processor automatically bill the

12