Home
last modified time | relevance | path

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

/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java841 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/
DGralloc4.h344 status_t encodeUint32(
/frameworks/native/libs/gralloc/types/tests/
DGralloc4_test.cpp144 …ASSERT_NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint32, gralloc4::decod… in TEST_P()
/frameworks/native/libs/gralloc/types/
DGralloc4.cpp1149 status_t encodeUint32(const MetadataType& metadataType, uint32_t input, in encodeUint32() function