Searched refs:VALUE (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/weaver/1.0/vts/functional/ |
D | VtsHalWeaverV1_0TargetTest.cpp | 34 const std::vector<uint8_t> VALUE{16, 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1}; variable 128 const auto writeRet = weaver->write(lastSlot, KEY, VALUE); in TEST_F() 139 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F() 156 EXPECT_EQ(readValue, VALUE); in TEST_F() 167 const auto initialWriteRet = weaver->write(slotId, WRONG_KEY, VALUE); in TEST_F() 198 const auto ret = weaver->write(slotId, KEY, VALUE); in TEST_F() 235 const auto writeRet = weaver->write(config.slots, KEY, VALUE); in TEST_F() 292 const auto writeRet = weaver->write(slotId, bigKey, VALUE); in TEST_F()
|
/hardware/interfaces/tests/foo/1.0/ |
D | IFoo.hal | 160 VALUE = 0 165 VALUE = 1
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.hal | 143 /* ADDING A NEW FUNDAMENTAL TYPE REQUIRES UPDATING THE VALUE OF 146 /* ADDING A NEW OEM TYPE REQUIRES UPDATING THE VALUE OF 4712 /* ADDING A NEW FUNDAMENTAL OPERATION REQUIRES UPDATING THE VALUE OF 4715 /* ADDING A NEW OEM OPERATION REQUIRES UPDATING THE VALUE OF
|