Home
last modified time | relevance | path

Searched refs:updateCache (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/gps/msm8909w_3100/core/
DSystemStatusOsObserver.h124 void updateCache(IDataItemCore* d, bool& dataItemUpdated);
DSystemStatusOsObserver.cpp391 mParent->updateCache(item, dataItemUpdated); in notify()
557 void SystemStatusOsObserver::updateCache(IDataItemCore* d, bool& dataItemUpdated) in updateCache() function in loc_core::SystemStatusOsObserver
/hardware/qcom/sm8150/gps/core/
DSystemStatusOsObserver.h163 bool updateCache(IDataItemCore* d);
DSystemStatusOsObserver.cpp313 if (mParent->updateCache(item)) { in notify()
541 bool SystemStatusOsObserver::updateCache(IDataItemCore* d) in updateCache() function in loc_core::SystemStatusOsObserver
/hardware/qcom/sdm845/gps/sdm845/core/
DSystemStatusOsObserver.h163 bool updateCache(IDataItemCore* d);
DSystemStatusOsObserver.cpp314 if (mParent->updateCache(item)) { in notify()
541 bool SystemStatusOsObserver::updateCache(IDataItemCore* d) in updateCache() function in loc_core::SystemStatusOsObserver
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerResources.h181 Error updateCache(uint32_t slot, const native_handle_t* handle, in updateCache() function
201 return updateCache(slot, inHandle, outReplacedHandle); in getHandle()