Lines Matching refs:hidlModel
48 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_3() local
49 ASSERT_FALSE(compliantWithV1_2(hidlModel)); in testAvailableSinceV1_3()
50 ASSERT_FALSE(compliantWithV1_1(hidlModel)); in testAvailableSinceV1_3()
51 ASSERT_FALSE(compliantWithV1_0(hidlModel)); in testAvailableSinceV1_3()
55 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_2() local
56 ASSERT_TRUE(compliantWithV1_2(hidlModel)); in testAvailableSinceV1_2()
57 ASSERT_FALSE(compliantWithV1_1(hidlModel)); in testAvailableSinceV1_2()
58 ASSERT_FALSE(compliantWithV1_0(hidlModel)); in testAvailableSinceV1_2()
62 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_1() local
63 ASSERT_TRUE(compliantWithV1_2(hidlModel)); in testAvailableSinceV1_1()
64 ASSERT_TRUE(compliantWithV1_1(hidlModel)); in testAvailableSinceV1_1()
65 ASSERT_FALSE(compliantWithV1_0(hidlModel)); in testAvailableSinceV1_1()
69 HidlModel hidlModel = createHidlModel(wrapperModel); in testAvailableSinceV1_0() local
70 ASSERT_TRUE(compliantWithV1_2(hidlModel)); in testAvailableSinceV1_0()
71 ASSERT_TRUE(compliantWithV1_1(hidlModel)); in testAvailableSinceV1_0()
72 ASSERT_TRUE(compliantWithV1_0(hidlModel)); in testAvailableSinceV1_0()