Home
last modified time | relevance | path

Searched defs:BufferDesc (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
H A DExynosDisplayDrmInterface.h78 struct BufferDesc { struct
82 bool operator==(const Framebuffer::BufferDesc &rhs) const { argument
/aosp12/hardware/interfaces/neuralnetworks/utils/common/src/
H A DInvalidDevice.cpp98 const nn::BufferDesc& /*desc*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DInvalidDevice.cpp83 const BufferDesc& /*desc*/, const std::vector<IPreparedModelParcel>& /*preparedModels*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/
H A DDevice.cpp172 const nn::BufferDesc& /*desc*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.1/utils/src/
H A DDevice.cpp173 const nn::BufferDesc& /*desc*/, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.2/utils/src/
H A DDevice.cpp280 const nn::BufferDesc& /*desc*/, in allocate()
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/
H A DTypes.h805 struct BufferDesc { struct
811 Dimensions dimensions;
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp113 hardware::Return<void> allocate(const V1_3::BufferDesc&, in allocate()
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DDeviceTest.cpp149 const V1_3::IDevice::allocate_cb& cb) -> hardware::Return<void> { in makeAllocateReturn()