Home
last modified time | relevance | path

Searched defs:SharedBuffer (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DSharedBuffer.java21 public class SharedBuffer { class
/aosp12/system/core/libutils/
H A DSharedBuffer.h97 inline SharedBuffer() { } in SharedBuffer() function
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DConversions.cpp431 nn::GeneralResult<Request::MemoryPool> makeMemoryPool(const nn::SharedBuffer& /*buffer*/) { in makeMemoryPool()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h80 using SharedBuffer = std::shared_ptr<const IBuffer>; variable
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DConversions.cpp955 [](const nn::SharedBuffer& /*buffer*/) { in unvalidatedConvert()