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() 60 __FUNCTION__, current_buffer_state, updated_buffer_state); in LocalAcquire() 70 updated_buffer_state = current_buffer_state ^ client_state_mask(); in LocalAcquire() 151 uint32_t updated_buffer_state = current_buffer_state & (~client_state_mask()); in LocalRelease() local 153 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalRelease() 160 __FUNCTION__, current_buffer_state, updated_buffer_state); in LocalRelease() 162 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() 105 __FUNCTION__, current_buffer_state, updated_buffer_state); in LocalPost() 185 uint32_t updated_buffer_state = client_state_mask(); in LocalGain() local 187 current_buffer_state, updated_buffer_state, std::memory_order_acq_rel, in LocalGain() 196 __FUNCTION__, current_buffer_state, updated_buffer_state); 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()
|