Home
last modified time | relevance | path

Searched refs:encodeInteger (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/gralloc/types/
DGralloc4.cpp334 status_t encodeInteger(const T& input, OutputHidlVec* output) { in encodeInteger() function
364 status_t err = encodeInteger<int64_t>(input.size(), output); in encodeString()
394 status_t err = encodeInteger<int64_t>(input.size(), output); in encodeByteVector()
427 err = encodeInteger<int64_t>(input.value, output); in encodeExtendableType()
463 err = encodeInteger<int64_t>(input.value, output); in encodeMetadataType()
507 status_t err = encodeInteger<float>(input.x, output); in encodeXyColor()
511 return encodeInteger<float>(input.y, output); in encodeXyColor()
531 status_t err = encodeInteger<int32_t>(static_cast<int32_t>(input.left), output); in encodeRect()
535 err = encodeInteger<int32_t>(static_cast<int32_t>(input.top), output); in encodeRect()
539 err = encodeInteger<int32_t>(static_cast<int32_t>(input.right), output); in encodeRect()
[all …]