Searched refs:LMKD_REPLY_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
44 #define LMKD_REPLY_MAX_SIZE 222 macro84 typedef char LMK_KILL_OCCURRED_PACKET[LMKD_REPLY_MAX_SIZE];
295 BUILD_BUG_ON(sizeof(LMK_KILL_OCCURRED_PACKET) > LMKD_REPLY_MAX_SIZE); in lmkd_pack_set_kill_occurred()
53 private static final int LMKD_REPLY_MAX_SIZE = 222; field in LmkdConnection102 ByteBuffer.allocate(LMKD_REPLY_MAX_SIZE);