Home
last modified time | relevance | path

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

/aosp12/system/libhidl/base/include/hidl/
H A DHidlSupport.h223 struct hidl_memory { struct
225 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { in hidl_memory() argument
232 hidl_memory(const hidl_string& name, hidl_handle&& handle, size_t size) in hidl_memory() argument
241 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) in hidl_memory() function
248 hidl_memory(const hidl_memory& other) { in hidl_memory() function
264 hidl_memory(hidl_memory&& other) noexcept { in hidl_memory() argument
281 ~hidl_memory() { in ~hidl_memory() argument
299 // offsetof(hidl_memory, mHandle) exposed since mHandle is private. argument
301 // offsetof(hidl_memory, mName) exposed since mHandle is private. argument
310 // HidlMemory is a wrapper class to support sp<> for hidl_memory. It also argument
/aosp12/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h37 typedef hardware::hidl_memory hidl_memory; typedef
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp49 hardware::Return<V1_3::ErrorStatus> copyTo(const hardware::hidl_memory&) override { in copyTo()
52 hardware::Return<V1_3::ErrorStatus> copyFrom(const hardware::hidl_memory&, in copyFrom()
/aosp12/frameworks/base/core/proto/android/os/
H A Dsystem_properties.proto153 optional Status hidl_memory = 10; field