Lines Matching refs:opcode
60 guint8 opcode;
78 static guint8 opcode2expected(guint8 opcode)
80 switch (opcode) {
121 static gboolean is_response(guint8 opcode)
123 switch (opcode) {
423 guint g_attrib_send(GAttrib *attrib, guint id, guint8 opcode,
433 c->opcode = opcode;
434 c->expected = opcode2expected(opcode);
553 guint g_attrib_register(GAttrib *attrib, guint8 opcode,
563 event->expected = opcode;