Searched refs:updated_buffer_state (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/vr/libbufferhub/ |
D | consumer_buffer.cpp | 51 uint32_t updated_buffer_state = current_buffer_state ^ client_state_mask(); in LocalAcquire() local 53 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalAcquire() 64 updated_buffer_state = current_buffer_state ^ client_state_mask(); in LocalAcquire() 145 uint32_t updated_buffer_state = current_buffer_state & (~client_state_mask()); in LocalRelease() local 147 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalRelease() 150 updated_buffer_state = current_buffer_state & (~client_state_mask()); in LocalRelease()
|
D | producer_buffer.cpp | 94 uint32_t updated_buffer_state = in LocalPost() local 97 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalPost() 178 uint32_t updated_buffer_state = client_state_mask(); in LocalGain() local 180 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalGain()
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.cpp | 347 uint32_t updated_buffer_state = in CreateConsumer() local 351 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in CreateConsumer() 360 __FUNCTION__, current_buffer_state, updated_buffer_state); in CreateConsumer() 368 updated_buffer_state = in CreateConsumer()
|