Home
last modified time | relevance | path

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

123456

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h119 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint()
121 swap(other);
176 void swap(Endpoint& other) noexcept { in swap() function
177 using std::swap; in swap()
178 swap(mThread, other.mThread); in swap()
179 swap(mCloseThread, other.mCloseThread); in swap()
180 swap(mClearPeerProxy, other.mClearPeerProxy); in swap()
181 swap(mHandle, other.mHandle); in swap()
182 swap(mTrack, other.mTrack); in swap()
185 friend void swap(Endpoint& a, Endpoint& b) noexcept { a.swap(b); } in swap() function
[all …]
/frameworks/base/core/java/com/android/internal/util/
DQuickSelect.java102 swap(list, right, pivotIndex); in partition()
106 swap(list, storeIndex, i); in partition()
110 swap(list, right, storeIndex); in partition()
116 swap(array, right, pivotIndex); in partition()
120 swap(array, storeIndex, i); in partition()
124 swap(array, right, storeIndex); in partition()
130 swap(array, right, pivotIndex); in partition()
134 swap(array, storeIndex, i); in partition()
138 swap(array, right, storeIndex); in partition()
145 swap(array, right, pivotIndex); in partition()
[all …]
/frameworks/native/libs/binder/
DUtilsHost.h57 std::swap(exitCode, other.exitCode);
58 std::swap(signal, other.signal);
59 std::swap(pid, other.pid);
60 std::swap(stdoutStr, other.stdoutStr);
61 std::swap(stderrStr, other.stderrStr);
/frameworks/native/include/input/
DRingBuffer.h170 void swap(RingBuffer& other) noexcept { in swap() function
171 using std::swap; in swap()
172 swap(mBuffer, other.mBuffer); in swap()
173 swap(mCapacity, other.mCapacity); in swap()
174 swap(mBegin, other.mBegin); in swap()
175 swap(mSize, other.mSize); in swap()
178 friend void swap(RingBuffer& lhs, RingBuffer& rhs) noexcept { lhs.swap(rhs); } in swap() function
/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.h112 void swap(SmallVector& other) { vector_.swap(other.vector_); } in swap() function
334 swap(other);
338 void swap(SmallVector& other) { Impl::swap(other); } in swap() function
444 inline void swap(SmallVector<T, N>& lhs, SmallVector<T, N>& rhs) {
445 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/base/cmds/incident_helper/testdata/
Dprocrank.txt7 ZRAM: 6828K physical used for 31076K in swap (524284K total swap)
/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/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/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.cpp85 std::swap(mHeight, mWidth); in rotateQuarterTurn()
100 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/base/libs/hwui/renderthread/
DCanvasContext.cpp701 SwapHistory& swap = mSwapHistory.next(); in draw() local
703 swap.damage = windowDirty; in draw()
706 swap.damage = SkRect::MakeWH(max, max); in draw()
708 swap.swapCompletedTime = systemTime(SYSTEM_TIME_MONOTONIC); in draw()
709 swap.vsyncTime = mRenderThread.timeLord().latestVsync(); in draw()
716 swap.dequeueDuration = 0; in draw()
718 swap.dequeueDuration = in draw()
721 swap.queueDuration = in draw()
724 swap.dequeueDuration = 0; in draw()
725 swap.queueDuration = 0; in draw()
[all …]
/frameworks/native/libs/renderengine/skia/filters/
DKawaseBlurFilter.cpp129 using std::swap; in generate()
130 swap(surface, surfaceTwo); in generate()
/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/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/av/media/module/libmediatranscoding/transcoder/
DMediaSampleQueue.cpp59 std::swap(mSampleQueue, empty); in abort()
/frameworks/av/media/utils/include/mediautils/
DInPlaceFunction.h332 constexpr void swap(InPlaceFunction& other) {
341 friend constexpr void swap(InPlaceFunction& lhs, InPlaceFunction& rhs) { lhs.swap(rhs); }
/frameworks/native/libs/vr/libpdx/
Dservice.cpp41 std::swap(service_, other.service_); in operator =()
42 std::swap(channel_, other.channel_); in operator =()
43 std::swap(info_, other.info_); in operator =()
44 std::swap(state_, other.state_); in operator =()
45 std::swap(replied_, other.replied_); in operator =()

123456