/frameworks/av/services/audioflinger/ |
D | IAfPatchPanel.h | 176 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/ |
D | QuickSelect.java | 157 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/ |
D | CPUIntensiveBenchmarks.java | 41 int swap = mArray[mThreadNumber][j]; in run() local
|
/frameworks/base/cmds/incident_helper/tests/ |
D | CpuInfoParser_test.cpp | 70 CpuInfoProto::MemStats* swap = expected.mutable_swap(); in TEST_F() local
|
/frameworks/native/include/input/ |
D | RingBuffer.h | 170 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/ |
D | procrank.proto | 48 optional int64 swap = 6; field
|
D | cpuinfo.proto | 54 optional MemStats swap = 3; field
|
/frameworks/native/include/ftl/ |
D | small_vector.h | 112 void swap(SmallVector& other) { vector_.swap(other.vector_); } in swap() function 338 void swap(SmallVector& other) { Impl::swap(other); } in swap() function
|
D | static_vector.h | 390 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/ |
D | ListGridLayout.java | 72 public void setSwapRowsAndColumns(boolean swap) { in setSwapRowsAndColumns()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | BlockingGLTextureView.java | 256 public int swap() { in swap() method in BlockingGLTextureView.EglHelper
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
D | Utils.java | 123 public static void swap(int[] array, int i, int j) { in swap() method in Utils
|
/frameworks/base/libs/hwui/hwui/ |
D | ImageDecoder.cpp | 125 const bool swap = swapWidthHeight(); in setTargetSize() local
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 457 public void swap() { in swap() method in RemoteConference
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | ZslProcessor.cpp | 63 static void swap(T& a, T& b) { in swap() function
|
/frameworks/native/services/sensorservice/ |
D | mat.h | 339 size_t swap; in invert() local
|
/frameworks/native/libs/math/include/math/ |
D | TMatHelpers.h | 89 size_t swap = i; in gaussJordanInverse() local
|
/frameworks/av/camera/ |
D | CameraMetadata.cpp | 773 void CameraMetadata::swap(CameraMetadata& other) { in swap() function in android::CameraMetadata
|
/frameworks/base/libs/hwui/renderthread/ |
D | CanvasContext.cpp | 701 SwapHistory& swap = mSwapHistory.next(); in draw() local
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | SchedulerTest.cpp | 535 const auto makeVsyncIds = [](VsyncId vsyncId, bool swap = false) -> VsyncIds { in TEST_F()
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1169 public int swap() { in swap() method in GLSurfaceView.EglHelper
|
/frameworks/rs/ |
D | rs_hal.h | 145 void (*swap)(const Context *); member
|
/frameworks/av/media/libmediametrics/include/media/ |
D | MediaMetricsItem.h | 803 void swap(Prop& other) { in swap() function
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 2268 public void swap(CameraMetadataNative other) { in swap() method in CameraMetadataNative
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 79 inline static void swap(T& a, T& b) { in swap() function
|