Searched refs:encodeUint32 (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
D | WapPushTest.java | 841 protected int encodeUint32(int uint32Val, byte[] arr, int start) { in encodeUint32() method in WapPushTest 1055 add = 1 + encodeUint32(tmpVal, null, index + 1); in createRandomWspHeader() 1056 encodeUint32(tmpVal, arr, index + 1); in createRandomWspHeader() 1259 add = 1 + encodeUint32(tmpVal, null, index + 1); in createRandomWspHeaderStrAppId() 1260 encodeUint32(tmpVal, arr, index + 1); in createRandomWspHeaderStrAppId() 1339 hdrEncodeLen = encodeUint32(array3.length, null, 2); in createPDU() 1340 hdrEncodeLen = encodeUint32(array3.length - hdrEncodeLen - 2, array3, 2); in createPDU() 1363 hdrEncodeLen = encodeUint32(array3.length, null, 2); in createPDU() 1364 hdrEncodeLen = encodeUint32(array3.length - hdrEncodeLen - 2, array3, 2); in createPDU() 1387 hdrEncodeLen = encodeUint32(array3.length, null, 2); in createPDU() [all …]
|
/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/frameworks/native/libs/gralloc/types/tests/ |
D | Gralloc4_test.cpp | 144 …ASSERT_NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint32, gralloc4::decod… in TEST_P()
|
/frameworks/native/libs/gralloc/types/ |
D | Gralloc4.cpp | 1149 status_t encodeUint32(const MetadataType& metadataType, uint32_t input, in encodeUint32() function
|