Home
last modified time | relevance | path

Searched refs:mContext (Results 1 – 25 of 82) sorted by relevance

1234

/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatusOsObserver.cpp65 ObserverContext& mContext; in setSubscriptionObj() member
68 mContext(context), mSubsObj(subscriptionObj) {} in setSubscriptionObj()
70 mContext.mSubscriptionObj = mSubsObj; in setSubscriptionObj()
72 if (!mContext.mSSObserver->mDataItemToClients.empty()) { in setSubscriptionObj()
75 mContext.mSSObserver->mDataItemToClients.getKeys())); in setSubscriptionObj()
76 mContext.mSubscriptionObj->subscribe(dis, mContext.mSSObserver); in setSubscriptionObj()
77 mContext.mSubscriptionObj->requestData(dis, mContext.mSSObserver); in setSubscriptionObj()
85 mContext.mMsgTask->sendMsg(new SetSubsObj(mContext, subscriptionObj)); in setSubscriptionObj()
110 if (nullptr != mParent->mContext.mSubscriptionObj && !dataItemsToSubscribe.empty()) { in subscribe()
115 mParent->mContext.mSubscriptionObj->requestData( in subscribe()
[all …]
DSystemStatusOsObserver.h84 mSystemStatus(systemstatus), mContext(msgTask, this), in SystemStatusOsObserver()
108 mContext.mFrameworkActionReqObj = frameworkActionReqObj; in setFrameworkActionReqObj()
144 ObserverContext mContext; variable
DLocAdapterBase.h68 ContextBase* mContext; variable
73 mIsMaster(false), mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
166 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/interfaces/renderscript/1.0/default/
DContext.cpp44 mContext = Device::getHal().ContextCreateVendor(_dev, _version, _sdkVersion, in Context()
85 RsAllocation _subAlloc = Device::getHal().AllocationAdapterCreate(mContext, _type, _baseAlloc); in allocationAdapterCreate()
92 …Device::getHal().AllocationAdapterOffset(mContext, _alloc, _offsets.data(), _offsets.size() * size… in allocationAdapterOffset()
98 const void* _type = Device::getHal().AllocationGetType(mContext, _allocation); in allocationGetType()
107 …RsAllocation _allocation = Device::getHal().AllocationCreateTyped(mContext, _type, _amips, _usage,… in allocationCreateTyped()
116 …RsAllocation _allocation = Device::getHal().AllocationCreateFromBitmap(mContext, _type, _amips, _b… in allocationCreateFromBitmap()
125 …RsAllocation _allocation = Device::getHal().AllocationCubeCreateFromBitmap(mContext, _type, _amips… in allocationCubeCreateFromBitmap()
131 RsNativeWindow _nativeWindow = Device::getHal().AllocationGetSurface(mContext, _allocation); in allocationGetNativeWindow()
138 Device::getHal().AllocationSetSurface(mContext, _allocation, _nativewindow); in allocationSetNativeWindow()
145 Device::getHal().AllocationSetupBufferQueue(mContext, _alloc, _numBuffer); in allocationSetupBufferQueue()
[all …]
/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.cpp47 mContext.mMsgTask = msgTask; in SystemStatusOsObserver()
69 mContext.mSubscriptionObj = subscriptionObj; in setSubscriptionObj()
114 if (nullptr == mContext.mSubscriptionObj) { in subscribe()
146 mParent->mContext.mSubscriptionObj->subscribe(yetToSubscribeDataItemsList, mParent); in subscribe()
155 mContext.mMsgTask->sendMsg(new (nothrow) HandleSubscribeReq(this, l, client)); in subscribe()
161 if (nullptr == mContext.mSubscriptionObj) { in updateSubscription()
198 mParent->mContext.mSubscriptionObj->subscribe( in updateSubscription()
214 mParent->mContext.mSubscriptionObj->unsubscribe(unsubscribeList, mParent); in updateSubscription()
223 mContext.mMsgTask->sendMsg(new (nothrow) HandleUpdateSubscriptionReq(this, l, client)); in updateSubscription()
229 if (nullptr == mContext.mSubscriptionObj) { in requestData()
[all …]
DLocAdapterBase.h64 ContextBase* mContext; variable
69 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
152 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8994/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8084/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {} in LocAdapterBase()
104 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/sdm845/gps/msm8994/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/sdm845/gps/msm8084/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), mLocAdapterProxyBase(NULL), mMsgTask(msgTask) {} in LocAdapterBase()
104 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/sdm845/gps/msm8996/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/sdm845/gps/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8996/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8909/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/sdm845/gps/msm8909/core/
DLocAdapterBase.h43 ContextBase* mContext; variable
49 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
113 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
DLocEngAdapter.h98 mContext->requestUlp(mInternalAdapter, capabilities); in requestUlp()
104 return mContext->hasAgpsExtendedCapabilities(); in hasAgpsExtendedCapabilities()
107 return mContext->hasCPIExtendedCapabilities(); in hasCPIExtendedCapabilities()
110 return mContext->hasNativeXtraClient(); in hasNativeXtraClient()
312 mContext->modemPowerVote(powerOn); in setPowerVote()
/hardware/qcom/sdm845/gps/msm8996/loc_api/libloc_api_50001/
DLocEngAdapter.h98 mContext->requestUlp(mInternalAdapter, capabilities); in requestUlp()
104 return mContext->hasAgpsExtendedCapabilities(); in hasAgpsExtendedCapabilities()
107 return mContext->hasCPIExtendedCapabilities(); in hasCPIExtendedCapabilities()
110 return mContext->hasNativeXtraClient(); in hasNativeXtraClient()
312 mContext->modemPowerVote(powerOn); in setPowerVote()
/hardware/qcom/sdm845/gps/msm8909/loc_api/libloc_api_50001/
DLocEngAdapter.h98 mContext->requestUlp(mInternalAdapter, capabilities); in requestUlp()
104 return mContext->hasAgpsExtendedCapabilities(); in hasAgpsExtendedCapabilities()
107 return mContext->hasCPIExtendedCapabilities(); in hasCPIExtendedCapabilities()
110 return mContext->hasNativeXtraClient(); in hasNativeXtraClient()
312 mContext->modemPowerVote(powerOn); in setPowerVote()
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
DLocEngAdapter.h98 mContext->requestUlp(mInternalAdapter, capabilities); in requestUlp()
104 return mContext->hasAgpsExtendedCapabilities(); in hasAgpsExtendedCapabilities()
107 return mContext->hasCPIExtendedCapabilities(); in hasCPIExtendedCapabilities()
110 return mContext->hasNativeXtraClient(); in hasNativeXtraClient()
312 mContext->modemPowerVote(powerOn); in setPowerVote()
/hardware/qcom/sdm845/gps/msm8998/core/
DLocAdapterBase.h64 ContextBase* mContext; variable
69 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
152 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8998/core/
DLocAdapterBase.h64 ContextBase* mContext; variable
69 mEvtMask(0), mContext(NULL), mLocApi(NULL), in LocAdapterBase()
152 ContextBase* getContext() const { return mContext; } in getContext()
/hardware/qcom/gps/msm8960/core/
DLocAdapterBase.h41 ContextBase* mContext; variable
46 mEvtMask(0), mContext(NULL), mLocApi(NULL), mMsgTask(msgTask) {} in LocAdapterBase()
/hardware/qcom/sdm845/gps/msm8960/core/
DLocAdapterBase.h41 ContextBase* mContext; variable
46 mEvtMask(0), mContext(NULL), mLocApi(NULL), mMsgTask(msgTask) {} in LocAdapterBase()
/hardware/qcom/gps/loc_api/libloc_api_50001/
DLocEngAdapter.h96 mContext->requestUlp(mInternalAdapter, capabilities); in requestUlp()
102 return mContext->hasAgpsExtendedCapabilities(); in hasAgpsExtendedCapabilities()
105 return mContext->hasCPIExtendedCapabilities(); in hasCPIExtendedCapabilities()
307 mContext->modemPowerVote(powerOn); in setPowerVote()

1234