Home
last modified time | relevance | path

Searched refs:id_ (Results 1 – 25 of 33) sorted by relevance

12

/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h38 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor()
46 id_(next_id_++) {} in BufferDescriptor()
55 id_(next_id_++) {} in BufferDescriptor()
82 gralloc1_buffer_descriptor_t GetId() const { return id_; } in GetId()
91 const gralloc1_buffer_descriptor_t id_; variable
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h39 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor()
47 id_(next_id_++) {} in BufferDescriptor()
56 id_(next_id_++) {} in BufferDescriptor()
83 gralloc1_buffer_descriptor_t GetId() const { return id_; } in GetId()
92 const gralloc1_buffer_descriptor_t id_; variable
/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h39 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor()
47 id_(next_id_++) {} in BufferDescriptor()
56 id_(next_id_++) {} in BufferDescriptor()
83 gralloc1_buffer_descriptor_t GetId() const { return id_; } in GetId()
92 const gralloc1_buffer_descriptor_t id_; variable
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h38 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor()
46 id_(next_id_++) {} in BufferDescriptor()
55 id_(next_id_++) {} in BufferDescriptor()
82 gralloc1_buffer_descriptor_t GetId() const { return id_; } in GetId()
91 const gralloc1_buffer_descriptor_t id_; variable
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h47 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor()
95 uint64_t GetId() const { return id_; } in GetId()
103 const uint64_t id_ = 0; variable
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display.cpp221 id_(id), in HWCDisplay()
242 client_target_ = new HWCLayer(id_, buffer_allocator_); in Init()
260 DLOGI("Display created with id: %d", id_); in Init()
283 HWCLayer *layer = *layer_set_.emplace(new HWCLayer(id_, buffer_allocator_)); in CreateLayer()
296 DLOGE("[%" PRIu64 "] GetLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in GetHWCLayer()
307 DLOGE("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in DestroyLayer()
430 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer", id_); in BuildLayerStack()
450 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer on display", id_); in BuildLayerStack()
460 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); in BuildLayerStack()
490 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); in BuildLayerStack()
[all …]
Dhwc_layers.h61 hwc2_layer_t GetId() const { return id_; } in GetId()
93 const hwc2_layer_t id_; variable
Dhwc_layers.cpp38 : id_(next_id_++), display_id_(display_id), buffer_allocator_(buf_allocator) { in HWCLayer()
63 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_); in SetLayerBuffer()
189 DLOGV_IF(kTagCompManager, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, in SetLayerColor()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.h63 hwc2_layer_t GetId() const { return id_; } in GetId()
96 const hwc2_layer_t id_; variable
Dhwc_display.cpp339 id_(id), in HWCDisplay()
366 client_target_ = new HWCLayer(id_, buffer_allocator_); in Init()
386 DLOGI("Display created with id: %d", id_); in Init()
413 HWCLayer *layer = *layer_set_.emplace(new HWCLayer(id_, buffer_allocator_)); in CreateLayer()
424 DLOGE("[%" PRIu64 "] GetLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in GetHWCLayer()
434 DLOGE("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in DestroyLayer()
604 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer", id_); in BuildLayerStack()
624 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer on display", id_); in BuildLayerStack()
634 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); in BuildLayerStack()
664 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); in BuildLayerStack()
[all …]
Dhwc_layers.cpp73 : id_(next_id_++), display_id_(display_id), buffer_allocator_(buf_allocator) { in HWCLayer()
94 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_); in SetLayerBuffer()
218 DLOGV_IF(kTagCompManager, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, in SetLayerColor()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h67 hwc2_layer_t GetId() const { return id_; } in GetId()
101 const hwc2_layer_t id_; variable
Dhwc_display.cpp342 id_(id), in HWCDisplay()
368 client_target_ = new HWCLayer(id_, buffer_allocator_); in Init()
388 DLOGI("Display created with id: %d", id_); in Init()
414 HWCLayer *layer = *layer_set_.emplace(new HWCLayer(id_, buffer_allocator_)); in CreateLayer()
426 DLOGE("[%" PRIu64 "] GetLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in GetHWCLayer()
436 DLOGE("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in DestroyLayer()
610 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer", id_); in BuildLayerStack()
630 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer on display", id_); in BuildLayerStack()
640 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); in BuildLayerStack()
671 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); in BuildLayerStack()
[all …]
Dhwc_layers.cpp175 : id_(next_id_++), display_id_(display_id), buffer_allocator_(buf_allocator) { in HWCLayer()
201 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_); in SetLayerBuffer()
341 DLOGV_IF(kTagCompManager, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, in SetLayerColor()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h67 hwc2_layer_t GetId() const { return id_; } in GetId()
101 const hwc2_layer_t id_; variable
Dhwc_display.cpp350 id_(id), in HWCDisplay()
377 client_target_ = new HWCLayer(id_, buffer_allocator_); in Init()
397 DLOGI("Display created with id: %d", id_); in Init()
427 HWCLayer *layer = *layer_set_.emplace(new HWCLayer(id_, buffer_allocator_)); in CreateLayer()
440 DLOGE("[%" PRIu64 "] GetLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in GetHWCLayer()
450 DLOGE("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in DestroyLayer()
646 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer", id_); in BuildLayerStack()
666 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer on display", id_); in BuildLayerStack()
676 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); in BuildLayerStack()
706 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); in BuildLayerStack()
[all …]
Dhwcomposer.cpp67 : id_(id), width_(width), height_(height) {} in DummyDisplay()
69 hwc2_display_t GetId() { return id_; } in GetId()
139 hwc2_display_t id_; member in __anona3aed1860111::DummyDisplay
Dhwc_layers.cpp172 : id_(next_id_++), display_id_(display_id), buffer_allocator_(buf_allocator) { in HWCLayer()
193 DLOGE("Invalid buffer handle: %p on layer: %d", buffer, id_); in SetLayerBuffer()
317 DLOGV_IF(kTagClient, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, in SetLayerColor()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h75 hwc2_layer_t GetId() const { return id_; } in GetId()
119 const hwc2_layer_t id_; variable
Dhwc_display.cpp552 id_(id), in HWCDisplay()
579 client_target_ = new HWCLayer(id_, buffer_allocator_); in Init()
603 DLOGI("Display created with id: %d", id_); in Init()
630 HWCLayer *layer = *layer_set_.emplace(new HWCLayer(id_, buffer_allocator_)); in CreateLayer()
644 DLOGE("[%" PRIu64 "] GetLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in GetHWCLayer()
654 DLOGE("[%" PRIu64 "] destroyLayer(%" PRIu64 ") failed: no such layer", id_, layer_id); in DestroyLayer()
865 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer", id_); in SetLayerZOrder()
885 DLOGE("[%" PRIu64 "] updateLayerZ failed to find layer on display", id_); in SetLayerZOrder()
895 DLOGV("Display ID: %d enabled: %s", id_, to_string(enabled).c_str()); in SetVsyncEnabled()
926 DLOGV("display = %d, mode = %s", id_, to_string(mode).c_str()); in SetPowerMode()
[all …]
Dhwc_layers.cpp185 : id_(next_id_++), display_id_(display_id), buffer_allocator_(buf_allocator) { in HWCLayer()
213 DLOGE("Invalid buffer handle: %p on layer: %d client requested comp type %d", buffer, id_, in SetLayerBuffer()
350 DLOGV_IF(kTagClient, "[%" PRIu64 "][%" PRIu64 "] Layer color set to %x", display_id_, id_, in SetLayerColor()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display.h176 int id_; variable
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_display.cpp138 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit), in HWCDisplay()
241 DLOGI("display = %d, mode = %d", id_, mode); in SetPowerMode()
375 hwc_procs->vsync(hwc_procs, id_, vsync.timestamp); in VSync()
750 display_intf_->IsPrimaryDisplay() ? HWC_DISPLAY_PRIMARY: id_; in PrepareLayerStack()
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_display.cpp138 : core_intf_(core_intf), hwc_procs_(hwc_procs), type_(type), id_(id), needs_blit_(needs_blit), in HWCDisplay()
241 DLOGI("display = %d, mode = %d", id_, mode); in SetPowerMode()
375 hwc_procs->vsync(hwc_procs, id_, vsync.timestamp); in VSync()
750 display_intf_->IsPrimaryDisplay() ? HWC_DISPLAY_PRIMARY: id_; in PrepareLayerStack()
Dhwc_display.h217 int id_; variable

12