Searched defs:it (Results 101 - 113 of 113) sorted by path

12345

/frameworks/native/libs/ui/
H A DFenceTime.cpp90 // getSignalTime(). This check races with getSignalTime(), but it is
106 // We store the valid state in the constructors and return it here.
147 // Make the signal time visible to everyone if it is no longer pending
285 // we are removing it from the timeline.
332 auto it = mMap.find(fence.get()); local
333 if (it != mMap.end()) {
334 for (auto& weakFenceTime : it->second) {
350 for (auto& it : mMap) {
352 auto& vect = it.second;
362 mMap.erase(it
[all...]
/frameworks/native/libs/vr/libvr_manager/
H A Dtrusted_uids.cpp20 // These are already whitelisted by the permission service, but it might not
29 auto it = uid_cache.find(uid); local
30 if (it != uid_cache.end())
31 return it->second;
40 // Note: we ignore the pid because it's only used to automatically reply
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp31 int32_t* it, int32_t c0, int32_t c1, int32_t c2);
280 // can't handle it.
303 int compute_iterators_t::iteratorsScale(GGLfixed* it, argument
325 it[0] = c;
326 it[1] = dcdx;
327 it[2] = dcdy;
331 void compute_iterators_t::iterators1616(GGLfixed* it, argument
342 it[0] = c;
343 it[1] = dcdx;
344 it[
347 iterators0032(int64_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
362 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
368 iterators0032(int32_t* it, int32_t c0, int32_t c1, int32_t c2) const argument
[all...]
/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp71 // Sanity check and clamp power if it is 0 (or close)
99 // Poke ISensor service. If it has lingering connection from previous generation of
100 // system server, it will kill itself. There is no intention to handle the poll result,
265 // If a connected dynamic sensor is deactivated, remove it from the
267 auto it = mConnectedDynamicSensors.find(handle); local
268 if (it != mConnectedDynamicSensors.end()) {
269 delete it->second;
270 mConnectedDynamicSensors.erase(it);
427 // Check if this sensor has been activated previously and disable it.
594 // if mTBatch <= mTSample, it i
629 auto it = mConnectedDynamicSensors.find(dyn.sensorHandle); local
650 auto it = mConnectedDynamicSensors.find(info.sensorHandle); local
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp232 Region::const_iterator it = reg.begin(); local
234 while (it != end) {
235 out.orSelf(transform(*it++));
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.cpp43 // TODO(jessehall): This file currently builds up global data structures as it
372 // Check whether it *may* be possible to load the library directly from
410 auto it = std::find_if(extensions.cbegin(), extensions.cend(), local
414 return (it != extensions.cend()) ? &*it : nullptr;
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/rs/cpu_ref/
H A DrsCpuScriptGroup2.cpp111 // An invoke should be in a batch by itself, so it conflicts with any other
124 const auto& it = argDeps.find(batched); local
125 if (it != argDeps.end()) {
126 const auto& args = (*it).second;
139 const auto& it = argDeps.find(lastBatched); local
141 if (it == argDeps.end()) {
145 const auto& args = (*it).second;
304 // The output filename has to be the last, in case we need to pop it out and
/frameworks/rs/rsov/compiler/
H A DBuiltin.cpp246 auto it = mFuncNameMap.find(strDemangled); local
247 if (it == mFuncNameMap.end()) {
250 return it->second;
H A DContext.h108 auto it = mVarNameToSlot.find(strVarName); local
109 if (it == mVarNameToSlot.end()) {
112 return it->second;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 666 milliseconds

12345