Searched refs:friend (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DUser.java9 private User friend; field in class:User
16 return friend;
19 public void setFriend(User friend) { argument
20 this.friend = friend;
21 notifyPropertyChanged(BR.friend);
/frameworks/av/include/media/stagefright/
H A DMetaData.h41 friend class BnMediaSource;
42 friend class BpMediaSource;
43 friend class BpMediaExtractor;
/frameworks/av/media/libmediaextractor/include/media/stagefright/
H A DMetaData.h41 friend class BnMediaSource;
42 friend class BpMediaSource;
43 friend class BpMediaExtractor;
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaData.h41 friend class BnMediaSource;
42 friend class BpMediaSource;
43 friend class BpMediaExtractor;
/frameworks/native/libs/math/include/math/
H A DTQuatHelpers.h81 * NOTE: the functions below ARE NOT member methods. They are friend functions
92 friend inline
107 friend inline
119 * friend inline
128 friend inline
133 friend inline
139 friend inline
158 * NOTE: the functions below ARE NOT member methods. They are friend functions
166 friend inline
174 friend inlin
[all...]
H A DTVecHelpers.h99 * NOTE: the functions below ARE NOT member methods. They are friend functions
110 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<RT>& rv) {
115 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<RT>& rv) {
126 friend inline constexpr VECTOR<T> PURE operator +(VECTOR<T> lv, const VECTOR<T>& rv) {
130 friend inline constexpr VECTOR<T> PURE operator -(VECTOR<T> lv, const VECTOR<T>& rv) {
180 * NOTE: the functions below ARE NOT member methods. They are friend functions
191 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<RT>& rv) {
196 friend inline constexpr VECTOR<T> PURE operator /(VECTOR<T> lv, const VECTOR<RT>& rv) {
207 friend inline constexpr VECTOR<T> PURE operator *(VECTOR<T> lv, const VECTOR<T>& rv) {
211 friend inlin
[all...]
/frameworks/native/cmds/installd/
H A Dotapreopt_parameters.h54 friend class OTAPreoptService;
55 friend class OTAPreoptTest;
/frameworks/base/libs/hwui/renderstate/
H A DPixelBufferState.h25 friend class Caches; // TODO: move to RenderState
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashBase.h113 friend class ChainIteratorBase<Self>;
114 friend class ChainIteratorBase<const Self>;
115 friend class EntryIteratorBase<Self>;
116 friend class EntryIteratorBase<const Self>;
/frameworks/native/include/private/gui/
H A DSyncFeatures.h28 friend class Singleton<SyncFeatures>;
/frameworks/native/libs/gui/include/private/gui/
H A DSyncFeatures.h28 friend class Singleton<SyncFeatures>;
/frameworks/compile/mclinker/include/mcld/Support/
H A 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/av/include/media/
H A DMediaCodecInfo.h88 friend struct MediaCodecInfo;
89 friend struct MediaCodecInfoWriter;
90 friend struct CapabilitiesWriter;
158 friend MediaCodecInfoWriter;
199 friend class MediaCodecListOverridesTest;
200 friend struct MediaCodecInfoWriter;
201 friend struct MediaCodecListWriter;
279 friend struct MediaCodecListWriter;
H A DOMXBuffer.h93 friend struct OMXNodeInstance;
94 friend struct C2OMXNode;
97 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
100 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
103 friend inline bool (::android::hardware::media::omx::V1_0::utils::
106 friend inline bool (::android::hardware::media::omx::V1_0::utils::
/frameworks/av/media/libmedia/include/media/
H A DMediaCodecInfo.h88 friend struct MediaCodecInfo;
89 friend struct MediaCodecInfoWriter;
90 friend struct CapabilitiesWriter;
158 friend MediaCodecInfoWriter;
199 friend class MediaCodecListOverridesTest;
200 friend struct MediaCodecInfoWriter;
201 friend struct MediaCodecListWriter;
279 friend struct MediaCodecListWriter;
H A DOMXBuffer.h93 friend struct OMXNodeInstance;
94 friend struct C2OMXNode;
97 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
100 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
103 friend inline bool (::android::hardware::media::omx::V1_0::utils::
106 friend inline bool (::android::hardware::media::omx::V1_0::utils::
/frameworks/av/media/libaudiohal/2.0/
H A DDevicesFactoryHalHybrid.h34 friend class DevicesFactoryHalInterface;
H A DDevicesFactoryHalLocal.h36 friend class DevicesFactoryHalHybrid;
/frameworks/av/media/libaudiohal/4.0/
H A DDevicesFactoryHalLocal.h37 friend class DevicesFactoryHalHybrid;
/frameworks/av/media/libaudiohal/4.0/include/libaudiohal/4.0/
H A DDevicesFactoryHalHybrid.h35 friend class DevicesFactoryHalInterface;
/frameworks/av/services/mediaextractor/
H A DMediaExtractorUpdateService.h29 friend class BinderService<MediaExtractorUpdateService>;
/frameworks/compile/mclinker/include/mcld/Script/
H A DFileToken.h25 friend class Chunk<FileToken, MCLD_SYMBOLS_PER_INPUT>;
H A DNameSpec.h25 friend class Chunk<NameSpec, MCLD_SYMBOLS_PER_INPUT>;
/frameworks/native/cmds/dumpstate/
H A DDumpstateUtil.h87 friend class CommandOptions;
88 friend class CommandOptionsBuilder;
117 friend class CommandOptions;
148 friend class DumpstateBaseTest;
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragmentRef.h75 friend FragmentRef& NullFragmentRef();
76 friend class Chunk<FragmentRef, MCLD_SECTIONS_PER_INPUT>;
77 friend class Relocation;

Completed in 891 milliseconds

1234567891011>>