Home
last modified time | relevance | path

Searched refs:FormatType (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/content/res/
H A DApkAssets.java108 public @interface FormatType {} annotation in ApkAssets
291 private ApkAssets(@FormatType int format, @NonNull String path, @PropertyFlags int flags, in ApkAssets()
300 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets()
311 private ApkAssets(@FormatType int format, @NonNull FileDescriptor fd, in ApkAssets()
441 private static native long nativeLoad(@FormatType int format, @NonNull String path, in nativeLoad()
445 private static native long nativeLoadFd(@FormatType int format, @NonNull FileDescriptor fd, in nativeLoadFd()
448 private static native long nativeLoadFdOffsets(@FormatType int format, in nativeLoadFdOffsets()
/aosp12/packages/services/Car/cpp/computepipe/proto/
H A DInputConfig.proto48 enum FormatType { enum
54 optional FormatType format = 2;
/aosp12/packages/services/Car/cpp/computepipe/runner/client_interface/
H A DPipeOptionsConverter.cpp84 PipeInputConfigFormatType ConvertInputFormat(proto::InputStreamConfig::FormatType type) { in ConvertInputFormat()