Searched refs:encodeHeight (Results 1 – 3 of 3) sorted by relevance
182 ASSERT_NO_FATAL_FAILURE(testHelper(GetParam(), gralloc4::encodeHeight, gralloc4::decodeHeight)); in TEST_P()477 ASSERT_NE(NO_ERROR, gralloc4::encodeHeight(0, nullptr)); in TEST_F()
462 status_t encodeHeight(uint64_t height, android::hardware::hidl_vec<uint8_t>* outHeight);
968 status_t encodeHeight(uint64_t height, hidl_vec<uint8_t>* outHeight) { in encodeHeight() function