Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dpayload.h37 typename BufferType::const_iterator ConstEnd() { return buffer_.cend(); } in ConstEnd() function
98 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()
138 return {&*this->ConstCursor(), &*this->ConstEnd()}; in GetNextReadBufferSection()
/frameworks/native/libs/vr/libpdx/
Dencoder_performance_test.cpp52 return {&*ConstCursor(), &*ConstEnd()}; in GetNextReadBufferSection()