Home
last modified time | relevance | path

Searched refs:friend (Results 1 – 25 of 86) sorted by relevance

1234

/aosp14/frameworks/base/libs/hwui/renderthread/
H A DRenderThread.h193 friend class DispatchFrameCallbacks;
194 friend class RenderProxy;
195 friend class DummyVsyncSource;
196 friend class ChoreographerSource;
197 friend class android::uirenderer::AutoBackendTextureRelease;
198 friend class android::uirenderer::TestUtils;
199 friend class android::uirenderer::WebViewFunctor;
200 friend class android::uirenderer::skiapipeline::VkFunctorDrawHandler;
201 friend class android::uirenderer::VectorDrawable::Tree;
202 friend class sp<RenderThread>;
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DStringPool.h95 friend class StringPool;
120 friend class StringPool;
133 friend class StringPool;
134 friend class Ref;
154 friend class StringPool;
155 friend class StyleRef;
H A DIdmap.h80 friend LoadedIdmap;
81 friend IdmapResMap;
149 friend LoadedIdmap;
226 friend OverlayStringPool;
H A DAssetManager2.h83 friend Theme;
109 friend AssetManager2;
243 friend AssetManager2;
244 friend Theme;
531 friend class AssetManager2;
H A DAsset.h171 friend class AssetManager;
172 friend struct ZipAssetsProvider;
173 friend struct AssetsProvider;
H A DAssetDir.h72 friend class AssetManager;
73 friend class AssetManager2;
/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dextensions.h60 friend ::std::ostream& operator<<(::std::ostream& os, const GetVar& self) {
72 friend ::std::ostream& operator<<(::std::ostream& os, const PartitionInfo& pinfo) {
84 friend ::std::ostream& operator<<(::std::ostream& os, const PackedInfoTest& pinfo) {
110 friend ::std::ostream& operator<<(::std::ostream& os, const CommandTest& self) {
/aosp14/system/core/init/
H A Ddevices.h39 friend void TestPermissions(const Permissions& expected, const Permissions& test);
64friend void TestSysfsPermissions(const SysfsPermissions& expected, const SysfsPermissions& test);
79 friend class SubsystemParser;
80 friend void TestSubsystems(const Subsystem& expected, const Subsystem& test);
112 friend class DeviceHandlerTester;
/aosp14/frameworks/base/tools/aapt2/configuration/
H A DConfigurationParser.h61 inline friend bool operator==(const Locale& lhs, const Locale& rhs) {
68 inline friend bool operator==(const AndroidManifest& lhs, const AndroidManifest& rhs) {
86 inline friend bool operator==(const AndroidSdk& lhs, const AndroidSdk& rhs) {
102 inline friend bool operator==(const GlTexture& lhs, const GlTexture& rhs) {
/aosp14/system/core/libutils/include/utils/
H A DNativeHandle.h41 friend class LightRefBase<NativeHandle>;
43 friend class sp<NativeHandle>;
H A DList.h62 friend class List;
63 friend class _ListIterator;
161 friend class List;
/aosp14/frameworks/base/cmds/idmap2/include/idmap2/
H A DIdmap.h169 friend Idmap;
213 friend Idmap;
214 friend IdmapData;
269 friend Idmap;
H A DXmlParser.h65 friend iterator;
125 friend XmlParser;
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h45 friend class test_set_name##_##individual_test##_Test
314 friend class SnapshotMergeStats;
443 friend class SnapshotTest;
444 friend class SnapshotUpdateTest;
445 friend class FlashAfterUpdateTest;
446 friend class LockTestConsumer;
447 friend class SnapshotFuzzEnv;
448 friend struct AutoDeleteCowImage;
449 friend struct AutoDeleteSnapshot;
450 friend struct PartitionCowCreator;
[all …]
/aosp14/frameworks/base/libs/hwui/renderstate/
H A DRenderState.h44 friend class renderthread::RenderThread;
45 friend class renderthread::CacheManager;
/aosp14/frameworks/base/libs/hwui/
H A DAnimationContext.h60 friend class AnimationContext;
108 friend class AnimationHandle;
H A DMatrix.h100 friend bool operator==(const Matrix4& a, const Matrix4& b) {
104 friend bool operator!=(const Matrix4& a, const Matrix4& b) { return !(a == b); }
211 friend std::ostream& operator<<(std::ostream& os, const Matrix4& matrix) {
H A DRect.h74 friend int operator==(const Rect& a, const Rect& b) {
81 friend int operator!=(const Rect& a, const Rect& b) { return !(a == b); }
255 friend std::ostream& operator<<(std::ostream& os, const Rect& rect) {
/aosp14/frameworks/base/media/native/midi/
H A DMidiDeviceInfo.h72 friend bool operator==(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs);
73 friend bool operator!=(const MidiDeviceInfo& lhs, const MidiDeviceInfo& rhs) {
/aosp14/frameworks/base/tools/aapt2/format/
H A DContainer.h71 friend class ContainerReader;
92 friend class ContainerReaderEntry;
/aosp14/frameworks/base/libs/protoutil/include/android/util/
H A DEncodedBuffer.h189 friend class Reader;
207 friend class EncodedBuffer;
/aosp14/frameworks/base/tools/aapt2/java/
H A DProguardRules.h72 friend void WriteKeepSet(const KeepSet& keep_set, io::OutputStream* out, bool minimal_keep,
75 friend bool CollectLocations(const UsageLocation& location, const KeepSet& keep_set,
/aosp14/frameworks/base/libs/input/
H A DPointerController.h94 friend PointerControllerContext::LooperCallback;
95 friend PointerControllerContext::MessageHandler;
/aosp14/frameworks/base/libs/hwui/hwui/
H A DPaint.h58 friend bool operator==(const Paint& a, const Paint& b);
59 friend bool operator!=(const Paint& a, const Paint& b) { return !(a == b); }
H A DAnimatedImageThread.h40 friend sp<AnimatedImageThread>;

1234