Searched refs:ASHMEM_SIZE (Results 1 – 1 of 1) sorted by relevance
83 private final int ASHMEM_SIZE = nGetAshmemSize(); field in GraphicsStatsService84 private final byte[] ZERO_DATA = new byte[ASHMEM_SIZE];421 mProcessBuffer = new MemoryFile("GFXStats-" + pid, ASHMEM_SIZE); in ActiveBuffer()422 mProcessBuffer.writeBytes(ZERO_DATA, 0, 0, ASHMEM_SIZE); in ActiveBuffer()441 final byte[] mData = new byte[ASHMEM_SIZE];445 active.mProcessBuffer.readBytes(mData, 0, 0, ASHMEM_SIZE); in HistoricalBuffer()