Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 25 of 134) sorted by relevance

123456

/frameworks/av/services/audioflinger/
DPatchPanel.h93 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint()
95 swap(other);
142 void swap(Endpoint &other) noexcept { in swap() function
143 using std::swap; in swap()
144 swap(mThread, other.mThread); in swap()
145 swap(mCloseThread, other.mCloseThread); in swap()
146 swap(mClearPeerProxy, other.mClearPeerProxy); in swap()
147 swap(mHandle, other.mHandle); in swap()
148 swap(mTrack, other.mTrack); in swap()
151 friend void swap(Endpoint &a, Endpoint &b) noexcept { in swap() function
[all …]
/frameworks/native/libs/binder/
DUtilsHost.h55 std::swap(exitCode, other.exitCode);
56 std::swap(signal, other.signal);
57 std::swap(pid, other.pid);
58 std::swap(stdoutStr, other.stdoutStr);
59 std::swap(stderrStr, other.stderrStr);
/frameworks/base/cmds/incident_helper/tests/
DCpuInfoParser_test.cpp70 CpuInfoProto::MemStats* swap = expected.mutable_swap(); in TEST_F() local
71 swap->set_total(524284); in TEST_F()
72 swap->set_used(25892); in TEST_F()
73 swap->set_free(498392); in TEST_F()
74 swap->set_cached(1316952); in TEST_F()
/frameworks/native/include/ftl/
Dstatic_vector.h127 StaticVector(StaticVector&& other) { swap<true>(other); } in StaticVector()
167 std::swap(size_, other.size_); in StaticVector()
214 swap(copy);
220 swap<true>(other);
226 void swap(StaticVector&);
390 void StaticVector<T, N>::swap(StaticVector& other) { in swap() function
402 std::swap(from, to); in swap()
403 std::swap(min, max); in swap()
418 std::swap(size_, other.size_); in swap()
422 inline void swap(StaticVector<T, N>& lhs, StaticVector<T, N>& rhs) { in swap() function
[all …]
Dsmall_vector.h115 void swap(SmallVector& other) { vector_.swap(other.vector_); } in swap() function
338 swap(other);
342 void swap(SmallVector& other) { Impl::swap(other); } in swap() function
448 inline void swap(SmallVector<T, N>& lhs, SmallVector<T, N>& rhs) {
449 lhs.swap(rhs);
/frameworks/base/core/proto/android/os/
Dprocrank.proto47 // swap size, unit KB
48 optional int64 swap = 6; field
50 // proportional swap size, unit KB
53 // unique swap size, unit KB
/frameworks/base/core/java/android/text/
DAndroidBidi.java167 boolean swap; in directions()
170 swap = maxLevel > minLevel; in directions()
172 swap = runCount > 1; in directions()
174 if (swap) { in directions()
/frameworks/libs/net/common/netd/libnetdutils/include/netdutils/
DUniqueFd.h49 UniqueFd(UniqueFd&& other) { std::swap(mFd, other.mFd); } in UniqueFd()
51 std::swap(mFd, other.mFd);
DMockSyscalls.h76 ScopedMockSyscalls() : mOld(sSyscalls.swap(*this)) { assert((mRefcount++) == 1); } in ScopedMockSyscalls()
78 sSyscalls.swap(mOld); in ~ScopedMockSyscalls()
/frameworks/base/cmds/incident_helper/testdata/
Dprocrank.txt7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
/frameworks/native/services/sensorservice/
Dmat.h339 size_t swap; in invert() local
345 swap = i; in invert()
348 swap = j; in invert()
352 if (swap != i) { in invert()
356 tmp[i][k] = tmp[swap][k]; in invert()
357 tmp[swap][k] = t; in invert()
360 inverse[i][k] = inverse[swap][k]; in invert()
361 inverse[swap][k] = t; in invert()
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java41 int swap = mArray[mThreadNumber][j]; in run() local
43 mArray[mThreadNumber][(j + i) % arrayLength] = swap; in run()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp572 SwapHistory& swap = mSwapHistory.next(); in draw() local
574 swap.damage = windowDirty; in draw()
577 swap.damage = SkRect::MakeWH(max, max); in draw()
579 swap.swapCompletedTime = systemTime(SYSTEM_TIME_MONOTONIC); in draw()
580 swap.vsyncTime = mRenderThread.timeLord().latestVsync(); in draw()
587 swap.dequeueDuration = 0; in draw()
589 swap.dequeueDuration = in draw()
592 swap.queueDuration = in draw()
595 swap.dequeueDuration = 0; in draw()
596 swap.queueDuration = 0; in draw()
[all …]
/frameworks/base/tools/preload/
Dsorttable.js308 var swap = true;
310 while(swap) {
311 swap = false;
315 swap = true;
320 if (!swap) break;
325 swap = true;
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DTiledImageView.java251 final boolean swap = !(rotation % 180 == 0); in positionFromMatrix()
252 final int width = swap ? mRenderer.source.getImageHeight() in positionFromMatrix()
254 final int height = swap ? mRenderer.source.getImageWidth() in positionFromMatrix()
275 mRenderer.centerX = swap ? cy : cx; in positionFromMatrix()
276 mRenderer.centerY = swap ? cx : cy; in positionFromMatrix()
/frameworks/native/libs/input/
DTouchVideoFrame.cpp82 std::swap(mHeight, mWidth); in rotateQuarterTurn()
97 std::swap(mData[i], mData[mHeight * mWidth - 1 - i]); in rotate180()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DListGridLayout.java72 public void setSwapRowsAndColumns(boolean swap) { in setSwapRowsAndColumns() argument
73 mSwapRowsAndColumns = swap; in setSwapRowsAndColumns()
/frameworks/native/services/surfaceflinger/
DLayerRejecter.cpp51 std::swap(bufWidth, bufHeight); in reject()
57 std::swap(bufWidth, bufHeight); in reject()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp78 std::swap(m_OutputSymbols[current->begin], in add()
158 std::swap(m_OutputSymbols[pos], m_OutputSymbols[rear]); in arrange()
177 std::swap(m_OutputSymbols[current->begin], m_OutputSymbols[pos]); in arrange()
208 std::swap(m_OutputSymbols[pos], m_OutputSymbols[m_pDynamic->end - 1]); in changeCommonsToGlobal()
/frameworks/base/libs/androidfw/include/androidfw/
DUtil.h98 inline void swap(unique_cptr& o) { std::swap(ptr_, o.ptr_); } in swap() function
/frameworks/libs/net/common/netd/libnetdutils/
DUniqueFd.cpp27 std::swap(fd, mFd); in reset()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dstatus.h59 std::swap(other.value_, empty);
71 std::swap(value_, empty); in SetError()
/frameworks/native/libs/math/include/math/
DTMatHelpers.h89 size_t swap = i; in gaussJordanInverse() local
94 swap = j; in gaussJordanInverse()
99 if (swap != i) { in gaussJordanInverse()
101 std::swap(tmp[i], tmp[swap]); in gaussJordanInverse()
102 std::swap(inverted[i], inverted[swap]); in gaussJordanInverse()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DCallOrderStateMachineHelper.h118 std::swap(instance, mInstance); in nextState()
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp108 const bool swap = swapWidthHeight(); in setTargetSize() local
110 SkISize decodeSize = swap ? SkISize { height, width } : targetSize; in setTargetSize()
115 if (requires_matrix_scaling(swap, decodeSize, targetSize)) { in setTargetSize()
416 std::swap(targetWidth, targetHeight); in decode()

123456