Searched refs:validateBufferSize (Results 1 – 3 of 3) sorted by relevance
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Decoder.java | 253 validateBufferSize(offset, 1); in readByte() 261 validateBufferSize(offset, 1); in readBoolean() 269 validateBufferSize(offset, 2); in readShort() 277 validateBufferSize(offset, 4); in readInt() 285 validateBufferSize(offset, 4); in readFloat() 293 validateBufferSize(offset, 8); in readLong() 301 validateBufferSize(offset, 8); in readDouble() 763 private void validateBufferSize(int offset, int size) { in validateBufferSize() method in Decoder
|
/external/swiftshader/include/Android/hardware/ |
D | gralloc.h | 46 …int32_t (*validateBufferSize)(gralloc_module_t const*, buffer_handle_t, uint32_t, uint32_t, int32_… member
|
/external/minigbm/cros_gralloc/gralloc0/ |
D | gralloc0.cc | 426 .validateBufferSize = NULL,
|