Searched refs:tmpSize (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/proxy/
H A DEffectProxy.cpp290 uint32_t tmpSize; local
295 tmpSize = pContext->replySize;
296 while (tmpSize < *replySize && tmpSize < PROXY_REPLY_SIZE_MAX) {
297 tmpSize *= 2;
299 if (tmpSize > pContext->replySize) {
300 ALOGV("Effect_command grow reply buf to %d", tmpSize);
301 pContext->replyData = (char *)realloc(pContext->replyData, tmpSize);
302 pContext->replySize = tmpSize;
304 if (tmpSize > *replySiz
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerServiceImpl.java84 final int tmpSize = tmp.size();
85 final ArrayMap<String, OverlayInfo> storedOverlayInfos = new ArrayMap<>(tmpSize);
86 for (int i = 0; i < tmpSize; i++) {
/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp517 size_t tmpSize = 0; local
530 &tmpSig, &tmpSize, tmpNameReduce, tmpNameInitializer, tmpNameAccumulator,
554 reduceDescriptions[i].accumSize = tmpSize;
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_LegacyCameraDevice.cpp204 uint64_t tmpSize = (pixelFmt == HAL_PIXEL_FORMAT_BLOB) ? grallocBufWidth : local
209 tmpSize = 4 * (grallocBufWidth + grallocBufStride * (grallocBufHeight - 1));
216 if (tmpSize > SIZE_MAX) {
222 size_t totalSizeBytes = tmpSize;
/frameworks/base/services/core/java/com/android/server/am/
H A DRecentTasks.java774 final int tmpSize = mTmpRecents.size();
775 for (int i = 0; i < tmpSize - 1; ++i) {
793 final TaskRecord last = mTmpRecents.get(tmpSize - 1);
805 return start + tmpSize;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 175 milliseconds