Home
last modified time | relevance | path

Searched refs:CHUNK_VUOP (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java66 private static final int CHUNK_VUOP = type("VUOP"); field in DdmHandleViewDebug
103 DdmServer.registerHandler(CHUNK_VUOP, sInstance); in register()
148 if (type == CHUNK_VUOP) { in handleChunk()
302 return new Chunk(CHUNK_VUOP, data, 0, data.length); in captureView()
445 return new Chunk(CHUNK_VUOP, data, 0, data.length); in profileView()