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*))
92 char mData[METHOD_INVOKE_PAYLOAD_SIZE];
RenderProxy.cpp 49 LOG_ALWAYS_FATAL_IF( METHOD_INVOKE_PAYLOAD_SIZE < sizeof(ARGS(method)), \
50 "METHOD_INVOKE_PAYLOAD_SIZE %zu is smaller than sizeof(" #method "Args) %zu", \
51 METHOD_INVOKE_PAYLOAD_SIZE, sizeof(ARGS(method))); \

Completed in 525 milliseconds