Searched refs:decodeInteger (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 347 status_t decodeInteger(InputHidlVec* input, T* output) { in decodeInteger() function 378 status_t err = decodeInteger<int64_t>(input, &size); in decodeString() 408 status_t err = decodeInteger<int64_t>(input, &size); in decodeByteVector() 441 err = decodeInteger<int64_t>(input, &output->value); in decodeExtendableType() 479 err = decodeInteger<int64_t>(input, &output->value); in decodeMetadataType() 515 status_t err = decodeInteger<float>(input, &output->x); in decodeXyColor() 519 return decodeInteger<float>(input, &output->y); in decodeXyColor() 547 status_t err = decodeInteger<int32_t>(input, &output->left); in decodeRect() 551 err = decodeInteger<int32_t>(input, &output->top); in decodeRect() 555 err = decodeInteger<int32_t>(input, &output->right); in decodeRect() [all …]
|