Searched defs:next_id_ (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_mgr.h125 // from next_id_ is not unique across processes. The correct way to resolve this would
130 std::atomic<uint64_t> next_id_; member in class:gralloc1::BufferManager
H A Dgr_buf_descriptor.h39 BufferDescriptor() : id_(next_id_++) {}
47 id_(next_id_++) {}
56 id_(next_id_++) {}
93 static std::atomic<gralloc1_buffer_descriptor_t> next_id_; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_buf_mgr.h125 // from next_id_ is not unique across processes. The correct way to resolve this would
130 std::atomic<uint64_t> next_id_; member in class:gralloc1::BufferManager
H A Dgr_buf_descriptor.h39 BufferDescriptor() : id_(next_id_++) {}
47 id_(next_id_++) {}
56 id_(next_id_++) {}
93 static std::atomic<gralloc1_buffer_descriptor_t> next_id_; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_buf_mgr.h126 // from next_id_ is not unique across processes. The correct way to resolve this would
131 std::atomic<uint64_t> next_id_; member in class:gralloc1::BufferManager
H A Dgr_buf_descriptor.h38 BufferDescriptor() : id_(next_id_++) {}
46 id_(next_id_++) {}
55 id_(next_id_++) {}
92 static std::atomic<gralloc1_buffer_descriptor_t> next_id_; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_buf_mgr.h126 // from next_id_ is not unique across processes. The correct way to resolve this would
131 std::atomic<uint64_t> next_id_; member in class:gralloc1::BufferManager
H A Dgr_buf_descriptor.h38 BufferDescriptor() : id_(next_id_++) {}
46 id_(next_id_++) {}
55 id_(next_id_++) {}
92 static std::atomic<gralloc1_buffer_descriptor_t> next_id_; member in class:gralloc1::BufferDescriptor
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.h102 static std::atomic<hwc2_layer_t> next_id_; member in class:sdm::HWCLayer
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.h98 static std::atomic<hwc2_layer_t> next_id_; member in class:sdm::HWCLayer
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.h92 static std::atomic<hwc2_layer_t> next_id_; member in class:sdm::HWCLayer
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.h101 static std::atomic<hwc2_layer_t> next_id_; member in class:sdm::HWCLayer

Completed in 10 milliseconds