Home
last modified time | relevance | path

Searched refs:encodeUint64 (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/profile/
Dproto.go63 func encodeUint64(b *buffer, tag int, x uint64) { func
85 encodeUint64(b, tag, u)
93 encodeUint64(b, tag, x)
98 encodeUint64(b, tag, u)
141 encodeUint64(b, tag, 1)
143 encodeUint64(b, tag, 0)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
Dproto.go76 func encodeUint64(b *buffer, tag int, x uint64) { func
98 encodeUint64(b, tag, u)
106 encodeUint64(b, tag, x)
111 encodeUint64(b, tag, u)
154 encodeUint64(b, tag, 1)
156 encodeUint64(b, tag, 0)
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/frameworks/native/libs/gralloc/types/include/gralloctypes/
H A DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h358 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h347 status_t encodeUint64(
/aosp_15_r20/frameworks/native/libs/gralloc/types/tests/
H A DGralloc4_test.cpp170 …ASSERT_NO_FATAL_FAILURE(testHelperMetadataType(GetParam(), gralloc4::encodeUint64, gralloc4::decod… in TEST_P()
/aosp_15_r20/prebuilts/vndk/v30/arm/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h543 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v30/x86/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h543 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h543 status_t encodeUint64(
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/frameworks/native/libs/gralloc/types/include/gralloctypes/
DGralloc4.h543 status_t encodeUint64(
/aosp_15_r20/frameworks/native/libs/gralloc/types/
H A DGralloc4.cpp1169 status_t encodeUint64(const MetadataType& metadataType, uint64_t input, in encodeUint64() function

123