Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/display/whitebalance/
DAmbientLuxTest.java392 TypedArray inc = mResourcesSpy.obtainTypedArray( in mockThrottler() local
/frameworks/av/media/libaudioprocessing/
DAudioResampler.cpp74 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { in Advance()
DAudioMixerBase.cpp292 const float inc = (newVolume - *pPrevVolume) / ramp; // could be inf, nan, subnormal in setVolumeRampVariables() local
324 const int32_t inc = ((intVolume << 16) - *pIntPrevVolume) / ramp; in setVolumeRampVariables() local
/frameworks/native/services/surfaceflinger/tests/
DSurfaceInterceptor_test.cpp728 for (const auto& inc : trace.increment()) { in bufferUpdatesFound() local
/frameworks/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java648 int inc = count > 0 ? 1 : -1; in nBreakText() local