/aosp12/frameworks/native/libs/gui/view/ |
H A D | Surface.cpp | 27 namespace android { namespace 28 namespace view { namespace
|
/aosp12/frameworks/base/core/proto/android/view/ |
H A D | viewrootimpl.proto | 23 package android.view; package 31 optional string view = 1; field
|
/aosp14/frameworks/base/core/proto/android/view/ |
H A D | viewrootimpl.proto | 23 package android.view; package 31 optional string view = 1; field
|
/aosp12/system/libbase/ |
H A D | function_ref_test.cpp | 24 namespace android::base { namespace 57 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local 75 function_ref<int(int)> view = [](int i) { return i + 1; }; in TEST() local
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | DisplayIdentification.cpp | 30 namespace android { namespace 40 std::optional<uint8_t> getEdidDescriptorType(const byte_view& view) { in getEdidDescriptorType() 48 std::string_view parseEdidText(const byte_view& view) { in parseEdidText() 215 byte_view view(edid.data(), edid.size()); in parseEdid() local
|
/aosp12/frameworks/av/media/codec2/sfplugin/utils/ |
H A D | Codec2BufferUtils.cpp | 34 namespace android { namespace 67 static status_t _ImageCopy(View &view, const MediaImage2 *img, ImagePixel *imgBase) { in _ImageCopy() 121 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy() 193 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy() 264 bool IsYUV420(const C2GraphicView &view) { in IsYUV420() 288 bool IsNV12(const C2GraphicView &view) { in IsNV12() 302 bool IsNV21(const C2GraphicView &view) { in IsNV21() 316 bool IsI420(const C2GraphicView &view) { in IsI420()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | ... changed
int l
int t
int r
int b
public android.view.View getIconView ()
}
android/ |
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2Buffer.cpp | 41 namespace android { namespace 77 C2ReadView view = buffer->data().linearBlocks()[0].map().get(); in copyLinear() local 219 const C2GraphicView &view, const sp<AMessage> &format, bool copy) in GraphicView2MediaImageConverter() 616 C2GraphicView view(block->map().get()); in Allocate() local 649 C2GraphicView &&view, in GraphicBlockBuffer() 804 std::unique_ptr<const C2GraphicView> &&view, in ConstGraphicBlockBuffer() 925 C2WriteView view = mBlock->map().get(); in copyDecryptedContent() local
|
H A D | CCodecBufferChannel.cpp | 57 namespace android { namespace 458 C2WriteView view = block->map().get(); in attachEncryptedBuffer() local 520 C2WriteView view = block->map().get(); in attachEncryptedBuffer() local 583 C2WriteView view = block->map().get(); in queueSecureInputBuffer() local
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/av/media/codec2/sfplugin/tests/ |
H A D | FrameReassembler_test.cpp | 26 namespace android { namespace 103 C2ReadView view = buffer->data().linearBlocks().front().map().get(); in testPushSameSize() local
|
H A D | CCodecBuffers_test.cpp | 28 namespace android { namespace 184 C2GraphicView view = block->map().get(); in TEST() local 321 C2GraphicView view = block->map().get(); in TEST() local 647 static void FillPlane(C2GraphicView &view, size_t index, uint8_t value) { in FillPlane() 663 C2GraphicView view = block->map().get(); in FillBlock() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | GenerateCorpus.cpp | 30 namespace android::nn::fuzz { namespace 74 const std::string_view view(ptr, size); in getHashValue() local
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | ACodecBufferChannel.cpp | 43 namespace android { namespace 284 C2ReadView view{block.map().get()}; in attachBuffer() local 302 const C2GraphicView view{block.map().get()}; in attachBuffer() local
|
H A D | MediaCodec.cpp | 86 namespace android { namespace 4610 C2WriteView view{block->map().get()}; in queueCSDInputBuffer() local
|
/aosp12/frameworks/av/media/codec2/components/aac/ |
H A D | C2SoftAacEnc.cpp | 30 namespace android { namespace 384 C2ReadView view = mDummyReadView; in process() local
|
H A D | C2SoftAacDec.cpp | 55 namespace android { namespace 572 C2ReadView view = mDummyReadView; in process() local
|
/aosp12/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcEnc.cpp | 40 namespace android { namespace 1008 std::shared_ptr<const C2GraphicView> view; in process() local
|
/aosp12/frameworks/av/media/codec2/components/xaac/ |
H A D | C2SoftXaacDec.cpp | 57 namespace android { namespace 404 C2ReadView view = mDummyReadView; in process() local
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 41 namespace android { namespace 1770 std::shared_ptr<const C2GraphicView> view; in process() local
|
/aosp14/frameworks/base/media/jni/ |
H A D | android_media_MediaCodec.cpp | 74 namespace android { namespace 2514 C2WriteView view = context->mBlock->map().get(); in extractMemoryFromContext() local 2545 C2WriteView view = context->mBlock->map().get(); in extractBufferFromContext() local
|