Home
last modified time | relevance | path

Searched defs:swap (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/av/services/audioflinger/
DIAfPatchPanel.h176 void swap(Endpoint& other) noexcept { in swap() function
185 friend void swap(Endpoint& a, Endpoint& b) noexcept { a.swap(b); } in swap() function
215 void swap(Patch& other) noexcept { in swap() function
225 friend void swap(Patch& a, Patch& b) noexcept { a.swap(b); } in swap() function
/frameworks/base/core/java/com/android/internal/util/
DQuickSelect.java157 private static <T> void swap(@NonNull List<T> list, int left, int right) { in swap() method in QuickSelect
163 private static void swap(@NonNull int[] array, int left, int right) { in swap() method in QuickSelect
169 private static void swap(@NonNull long[] array, int left, int right) { in swap() method in QuickSelect
175 private static <T> void swap(@NonNull T[] array, int left, int right) { in swap() method in QuickSelect
/frameworks/base/startop/apps/test/src/
DCPUIntensiveBenchmarks.java41 int swap = mArray[mThreadNumber][j]; in run() local
/frameworks/base/cmds/incident_helper/tests/
DCpuInfoParser_test.cpp70 CpuInfoProto::MemStats* swap = expected.mutable_swap(); in TEST_F() local
/frameworks/native/include/input/
DRingBuffer.h170 void swap(RingBuffer& other) noexcept { in swap() function
178 friend void swap(RingBuffer& lhs, RingBuffer& rhs) noexcept { lhs.swap(rhs); } in swap() function
/frameworks/base/core/proto/android/os/
Dprocrank.proto48 optional int64 swap = 6; field
Dcpuinfo.proto54 optional MemStats swap = 3; field
/frameworks/native/include/ftl/
Dsmall_vector.h112 void swap(SmallVector& other) { vector_.swap(other.vector_); } in swap() function
338 void swap(SmallVector& other) { Impl::swap(other); } in swap() function
Dstatic_vector.h390 void StaticVector<T, N>::swap(StaticVector& other) { in swap() function
422 inline void swap(StaticVector<T, N>& lhs, StaticVector<T, N>& rhs) { in swap() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DListGridLayout.java72 public void setSwapRowsAndColumns(boolean swap) { in setSwapRowsAndColumns()
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
DBlockingGLTextureView.java256 public int swap() { in swap() method in BlockingGLTextureView.EglHelper
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
DUtils.java123 public static void swap(int[] array, int i, int j) { in swap() method in Utils
/frameworks/base/libs/hwui/hwui/
DImageDecoder.cpp125 const bool swap = swapWidthHeight(); in setTargetSize() local
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java457 public void swap() { in swap() method in RemoteConference
/frameworks/av/services/camera/libcameraservice/api1/client2/
DZslProcessor.cpp63 static void swap(T& a, T& b) { in swap() function
/frameworks/native/services/sensorservice/
Dmat.h339 size_t swap; in invert() local
/frameworks/native/libs/math/include/math/
DTMatHelpers.h89 size_t swap = i; in gaussJordanInverse() local
/frameworks/av/camera/
DCameraMetadata.cpp773 void CameraMetadata::swap(CameraMetadata& other) { in swap() function in android::CameraMetadata
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp701 SwapHistory& swap = mSwapHistory.next(); in draw() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DSchedulerTest.cpp535 const auto makeVsyncIds = [](VsyncId vsyncId, bool swap = false) -> VsyncIds { in TEST_F()
/frameworks/base/opengl/java/android/opengl/
DGLSurfaceView.java1169 public int swap() { in swap() method in GLSurfaceView.EglHelper
/frameworks/rs/
Drs_hal.h145 void (*swap)(const Context *); member
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h803 void swap(Prop& other) { in swap() function
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java2268 public void swap(CameraMetadataNative other) { in swap() method in CameraMetadataNative
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.cpp79 inline static void swap(T& a, T& b) { in swap() function

12