Home
last modified time | relevance | path

Searched defs:hw_device_t (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
Dhardware.h167 typedef struct hw_device_t { struct
169 uint32_t tag;
200 int (*close)(struct hw_device_t* device); argument
202 } hw_device_t; typedef
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcModule.cpp87 static int hwc_device_close(struct hw_device_t * /* dev */) in hwc_device_close()