Searched defs:ByteBuffer (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h14 class ByteBuffer { class in namespace:android::pdx
20 ByteBuffer() = default;
21 ByteBuffer(const ByteBuffer& other) { function in class:android::pdx::ByteBuffer
27 ByteBuffer& operator=(const ByteBuffer& other) {
34 ByteBuffer& operator=(ByteBuffer&& other) {
52 inline bool operator==(const ByteBuffer& other) const {
57 inline bool operator!=(const ByteBuffer
[all...]

Completed in 292 milliseconds