/aosp_15_r20/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
H A D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 344 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 333 status_t encodeUint32(
|
/aosp_15_r20/frameworks/native/libs/gralloc/types/tests/ |
H A D | Gralloc4_test.cpp | 144 …ASSERT_NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint32, gralloc4::decod… in TEST_P()
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 529 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 529 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 529 status_t encodeUint32(
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/ |
D | Gralloc4.h | 529 status_t encodeUint32(
|
/aosp_15_r20/frameworks/native/libs/gralloc/types/ |
H A D | Gralloc4.cpp | 1149 status_t encodeUint32(const MetadataType& metadataType, uint32_t input, in encodeUint32() function
|
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/64/x86_64/source-based/ |
D | libgralloctypes.so.lsdump | 4881 "function_name" : "android::gralloc4::encodeUint32",
|