HomeSort by relevance Sort by last modified time
    Searched refs:AVB_AB_MAX_PRIORITY (Results 1 - 3 of 3) sorted by null

  /external/avb/libavb_ab/
avb_ab_flow.h 51 #define AVB_AB_MAX_PRIORITY 15
59 /* Slot priority. Valid values range from 0 to AVB_AB_MAX_PRIORITY,
60 * both inclusive with 1 being the lowest and AVB_AB_MAX_PRIORITY
avb_ab_flow.c 67 data->slots[0].priority = AVB_AB_MAX_PRIORITY;
70 data->slots[1].priority = AVB_AB_MAX_PRIORITY - 1;
423 ab_data.slots[slot_number].priority = AVB_AB_MAX_PRIORITY;
429 if (ab_data.slots[other_slot_number].priority == AVB_AB_MAX_PRIORITY) {
430 ab_data.slots[other_slot_number].priority = AVB_AB_MAX_PRIORITY - 1;
  /external/avb/test/
avb_ab_flow_unittest.cc 58 EXPECT_EQ(AVB_AB_MAX_PRIORITY, data.slots[0].priority);
61 EXPECT_EQ(AVB_AB_MAX_PRIORITY - 1, data.slots[1].priority);
297 EXPECT_EQ(AVB_AB_MAX_PRIORITY, loaded.slots[0].priority);
300 EXPECT_EQ(AVB_AB_MAX_PRIORITY - 1, loaded.slots[1].priority);
    [all...]

Completed in 646 milliseconds