Searched defs:cpu (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmCOMM_s.h128 ;// _M_TRY cpu, variant fall back list
167 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
168 IF "$cpu"<>_CPU
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmCOMM_s.h128 ;// _M_TRY cpu, variant fall back list
170 _M_TRY $cpu, $v0,$v1,$v2,$v3,$v4,$v5,$v6,$v7
171 IF "$cpu"<>_CPU
/frameworks/native/libs/binder/tests/
H A Dschd-dbg.cpp39 // the ratio that the service is synced on the same cpu beyond
88 << " tid: " << gettid() << " cpu: " << sched_getcpu() << endl;
114 // int32: caller cpu
117 // int32: 1 if caller's cpu != callee's cpu
119 // note the caller cpu read here is not always correct
121 // right after it read the cpu number and still before the transaction.
135 int cpu = sched_getcpu(); local
137 if (cpu != cpu_caller) {
265 static void parcel_fill(Parcel& data, int sz, int priority, int cpu) { argument
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp53 RsdCpuReferenceImpl *cpu = new RsdCpuReferenceImpl(rsc); local
54 if (!cpu) {
57 if (!cpu->init(version_major, version_minor, lfn, slfn)) {
58 delete cpu;
62 cpu->setSelectRTCallback(pSelectRTCallback);
64 cpu->setBccPluginName(pBccPluginName);
67 return cpu;
237 int cpu = sysconf(_SC_NPROCESSORS_CONF); local
239 cpu = mRSC->props.mDebugMaxThreads;
241 if (cpu <
[all...]

Completed in 105 milliseconds