Searched refs:getContext (Results 1 – 12 of 12) sorted by relevance
49 ContextBase* getContext() const { in getContext() function50 return mLocAdapterBase->getContext(); in getContext()
104 ContextBase* getContext() const { return mContext; } in getContext() function
38 virtual void* getContext() const = 0;
53 virtual void* getContext() const = 0;
43 void* getContext() const;
42 void* getContext() const;
46 virtual void* getContext() const;
57 void* AnnCursorPlane::getContext() const in getContext() function in android::intel::AnnCursorPlane
72 void* AnnRGBPlane::getContext() const in getContext() function in android::intel::AnnRGBPlane
661 void* AnnOverlayPlane::getContext() const in getContext() function in android::intel::AnnOverlayPlane
112 virtual void* getContext() const = 0;
111 imgLayer->custom = (uint32_t)plane->getContext(); in commitContents()