Home
last modified time | relevance | path

Searched refs:getContext (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/gps/core/
DLocAdapterProxyBase.h49 ContextBase* getContext() const { in getContext() function
50 return mLocAdapterBase->getContext(); in getContext()
DLocAdapterBase.h104 ContextBase* getContext() const { return mContext; } in getContext() function
/hardware/intel/img/hwcomposer/ips/common/
DSpritePlaneBase.h38 virtual void* getContext() const = 0;
DOverlayPlaneBase.h53 virtual void* getContext() const = 0;
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnCursorPlane.h43 void* getContext() const;
DAnnRGBPlane.h42 void* getContext() const;
DAnnOverlayPlane.h46 virtual void* getContext() const;
DAnnCursorPlane.cpp57 void* AnnCursorPlane::getContext() const in getContext() function in android::intel::AnnCursorPlane
DAnnRGBPlane.cpp72 void* AnnRGBPlane::getContext() const in getContext() function in android::intel::AnnRGBPlane
DAnnOverlayPlane.cpp661 void* AnnOverlayPlane::getContext() const in getContext() function in android::intel::AnnOverlayPlane
/hardware/intel/img/hwcomposer/include/
DDisplayPlane.h112 virtual void* getContext() const = 0;
/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayContext.cpp111 imgLayer->custom = (uint32_t)plane->getContext(); in commitContents()