Searched defs:swap (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/test-runner/src/junit/runner/ |
D | Sorter.java | 15 public void swap(Vector values, int left, int right); in swap() method
|
/frameworks/native/services/surfaceflinger/ |
D | clz.h | 55 void swap(T& a, T& b) { in swap() function
|
/frameworks/av/media/libmedia/ |
D | MemoryLeakTrackUtil.cpp | 123 bool swap = e1->size < e2->size; in dumpMemoryAddresses() local
|
/frameworks/av/services/camera/libcameraservice/camera3/ |
D | Camera3ZslStream.cpp | 45 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/opengl/libagl/ |
D | dxt.cpp | 100 static uint32_t swap(uint32_t x) { in swap() function
|
D | matrix.cpp | 541 int i, j, k, swap; in invert() local
|
D | context.h | 57 static inline void swap(T& a, T& b) { in swap() function
|
/frameworks/rs/ |
D | rs_hal.h | 84 void (*swap)(const Context *); member
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLSurfaceView.java | 1139 public int swap() { in swap() method in GLSurfaceView.EglHelper
|
/frameworks/base/core/java/android/text/ |
D | Layout.java | 1068 int swap = (dirs.mDirections[i+1] & RUN_RTL_FLAG) != 0 ? -1 : 1; in getOffsetForHorizontal() local
|
/frameworks/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 1056 void OpenGLRenderer::composeLayerRect(Layer* layer, const Rect& rect, bool swap) { in composeLayerRect()
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 81 inline static void swap(T& a, T& b) { in swap() function
|