Home
last modified time | relevance | path

Searched refs:MetaDataCachedLocked (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h101 bool MetaDataCachedLocked(const uint32_t key, const std::vector<uint8_t>& value);
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp104 bool SurfaceBufferImpl::MetaDataCachedLocked(const uint32_t key, const std::vector<uint8_t>& value) in MetaDataCachedLocked() function in OHOS::SurfaceBufferImpl
592 if (enableCache && MetaDataCachedLocked(key, value)) { in SetMetadata()