Searched refs:PRIVATE (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/com/android/internal/annotations/
H A DVisibleForTesting.java42 PRIVATE enum constant in enum:VisibleForTesting.Visibility
49 Visibility visibility() default Visibility.PRIVATE;
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
H A DVisibleForTesting.java42 PRIVATE enum constant in enum:VisibleForTesting.Visibility
49 Visibility visibility() default Visibility.PRIVATE;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/
H A DVisibleForTesting.java42 PRIVATE enum constant in enum:VisibleForTesting.Visibility
49 Visibility visibility() default Visibility.PRIVATE;
/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java678 public static final int PRIVATE = 0x22; field in class:ImageFormat
755 case PRIVATE:
/frameworks/base/media/java/android/media/
H A DImageUtils.java62 case ImageFormat.PRIVATE:
75 * Only support the copy between two non-{@link ImageFormat#PRIVATE PRIVATE} format
94 if (src.getFormat() == ImageFormat.PRIVATE ||
95 dst.getFormat() == ImageFormat.PRIVATE) {
96 throw new IllegalArgumentException("PRIVATE format images are not copyable");
193 case ImageFormat.PRIVATE: // A really rough estimate because the real size is unknown.
246 case ImageFormat.PRIVATE:
H A DImageReader.java87 * If the {@code format} is {@link ImageFormat#PRIVATE PRIVATE}, the created
93 * getPlanes()} will return an empty array for {@link ImageFormat#PRIVATE
94 * PRIVATE} format images. The application can check if an existing reader's
98 * {@link ImageFormat#PRIVATE PRIVATE} format {@link ImageReader
508 * {@link android.hardware.camera2.CameraDevice Camera2 API} PRIVATE and YUV
512 * For PRIVATE reprocessing, this is the only way to send input buffers to
576 case ImageFormat.PRIVATE:
674 mFormat = (readerFormat == ImageFormat.PRIVATE)
[all...]
H A DImageWriter.java58 * {@link ImageFormat#PRIVATE PRIVATE} format Images produced by
180 * {@link ImageFormat#PRIVATE PRIVATE} formats (
181 * {@link ImageWriter#getFormat()} != {@link ImageFormat#PRIVATE}), it is
186 * If the format of ImageWriter is {@link ImageFormat#PRIVATE PRIVATE} (
187 * {@link ImageWriter#getFormat()} == {@link ImageFormat#PRIVATE}), the
198 * {@link ImageFormat#PRIVATE PRIVATE}, o
[all...]
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java122 // ImageFormat.PRIVATE. b/9487482
128 surfaceFormat = ImageFormat.PRIVATE;
131 if (surfaceFormat != ImageFormat.PRIVATE) {
/frameworks/base/include/android_runtime/
H A Dandroid_view_Surface.h46 PRIVATE = 0x22, member in class:android::PublicFormat
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DClassHasNativeVisitor.java43 @VisibleForTesting(visibility=Visibility.PRIVATE)
H A DDependencyFinder.java271 @VisibleForTesting(visibility=Visibility.PRIVATE)
/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp311 this->elements.push_back(new Field(PRIVATE, this->broker));
314 this->elements.push_back(new Field(PRIVATE, this->endpoint));
377 this->modifiers = PRIVATE;
385 this->elements.push_back(new Field(PRIVATE, this->_listener));
518 this->modifiers = PRIVATE | FINAL;
525 this->elements.push_back(new Field(PRIVATE, this->methodId));
527 this->elements.push_back(new Field(PRIVATE, this->callback));
919 proxyClass->elements.push_back(new Field(PRIVATE, _presenter));
H A Dgenerate_java_binder.cpp35 Field* descriptor = new Field(STATIC | FINAL | PRIVATE,
162 this->modifiers = PRIVATE | STATIC;
171 this->elements.push_back(new Field(PRIVATE, mRemote));
H A DAST.h17 PRIVATE = 0x00000002, enumerator in enum:__anon1102
H A DAST.cpp16 else if ((m & SCOPE_MASK) == PRIVATE) {
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_neon_Blur.S18 #define PRIVATE(f) .text; .align 4; .type f,#function; f: .fnstart define
1053 PRIVATE(fetch_generic_asm)
1068 PRIVATE(prefetch_clampright1)
1086 PRIVATE(prefetch_clampright4)
1362 PRIVATE(convolve1_\r)
1376 PRIVATE(convolve4_\r)
H A DrsCpuIntrinsics_advsimd_Blur.S18 #define PRIVATE(f) .text; .align 4; .type f,#function; f: define
1051 PRIVATE(fetch_generic_asm)
1066 PRIVATE(prefetch_clampright1)
1083 PRIVATE(prefetch_clampright4)
1354 PRIVATE(convolve1_\r)
1367 PRIVATE(convolve4_\r)
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp191 return PublicFormat::PRIVATE;
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java438 * {@link ImageFormat#PRIVATE}; this function only returns
439 * sizes for {@link ImageFormat#PRIVATE}. For example, {@link android.media.ImageReader}
440 * supports {@link ImageFormat#YUV_420_888} and {@link ImageFormat#PRIVATE}, this method will
441 * only return the sizes for {@link ImageFormat#PRIVATE} for {@link android.media.ImageReader}
453 * an array of supported sizes for {@link ImageFormat#PRIVATE} format,
504 * (typically {@link ImageFormat#PRIVATE} {@link ImageFormat#YUV_420_888}, etc.)
734 * <p>This assumes a the {@code klass} is set up to use {@link ImageFormat#PRIVATE}.
878 * <p>This assumes a the {@code klass} is set up to use {@link ImageFormat#PRIVATE}.
1612 case ImageFormat.PRIVATE:
1613 return "PRIVATE";
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp1240 return static_cast<jint>(PublicFormat::PRIVATE);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 755 milliseconds