Home
last modified time | relevance | path

Searched defs:hv2 (Results 1 – 1 of 1) sorted by relevance

/system/libhidl/
Dtest_main.cpp226 hidl_vec<int32_t> hv2(v); // copy constructor in TEST_F() local
316 android::hardware::hidl_vec<int32_t> hv2{5, 6, 7}; in TEST_F() local
328 android::hardware::hidl_vec<int32_t> hv2; in TEST_F() local
397 const hidl_vec<int32_t> hv2 = {1, 2, 3, 4}; in TEST_F() local
415 const hidl_vec<int32_t> hv2 = {0, 1, 2, 3, 4}; in TEST_F() local