Lines Matching refs:usage
443 ULONG usage; in basic_test() local
469 …while (ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value) != U… in basic_test()
472 if (usage != (0x00090000 | expected_keypad_value) || value != expected_keypad_value) in basic_test()
476 … __LINE__, usage, 0x00090000 | expected_keypad_value, value, expected_keypad_value); in basic_test()
484 ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value); in basic_test()
485 if (usage != 0x000c0086 || value != expected_channel_value) in basic_test()
495 ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value); in basic_test()
496 if (usage != 0x000c00e0 || value != expected_volume_value) in basic_test()
585 ULONG usage; in host_event_buffer_test() local
612 …CK_SUCCESS(ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value)); in host_event_buffer_test()
613 UX_TEST_ASSERT(usage == 0x000c00e0); in host_event_buffer_test()
618 …OT_SUCCESS(ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value)); in host_event_buffer_test()
632 …CK_SUCCESS(ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value)); in host_event_buffer_test()
633 UX_TEST_ASSERT(usage == 0x000c00e0); in host_event_buffer_test()
638 …OT_SUCCESS(ux_host_class_hid_remote_control_usage_get(global_host_remote_control, &usage, &value)); in host_event_buffer_test()