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

  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display_primary.h 33 class HWCDisplayPrimary : public HWCDisplay {
54 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
hwc_display_primary.cpp 41 #define __CLASS__ "HWCDisplayPrimary"
45 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
52 HWCDisplay *hwc_display_primary = new HWCDisplayPrimary(core_intf, buffer_allocator,
80 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
85 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf,
93 int HWCDisplayPrimary::Init() {
113 int HWCDisplayPrimary::Deinit() {
122 void HWCDisplayPrimary::ProcessBootAnimCompleted(hwc_display_contents_1_t *list) {
156 int HWCDisplayPrimary::Prepare(hwc_display_contents_1_t *content_list)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_primary.h 33 class HWCDisplayPrimary : public HWCDisplay {
60 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
hwc_display_primary.cpp 40 #define __CLASS__ "HWCDisplayPrimary"
44 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
51 HWCDisplay *hwc_display_primary = new HWCDisplayPrimary(core_intf, buffer_allocator,
79 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
84 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf,
92 int HWCDisplayPrimary::Init() {
105 void HWCDisplayPrimary::ProcessBootAnimCompleted(hwc_display_contents_1_t *list) {
139 int HWCDisplayPrimary::Prepare(hwc_display_contents_1_t *content_list) {
200 int HWCDisplayPrimary::Commit(hwc_display_contents_1_t *content_list)
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display_primary.h 40 class HWCDisplayPrimary : public HWCDisplay {
71 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
hwc_display_primary.cpp 44 #define __CLASS__ "HWCDisplayPrimary"
48 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
56 new HWCDisplayPrimary(core_intf, buffer_allocator, callbacks, qservice);
83 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
88 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
96 int HWCDisplayPrimary::Init() {
119 void HWCDisplayPrimary::ProcessBootAnimCompleted() {
158 HWC2::Error HWCDisplayPrimary::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) {
212 HWC2::Error HWCDisplayPrimary::Present(int32_t *out_retire_fence)
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display_primary.h 40 class HWCDisplayPrimary : public HWCDisplay {
72 HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
hwc_display_primary.cpp 44 #define __CLASS__ "HWCDisplayPrimary"
48 int HWCDisplayPrimary::Create(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
56 new HWCDisplayPrimary(core_intf, buffer_allocator, callbacks, qservice);
83 void HWCDisplayPrimary::Destroy(HWCDisplay *hwc_display) {
88 HWCDisplayPrimary::HWCDisplayPrimary(CoreInterface *core_intf, BufferAllocator *buffer_allocator,
96 int HWCDisplayPrimary::Init() {
119 void HWCDisplayPrimary::ProcessBootAnimCompleted() {
158 HWC2::Error HWCDisplayPrimary::Validate(uint32_t *out_num_types, uint32_t *out_num_requests) {
212 HWC2::Error HWCDisplayPrimary::Present(int32_t *out_retire_fence)
    [all...]

Completed in 485 milliseconds