Searched refs:send_timer_error (Results 1 – 2 of 2) sorted by relevance
/external/v4l-utils/utils/cec-compliance/ |
D | cec-test-tuner-record-timer.cpp | 672 static int send_timer_error(struct node *node, unsigned me, unsigned la, __u8 day, __u8 month, in send_timer_error() function 916 fail_on_test(send_timer_error(node, me, la, 31, Nov, 6, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 919 fail_on_test(send_timer_error(node, me, la, 32, Dec, 6, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 922 fail_on_test(send_timer_error(node, me, la, 0, Jan, 6, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 925 fail_on_test(send_timer_error(node, me, la, 5, 0, 6, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 928 fail_on_test(send_timer_error(node, me, la, 5, 13, 6, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 931 fail_on_test(send_timer_error(node, me, la, 5, Aug, 24, 0, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 934 fail_on_test(send_timer_error(node, me, la, 5, Aug, 0, 60, 1, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 937 fail_on_test(send_timer_error(node, me, la, 5, Aug, 6, 0, 0, 0, CEC_OP_REC_SEQ_ONCE_ONLY)); in timer_errors() 950 fail_on_test(send_timer_error(node, me, la, t->tm_mday, t->tm_mon + 1, t->tm_hour, in timer_errors() [all …]
|
/external/v4l-utils/ |
D | ChangeLog | 695 cec-compliance: use send_timer_error for one more test
|