Searched refs:friend (Results 76 - 100 of 200) sorted by relevance

12345678

/frameworks/av/services/medialog/
H A DMediaLogService.h28 friend class BinderService<MediaLogService>; // for MediaLogService()
/frameworks/base/include/androidfw/
H A DTypeWrappers.h61 friend struct TypeVariant;
/frameworks/base/libs/hwui/
H A DAssetAtlas.h97 friend class AssetAtlas;
H A DResourceCache.h58 friend class Singleton<ResourceCache>;
/frameworks/base/libs/hwui/renderstate/
H A DMeshState.h55 friend class RenderState;
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.h59 friend class RenderThread;
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashEntry.h41 friend class EntryFactory<Self>;
/frameworks/compile/mclinker/include/mcld/Script/
H A DRpnExpr.h34 friend class Chunk<RpnExpr, MCLD_SYMBOLS_PER_INPUT>;
H A DStringList.h34 friend class Chunk<StringList, MCLD_SYMBOLS_PER_INPUT>;
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.h36 friend class NodeFactory;
/frameworks/compile/slang/
H A Dslang_rs_export_func.h45 friend class RSContext;
/frameworks/native/include/gui/
H A DBufferItem.h37 friend class Flattenable<BufferItem>;
/frameworks/native/include/ui/
H A DFence.h104 friend class LightRefBase<Fence>;
H A DGraphicBufferAllocator.h85 friend class Singleton<GraphicBufferAllocator>;
H A DGraphicBufferMapper.h66 friend class Singleton<GraphicBufferMapper>;
H A DTMatHelpers.h209 friend BASE<T> PURE operator *(const BASE<T>& lhs, const BASE<U>& rhs) {
233 * NOTE: the functions below ARE NOT member methods. They are friend functions
239 friend BASE<T> PURE inverse(const BASE<T>& m) { return matrix::inverse(m); }
240 friend BASE<T> PURE transpose(const BASE<T>& m) { return matrix::transpose(m); }
241 friend T PURE trace(const BASE<T>& m) { return matrix::trace(m); }
/frameworks/native/services/sensorservice/
H A DBatteryService.h28 friend class Singleton<BatteryService>;
H A DSensorFusion.h39 friend class Singleton<SensorFusion>;
H A 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/native/services/surfaceflinger/RenderEngine/
H A DMesh.h40 friend class Mesh;
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.h44 friend class SurfaceFlingerConsumer;
/frameworks/rs/
H A DrsFileA3D.h51 friend class FileA3D;
/frameworks/av/include/media/stagefright/
H A DFrameRenderTracker.h85 friend class FrameRenderTracker;
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.h62 friend class MediaPlayerService; // for accessing private constructor
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h83 friend struct NodeReaper;

Completed in 1105 milliseconds

12345678