Searched refs:CHUNK_VUOP (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/ddm/ |
H A D | DdmHandleViewDebug.java | 67 private static final int CHUNK_VUOP = ChunkHandler.type("VUOP"); field in DdmHandleViewDebug 103 DdmServer.registerHandler(CHUNK_VUOP, sInstance); in register() 147 if (type == CHUNK_VUOP) { in handleChunk() 295 return new Chunk(CHUNK_VUOP, data, 0, data.length); in captureView() 389 return new Chunk(CHUNK_VUOP, returnValue, 0, returnValue.length); in invokeViewMethod() 432 return new Chunk(CHUNK_VUOP, data, 0, data.length); in profileView()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 14926 Landroid/ddm/DdmHandleViewDebug;->CHUNK_VUOP:I
|