Home
last modified time | relevance | path

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

123456789

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DUser.java9 private User friend; field in User
16 return friend; in getFriend()
19 public void setFriend(User friend) { in setFriend() argument
20 this.friend = friend; in setFriend()
21 notifyPropertyChanged(BR.friend); in setFriend()
/frameworks/native/include/ui/
DTVecHelpers.h123 friend inline
128 friend inline
139 friend inline
143 friend inline
204 friend inline
209 friend inline
220 friend inline
224 friend inline
286 friend inline
295 friend inline
[all …]
DGraphicBuffer.h44 friend class Flattenable<GraphicBuffer>;
153 friend class Surface;
154 friend class BpSurface;
155 friend class BnSurface;
156 friend class LightRefBase<GraphicBuffer>;
/frameworks/base/tools/aapt2/
DStringPool.h66 friend class StringPool;
89 friend class StringPool;
103 friend class StringPool;
104 friend class Ref;
121 friend class StringPool;
122 friend class StyleRef;
193 friend const_iterator begin(const StringPool& pool);
194 friend const_iterator end(const StringPool& pool);
/frameworks/compile/mclinker/include/mcld/Support/
DDirectory.h32 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
34 friend void detail::open_dir(Directory& pDir);
35 friend void detail::close_dir(Directory& pDir);
38 friend class DirIterator;
110 friend mcld::sys::fs::PathCache::entry_type* detail::bring_one_into_cache(
112 friend class Directory;
/frameworks/compile/mclinker/include/mcld/ADT/
DHashBase.h113 friend class ChainIteratorBase<Self>;
114 friend class ChainIteratorBase<const Self>;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
/frameworks/base/libs/hwui/utils/
DMacros.h30friend inline int strictly_order_type(const Type& lhs, const Type& rhs) { return lhs.compare(rhs) …
31friend inline int compare_type(const Type& lhs, const Type& rhs) { return lhs.compare(rhs); } \
32 friend inline hash_t hash_type(const Type& entry) { return entry.hash(); }
/frameworks/opt/net/wifi/service/jni/
Djni_helper.h115 friend class JNIObject<jobject>;
116 friend class JNIObject<jstring>;
117 friend class JNIObject<jobjectArray>;
118 friend class JNIObject<jclass>;
119 friend class JNIObject<jlongArray>;
120 friend class JNIObject<jbyteArray>;
121 friend class JNIObject<jintArray>;
/frameworks/compile/mclinker/include/mcld/Script/
DOperand.h58 friend class Chunk<SymOperand, MCLD_SYMBOLS_PER_INPUT>;
93 friend class Chunk<IntOperand, MCLD_SYMBOLS_PER_INPUT>;
124 friend class Chunk<SectOperand, MCLD_SECTIONS_PER_INPUT>;
157 friend class Chunk<SectDescOperand, MCLD_SECTIONS_PER_INPUT>;
192 friend class Chunk<FragOperand, MCLD_SYMBOLS_PER_INPUT>;
/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentRef.h75 friend FragmentRef& NullFragmentRef();
76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
77 friend class Relocation;
DRelocation.h26 friend class RelocationFactory;
27 friend class GCFactoryListTraits<Relocation>;
28 friend class Chunk<Relocation, MCLD_RELOCATIONS_PER_INPUT>;
/frameworks/compile/slang/
Dslang_rs_export_type.h171 friend class RSExportElement;
284 friend class RSExportType;
285 friend class RSExportElement;
365 friend class RSExportType;
366 friend class RSExportFunc;
395 friend class RSExportType;
396 friend class RSExportElement;
444 friend class RSExportType;
471 friend class RSExportType;
504 friend class RSExportType;
/frameworks/av/include/private/media/
DAudioTrackShared.h129 friend class Proxy;
130 friend class ClientProxy;
131 friend class AudioTrackClientProxy;
132 friend class AudioRecordClientProxy;
133 friend class ServerProxy;
134 friend class AudioTrackServerProxy;
135 friend class AudioRecordServerProxy;
/frameworks/av/include/media/
DMediaCodecInfo.h66 friend class MediaCodecInfo;
119 friend class MediaCodecList;
120 friend class MediaCodecListOverridesTest;
/frameworks/base/libs/hwui/renderthread/
DRenderThread.h101 friend class Singleton<RenderThread>;
102 friend class DispatchFrameCallbacks;
103 friend class RenderProxy;
/frameworks/native/services/sensorservice/
Dmat.h172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operator * (
204 friend inline mat PURE operator * (const mat& lhs, pTYPE v) {
209 friend inline mat PURE operator * (pTYPE v, const mat& rhs) {
231 friend column_builder<PREV_COLUMN+1> operator << (
240 friend void operator << (
/frameworks/base/libs/hwui/
DPatchCache.h118 friend inline int strictly_order_type(const PatchDescription& lhs, in strictly_order_type()
123 friend inline int compare_type(const PatchDescription& lhs, in compare_type()
128 friend inline hash_t hash_type(const PatchDescription& entry) { in hash_type()
DGammaFontRenderer.h99 friend class GammaFontRenderer;
149 friend class GammaFontRenderer;
196 friend class GammaFontRenderer;
/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.h35 friend class Program;
36 friend class ProgramCache;
/frameworks/av/include/media/stagefright/foundation/
DAHandler.h57 friend struct AMessage; // deliverMessage()
58 friend struct ALooperRoster; // setID()
/frameworks/base/core/jni/android/graphics/
DPaint.h35 friend bool operator==(const Paint& a, const Paint& b);
36 friend bool operator!=(const Paint& a, const Paint& b) {
/frameworks/av/include/media/nbaio/
DNBLog.h56 friend class Writer;
101 friend class Writer;
102 friend class Reader;
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.h53 friend struct MatroskaSource;
54 friend struct BlockIterator;
/frameworks/av/include/drm/
DDrmInfo.h55 friend class DrmInfo;
79 friend class DrmInfo;
DDrmInfoRequest.h69 friend class DrmInfoRequest;
93 friend class DrmInfoRequest;

123456789