Home
last modified time | relevance | path

Searched defs:pack (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DValue.java35 public static Value pack(AhatInstance value) { in pack() method in Value
45 public static Value pack(boolean value) { in pack() method in Value
55 public static Value pack(char value) { in pack() method in Value
65 public static Value pack(float value) { in pack() method in Value
75 public static Value pack(double value) { in pack() method in Value
85 public static Value pack(byte value) { in pack() method in Value
95 public static Value pack(short value) { in pack() method in Value
105 public static Value pack(int value) { in pack() method in Value
115 public static Value pack(long value) { in pack() method in Value
/aosp12/frameworks/native/opengl/tools/glgen/src/
H A DCodeEmitter.java19 void setVersion(int version, boolean ext, boolean pack); in setVersion()
H A DJsr239CodeEmitter.java69 public void setVersion(int version, boolean ext, boolean pack) { in setVersion()
H A DGenerateGL.java34 private static void emit(int version, boolean ext, boolean pack, in emit()
/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DStructInetDiagSockId.java58 public void pack(ByteBuffer byteBuffer) { in pack() method in StructInetDiagSockId
H A DStructNlMsgErr.java51 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlMsgErr
H A DStructNfGenMsg.java79 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNfGenMsg
H A DStructInetDiagReqV2.java73 public void pack(ByteBuffer byteBuffer) { in pack() method in StructInetDiagReqV2
H A DStructNlMsgHdr.java118 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlMsgHdr
H A DStructNdMsg.java132 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNdMsg
H A DRtNetlinkNeighborMessage.java204 public void pack(ByteBuffer byteBuffer) { in pack() method in RtNetlinkNeighborMessage
H A DStructNlAttr.java256 public void pack(ByteBuffer byteBuffer) { in pack() method in StructNlAttr
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/
H A DExif.java121 private static int pack(byte[] bytes, int offset, int length, in pack() method in Exif
/aosp12/frameworks/base/media/java/android/media/
H A DAudioMetadata.java612 boolean pack(AutoGrowByteBuffer output, T obj); in pack() method
750 public boolean pack(AutoGrowByteBuffer output, Pair<Class, Object> obj) { in pack() method in ObjectPackage
819 public boolean pack(AutoGrowByteBuffer output, BaseMap obj) { in pack() method in BaseMapPackage
/aosp12/frameworks/base/services/core/java/com/android/server/media/
H A DVolumeCtrl.java151 final String pack = cmd.getClass().getPackage().getName(); in run() local
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/util/
H A DExif.java187 private static int pack(final InputStreamBuffer bytes, int offset, int length, in pack() method in Exif
/aosp12/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
H A DExif.java182 private static int pack(final InputStreamBuffer bytes, int offset, int length, in pack() method in Exif
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DColor.java436 public long pack() { in pack() method in Color
981 public static long pack(@ColorInt int color) { in pack() method in Color
998 public static long pack(float red, float green, float blue) { in pack() method in Color
1015 public static long pack(float red, float green, float blue, float alpha) { in pack() method in Color
1039 public static long pack(float red, float green, float blue, float alpha, in pack() method in Color
/aosp12/hardware/google/gchips/gralloc4/src/core/
H A Dalign_structs.py55 def pack(line): function
/aosp12/hardware/google/pixel/vibrator/cs40l25/tests/
H A Dtest-hwcal.cpp40 static void pack(std::ostream &stream, const uint32_t &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
46 static void pack(std::ostream &stream, const std::array<T, N> &value, std::string lpad, in pack() function in aidl::android::hardware::vibrator::HwCalTest
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontFileUtil.java57 private static int pack(@IntRange(from = 0, to = 1000) int weight, boolean italic) { in pack() method in FontFileUtil
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DKeyValueAdbBackupEngine.java197 KeyValueAdbBackupDataCopier(PackageInfo pack, ParcelFileDescriptor pipe, in KeyValueAdbBackupDataCopier()
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DProtoLogTool.kt190 val pack = if (code.packageDeclaration.isPresent) code.packageDeclaration regex
/aosp12/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp496 ogg_packet pack; in onQueueFilled() local
/aosp12/frameworks/av/media/codec2/components/vorbis/
H A DC2SoftVorbisDec.cpp378 ogg_packet pack; in process() local

12