Searched refs:event_callback (Results 1 – 2 of 2) sorted by relevance
457 if (len < REPLY_KEYPPAD_DATA_LEN || !ctx->event_callback) { in cp_decode_response()467 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()471 if (len < REPLY_RAW_DATA_LEN || !ctx->event_callback) { in cp_decode_response()485 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()489 if (len < REPLY_FMT_DATA_LEN || !ctx->event_callback) { in cp_decode_response()502 ctx->event_callback(ctx->event_callback_arg, pd->idx, &event); in cp_decode_response()1080 ctx->event_callback = cb; in osdp_cp_set_event_callback()
501 cp_event_callback_t event_callback; member
Completed in 11 milliseconds