HomeSort by relevance Sort by last modified time
    Searched refs:METHOD_INVOKE_PAYLOAD_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/renderthread/
RenderTask.h 29 #define METHOD_INVOKE_PAYLOAD_SIZE (8 * sizeof(void*))
94 char mData[METHOD_INVOKE_PAYLOAD_SIZE];
RenderProxy.cpp 57 LOG_ALWAYS_FATAL_IF( METHOD_INVOKE_PAYLOAD_SIZE < sizeof(ARGS(method)), \
58 "METHOD_INVOKE_PAYLOAD_SIZE %zu is smaller than sizeof(" #method "Args) %zu", \
59 METHOD_INVOKE_PAYLOAD_SIZE, sizeof(ARGS(method))); \

Completed in 62 milliseconds