Home
last modified time | relevance | path

Searched refs:LIRC_PACKET_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/cygnal/libnet/
H A Dlirc.cpp34 const int LIRC_PACKET_SIZE = 128; variable
82 byte_t buf[LIRC_PACKET_SIZE]; in getKey()
83 memset(buf, 0, LIRC_PACKET_SIZE); in getKey()
86 readNet(buf, LIRC_PACKET_SIZE, TIMEOUT); in getKey()
111 byte_t buf[LIRC_PACKET_SIZE]; in getButton()
112 memset(buf, 0, LIRC_PACKET_SIZE); in getButton()
115 readNet(buf, LIRC_PACKET_SIZE, TIMEOUT); in getButton()
/dports/comms/lirc/lirc-0.9.0/tools/
H A Dlirc_client.c37 #define LIRC_PACKET_SIZE 255 macro
1291 static char buf[LIRC_PACKET_SIZE]; in lirc_code2char()
1292 size_t buf_len = LIRC_PACKET_SIZE; in lirc_code2char()
1476 static char buf[LIRC_PACKET_SIZE]; in lirc_getmode()
1477 size_t buf_len = LIRC_PACKET_SIZE; in lirc_getmode()
1497 static char buf[LIRC_PACKET_SIZE]; in lirc_setmode()
1498 size_t buf_len = LIRC_PACKET_SIZE; in lirc_setmode()
1501 char cmd[LIRC_PACKET_SIZE]; in lirc_setmode()
1503 >= LIRC_PACKET_SIZE) { in lirc_setmode()
1525 static char buffer[LIRC_PACKET_SIZE + 1] = ""; in lirc_read_string()
[all …]