HomeSort by relevance Sort by last modified time
    Searched defs:hidl_memory (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.h 37 typedef hardware::hidl_memory hidl_memory; typedef in struct:android::Harness
44 hidl_memory mHidlMemory;
  /system/libhidl/base/include/hidl/
HidlSupport.h 200 // hidl_memory is a structure that can be used to transfer
205 struct hidl_memory { struct in namespace:android::hardware
207 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { function in struct:android::hardware::hidl_memory
211 * Creates a hidl_memory object whose handle has the same lifetime
214 hidl_memory(const hidl_string& name, hidl_handle&& handle, size_t size) function in struct:android::hardware::hidl_memory
218 * Creates a hidl_memory object, but doesn't take ownership of
223 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) function in struct:android::hardware::hidl_memory
230 hidl_memory(const hidl_memory& other) { function in struct:android::hardware::hidl_memory
235 hidl_memory &operator=(const hidl_memory &other)
    [all...]

Completed in 495 milliseconds