Searched refs:ENCODING_TYPE_STR16 (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dencoding.h83 ENCODING_TYPE_STR16 = 0xda, enumerator in enum:android::pdx::rpc::EncodingPrefix
366 case ENCODING_TYPE_STR16:
421 return ENCODING_TYPE_STR16;
H A Dserialization.h527 } else if (encoding == ENCODING_TYPE_STR16) {
1621 } else if (*encoding == ENCODING_TYPE_STR16) {
/frameworks/native/libs/vr/libpdx/
H A Dserialization_tests.cpp777 expected = {ENCODING_TYPE_STR16, 0x00, 0x01};
785 expected = {ENCODING_TYPE_STR16, 0xff, 0xff};
838 expected = {ENCODING_TYPE_STR16, 0x00, 0x01};
846 expected = {ENCODING_TYPE_STR16, 0xff, 0xff};
1967 buffer = {ENCODING_TYPE_STR16, 0x00, 0x00};
1973 buffer = {ENCODING_TYPE_STR16, 0xff, 0xff};

Completed in 67 milliseconds