/frameworks/base/libs/hwui/thread/ |
D | TaskManager.h | 61 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()
|
D | TaskManager.cpp | 62 bool TaskManager::addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor) { in addTaskBase() argument 64 TaskWrapper wrapper(task, processor); in addTaskBase()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | CaptureSequencer.cpp | 60 void CaptureSequencer::setZslProcessor(wp<ZslProcessorInterface> processor) { in setZslProcessor() argument 62 mZslProcessor = processor; in setZslProcessor() 284 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); in manageDone() local 285 if (processor != 0) { in manageDone() 288 processor->clearZslQueue(); in manageDone() 347 sp<ZslProcessorInterface> processor = mZslProcessor.promote(); in manageZslStart() local 348 if (processor == 0) { in manageZslStart() 359 res = processor->pushToReprocess(mCaptureId); in manageZslStart()
|
D | CaptureSequencer.h | 52 void setZslProcessor(wp<ZslProcessorInterface> processor);
|
/frameworks/av/media/libeffects/testlibs/ |
D | AudioFormatAdapter.h | 59 void configure(T & processor, int nChannels, uint8_t pcmFormat, in configure() argument 61 mpProcessor = &processor; in configure()
|
/frameworks/base/core/java/android/net/http/ |
D | AndroidHttpClient.java | 166 BasicHttpProcessor processor = super.createHttpProcessor(); in AndroidHttpClient() 167 processor.addRequestInterceptor(sThreadCheckInterceptor); in AndroidHttpClient() 168 processor.addRequestInterceptor(new CurlLogger()); in AndroidHttpClient() 170 return processor; in AndroidHttpClient()
|
/frameworks/av/services/camera/libcameraservice/api1/ |
D | Camera2Client.h | 179 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params); 182 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params);
|
D | Camera2Client.cpp | 1938 status_t Camera2Client::updateProcessorStream(sp<ProcessorT> processor, in updateProcessorStream() argument 1942 processor, params); in updateProcessorStream() 1947 status_t Camera2Client::updateProcessorStream(sp<ProcessorT> processor, in updateProcessorStream() argument 1952 ProcessorT *processorPtr = processor.get(); in updateProcessorStream()
|
/frameworks/rs/ |
D | update_rs_prebuilts.sh | 26 NUM_CORES=`cat /proc/cpuinfo | grep processor | tail -n 1 | cut -f 2 -d :`
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 77 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/ |
D | index.jd | 37 RenderScript code which may run on the same or different processor(s).</p>
|
D | advanced.jd | 54 amount of cores available on a processor.
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | run-code.jd | 40 task starts, but then discovers that its work isn't necessary. Rather than wasting processor
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0-highlights.jd | 158 <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…
|
D | kitkat.jd | 362 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/guide/practices/ |
D | seamlessness.jd | 235 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/guide/practices/app-design/ |
D | seamlessness.jd | 234 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/google/gcm/ |
D | helper.jd | 96 <!-- Keeps the processor from sleeping when a message is received. -->
|
D | client.jd | 95 can keep the processor from sleeping when a message is received. Optional—use
|
/frameworks/base/docs/html/training/articles/ |
D | smp.jd | 132 <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
|
D | perf-tips.jd | 362 processor in the G1 can't take full advantage of the ARM in the Nexus One, and
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_subscriptions.jd | 375 only through the standard payment processor, Google Wallet. For purchases of
|
/frameworks/base/docs/html/tools/revisions/ |
D | platforms.jd | 28 <p>Each platform release includes system images that support a specific processor architecture,
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 75 <li>An ARM 32-bit Cortex M3 micro-processor</li>
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | api.jd | 94 subscription, Google Play and its payment processor automatically bill the
|