Home
last modified time | relevance | path

Searched defs:DataView (Results 1 – 4 of 4) sorted by relevance

/external/libese/ready_se/google/keymint/KM200/HAL/
DJavacardKeyMintOperation.h65 struct DataView { struct
66 vector<uint8_t> buffer; // previously buffered data from cycle n-1
67 const vector<uint8_t>& data; // current data in cycle n.
68 uint32_t start; // start of the view
69 size_t length; // length of the view
/external/libese/ready_se/google/keymint/KM300/HAL/
DJavacardKeyMintOperation.h65 struct DataView { struct
66 vector<uint8_t> buffer; // previously buffered data from cycle n-1
67 const vector<uint8_t>& data; // current data in cycle n.
68 uint32_t start; // start of the view
69 size_t length; // length of the view
/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
DClWorkloadRuntime.cpp54 struct DataView struct in arm_compute::experimental::dynamic_fusion::__anonca564a990111::ClAuxTensors
57 DataView(CLTensor *tensor, const TensorInfo &tensor_info, const AuxMemoryInfo &memory_info) in DataView() function
66 CLTensor *tensor{}; /**< Pointer to the auxiliary tensor */
67 TensorInfo tensor_info{}; /**< Associated tensor info */
68 AuxMemoryInfo memory_info{}; /**< Memory requirement */
/external/libchrome/mojo/public/cpp/bindings/tests/
Dstruct_unittest.cc33 using DataView = typename StructType::DataView; typedef
38 using DataView = native::NativeStructDataView; typedef