Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 20 of 20) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/
Doffline_pipeline.cpp103 std::vector<std::shared_ptr<IBuffer>> cache; in CancelCapture() local
119 cache = *it; in CancelCapture()
122 for (auto it : cache) { in CancelCapture()
125 DeliverCancelCache(cache); in CancelCapture()
140 auto cache = bufferCache_.front(); in FlushOfflineStream() local
143 for (auto it : cache) { in FlushOfflineStream()
146 DeliverCancelCache(cache); in FlushOfflineStream()
Dipp_node.cpp311 std::vector<std::shared_ptr<IBuffer>> cache; in DeliverBuffer() local
312 cache.emplace_back(buffer); in DeliverBuffer()
314 ReceiveCache(cache); in DeliverBuffer()
320 std::vector<std::shared_ptr<IBuffer>> cache; in DeliverBuffers() local
322 cache.emplace_back(it); in DeliverBuffers()
325 ReceiveCache(cache); in DeliverBuffers()
/drivers/interface/display/composer/v1_0/cache_manager/
Ddevice_cache_manager.cpp86 auto cache = deviceCaches_->SearchCache(deviceId); in DestroyVirtualDisplayCache() local
87 … DISPLAY_CHK_RETURN((cache->CacheType() != DeviceCache::DEVICE_TYPE_VIRTUAL) || (cache == nullptr), in DestroyVirtualDisplayCache()
128 deviceCaches_->TravelCaches([](int32_t id, const DeviceCache& cache)->void { in Dump() argument
129 cache.Dump(); in Dump()
Dcache_manager.h70 bool InsertCache(IdType id, CacheType* cache) in InsertCache() argument
80 caches_[id] = std::move(*(new std::unique_ptr<CacheType>(cache))); in InsertCache()
108 void TravelCaches(std::function<void (IdType id, const CacheType& cache)> func) const in TravelCaches()
Ddevice_cache.cpp147 layerCaches_->TravelCaches([](int32_t id, const LayerCache& cache)->void { in Dump() argument
148 cache.Dump(); in Dump()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_dot_config_file.py32 self.cache = {}
44 self.cache[item] = ConfigItem(index, line)
47 if item in self.cache:
48 index = self.cache.get(item).index
49 line = self.cache.get(item).line
/drivers/interface/location/gnss/v1_0/
DIGnssInterface.idl25 * obtain the satellite status information, and obtain the cache location information.
35 * obtain the number of GNSS cache locations, and obtain all cache locations.
51 * obtain the number of GNSS cache locations, and obtain all cache locations.
59 …@param para Indicates GNSS configuration parameters, including basic GNSS parameters and GNSS cache
161 …Request to obtain all the location information in the GNSS cache at a time and clear the cache buf…
162 * The cache location is reported through callback.
DIGnssCallback.idl25 * obtain the satellite status information, and obtain the cache location information.
34 …ea, obtain GNSS capability, obtain the satellite status information, and obtain the cache location,
47 …ea, obtain GNSS capability, obtain the satellite status information, and obtain the cache location,
135 …* @param gnssLocations Indicates all locations of the gnss chip cache. For details, see {@link Loc…
DGnssTypes.idl25 * obtain the satellite status information, and obtain the cache location information.
248 * @brief Defines the configuration information of the GNSS cache function.
264 * parameters and GNSS cache configuration parameters.
/drivers/interface/location/lpfence/cellbatching/v1_0/
DICellbatchingInterface.idl22 * You can use the APIs to cache and flush the base station data received.
98 … the data received is the same as the data previously received, the device does not cache the data.
DICellbatchingCallback.idl22 * You can use the APIs to cache and flush the base station data received.
DCellbatchingTypes.idl22 * You can use the APIs to cache and flush the base station data received.
/drivers/peripheral/display/
DREADME_zh.md129 … id="p107422021204615"><a name="p107422021204615"></a><a name="p107422021204615"></a>内存映射为cache</p>
139 …2113467"><a name="p1674212113467"></a><a name="p1674212113467"></a>刷新cache里的内容到内存并且使cache里的内容无效</p>
144 …<a name="p10742182114462"></a><a name="p10742182114462"></a>刷新Mmap映射的cache里的内容到内存并且使cache里的内容无效</p>
DREADME.md129 …<a name="p107422021204615"></a><a name="p107422021204615"></a>Maps memory to memory with cache.</p>
139 …a name="p1674212113467"></a>Flushes data from the cache to memory and invalidates the data in the
144 …="p10742182114462"></a>Flushes data from the cache via Mmap to memory and invalidates the data in …
/drivers/interface/face_auth/v1_1/
DIExecutor.idl68 * @param templateIdList Indicates the templates to cache.
/drivers/interface/display/composer/v1_0/
DIDisplayComposer.idl39 * @brief Sets the client buffer cache count of a display device.
42 * @param count client buffer cache count.
205 * @param cacheCount Indicates the count of buffer cache.
228 * @param cacheCount Indicates the count of buffer cache.
DDisplayComposerType.idl123 HBM_USE_MEM_MMZ_CACHE = (1ULL << 5), /**< MMZ with cache*/
/drivers/interface/fingerprint_auth/v1_1/
DIExecutor.idl86 * @param templateIdList Indicates the templates to cache.
/drivers/peripheral/codec/
DREADME.md20 - Flushing the cache
34 …start or stop a codec, perform encoding or decoding operations, flush the cache, and set a callbac…
134 …1258565"><a name="p64141258565"></a><a name="p64141258565"></a>Clears the cache when the codec com…
/drivers/interface/user_auth/v1_0/
DIUserAuthInterface.idl49 * @brief Initializes the cache information of the user_auth driver.