Home
last modified time | relevance | path

Searched defs:buffers (Results 1 – 25 of 36) sorted by relevance

12

/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLId.java26 public void glGenBuffers(int n, int[] buffers, int offset); in glGenBuffers()
30 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset); in glDeleteBuffers()
32 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset); in glDeleteFramebuffers()
H A DGLES20IdImpl.java19 public void glGenBuffers(int n, int[] buffers, int offset) { in glGenBuffers()
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) { in glDeleteBuffers()
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) { in glDeleteFramebuffers()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DDumpHandler.kt167 val buffers = dumpManager.getLogBuffers() regex
222 val buffers = dumpManager.getLogBuffers() regex
231 val buffers = dumpManager.getLogBuffers() regex
H A DLogBufferEulogizer.kt96 val buffers = dumpManager.getLogBuffers() regex
/aosp14/system/core/libcutils/
H A Dsockets_windows.cpp58 const cutils_socket_buffer_t* buffers, in socket_send_buffers()
H A Dsockets_unix.cpp35 const cutils_socket_buffer_t* buffers, in socket_send_buffers()
/aosp14/system/core/fastboot/
H A Dsocket_test.cpp177 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()}, in TEST() local
214 std::vector<cutils_socket_buffer_t> buffers{{data[0].data(), data[0].length()}, in TEST() local
245 size_t num_buffers) -> ssize_t { in TEST()
H A Dsocket.cpp147 bool UdpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
202 bool TcpSocket::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
H A Dsocket_mock.cpp65 bool SocketMock::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DGraphicsStatsService.java236 ArrayList<HistoricalBuffer> buffers; in pullGraphicsStatsImpl() local
394 ActiveBuffer buffers = new ActiveBuffer(token, uid, pid, packageName, versionCode); in fetchActiveBuffersLocked() local
402 private HashSet<File> dumpActiveLocked(long dump, ArrayList<HistoricalBuffer> buffers) { in dumpActiveLocked()
439 ArrayList<HistoricalBuffer> buffers; in dump() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DAudioTrackDecoder.java77 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
H A DGpuVideoTrackDecoder.java107 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
H A DTrackDecoder.java67 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info); in onDataAvailable()
H A DCpuVideoTrackDecoder.java81 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) { in onDataAvailable()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dump/
H A DDumpManagerTest.kt162 val buffers = dumpManager.getLogBuffers() regex
/aosp14/system/core/fastboot/fuzzer/
H A Dsocket_mock_fuzz.cpp45 bool SocketMockFuzz::Send(std::vector<cutils_socket_buffer_t> buffers) { in Send()
/aosp14/frameworks/base/libs/usb/tests/accessorytest/
H A Daudio.c42 static char* buffers[BUFFER_COUNT]; variable
/aosp14/system/core/trusty/confirmationui/
H A DNotSoSecureInput.cpp43 std::initializer_list<ByteBufferProxy> buffers) { in hmac256()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaCodec.java4004 private void invalidateByteBufferLocked( in invalidateByteBufferLocked()
4019 private void validateInputByteBufferLocked( in validateInputByteBufferLocked()
4034 private void revalidateByteBuffer( in revalidateByteBuffer()
4051 private void validateOutputByteBufferLocked( in validateOutputByteBufferLocked()
4066 private void invalidateByteBuffersLocked(@Nullable ByteBuffer[] buffers) { in invalidateByteBuffersLocked()
4083 private void freeByteBuffersLocked(@Nullable ByteBuffer[] buffers) { in freeByteBuffersLocked()
4107 ByteBuffer[] buffers = null; in cacheBuffersLocked() local
5493 public MediaImage( in MediaImage()
/aosp14/frameworks/base/libs/androidfw/tests/
H A DStringPool_test.cpp261 BigBuffer buffers[2] = {BigBuffer(1024), BigBuffer(1024)}; in TEST() local
347 BigBuffer buffers[2] = {BigBuffer(1024), BigBuffer(1024)}; in TEST() local
/aosp14/frameworks/base/core/jni/
H A Dcom_android_internal_os_KernelAllocationStats.cpp45 std::vector<DmaBuffer> buffers; in KernelAllocationStats_getDmabufAllocations() local
/aosp14/frameworks/base/core/proto/android/os/
H A Dcpuinfo.proto50 optional int32 buffers = 4; field
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DDisplaySourceService.java229 ByteBuffer[] buffers = null; in stream() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java168 int[] buffers = new int[] { vboId }; in deleteVbo() local
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java204 int[] buffers, in glDeleteBuffers()
210 java.nio.IntBuffer buffers in glDeleteBuffers()
222 int[] buffers, in glGenBuffers()
228 java.nio.IntBuffer buffers in glGenBuffers()

12