HomeSort by relevance Sort by last modified time
    Searched refs:reserved_proc (Results 1 - 11 of 11) sorted by null

  /hardware/libhardware/tests/hardware/
struct-last.cpp 48 CHECK_LAST_MEMBER(framebuffer_device_t, reserved_proc);
52 CHECK_LAST_MEMBER(hwc_composer_device_1_t, reserved_proc);
55 CHECK_LAST_MEMBER(gralloc_module_t, reserved_proc);
56 CHECK_LAST_MEMBER(alloc_device_t, reserved_proc);
struct-offset.cpp 142 CHECK_MEMBER_AT(framebuffer_device_t, reserved_proc, 160, 240);
175 CHECK_MEMBER_AT(hwc_composer_device_1_t, reserved_proc, 112, 216);
188 CHECK_MEMBER_AT(gralloc_module_t, reserved_proc, 164, 320);
194 CHECK_MEMBER_AT(alloc_device_t, reserved_proc, 76, 144);
  /frameworks/native/libs/nativebase/include/nativebase/
nativebase.h 100 // the number of slots to use from reserved_proc depends on the
102 void* reserved_proc[8 - (sizeof(uint64_t) / sizeof(void*))]; member in struct:ANativeWindowBuffer
  /hardware/libhardware/include/hardware/
fb.h 153 void* reserved_proc[6]; member in struct:framebuffer_device_t
gralloc.h 315 void* reserved_proc[3]; member in struct:gralloc_module_t
365 void* reserved_proc[7]; member in struct:alloc_device_t
hwcomposer.h 778 void* reserved_proc[1]; member in struct:hwc_composer_device_1
    [all...]
  /system/tools/hidl/c2hal/test/
test.h 242 void* reserved_proc[6]; member in struct:framebuffer_device_t
  /device/linaro/hikey/gralloc960/
gralloc_module.cpp 306 INIT_ZERO(base.reserved_proc);
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcModule.cpp 267 hwc.hwc_composer_device_1_t::reserved_proc[0] = (void*)hwc_compositionComplete;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcModule.cpp 271 hwc.hwc_composer_device_1_t::reserved_proc[0] = (void*)hwc_compositionComplete;
  /device/linaro/hikey/gralloc/
gralloc_module.cpp 401 INIT_ZERO(base.reserved_proc);

Completed in 449 milliseconds