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 199 // hidl_memory is a structure that can be used to transfer
204 struct hidl_memory { struct in namespace:android::hardware
206 hidl_memory() : mHandle(nullptr), mSize(0), mName("") { function in struct:android::hardware::hidl_memory
210 * Creates a hidl_memory object, but doesn't take ownership of
215 hidl_memory(const hidl_string &name, const native_handle_t *handle, size_t size) function in struct:android::hardware::hidl_memory
222 hidl_memory(const hidl_memory& other) { function in struct:android::hardware::hidl_memory
227 hidl_memory &operator=(const hidl_memory &other) {
238 hidl_memory(hidl_memory&& other) noexcept
    [all...]

Completed in 466 milliseconds