Home
last modified time | relevance | path

Searched defs:buffer_state (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_client.cpp276 uint64_t buffer_state = buffer_state_->load(); in LocalAcquire() local
356 uint64_t buffer_state = buffer_state_->load(); in LocalRelease() local
490 uint64_t buffer_state = buffer_state_->load(); in LocalPost() local
545 uint64_t buffer_state = buffer_state_->load(); in LocalGain() local
632 uint64_t buffer_state = buffer_state_->load(); in Detach() local
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_client.h113 uint64_t buffer_state() { return buffer_state_->load(); }; in buffer_state() function
Dbufferhub_rpc.h38 static inline void ModifyBufferState(std::atomic<uint64_t>* buffer_state, in ModifyBufferState()
69 std::atomic<uint64_t> buffer_state; member
/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.cpp392 uint64_t buffer_state = buffer_state_->load(); in OnProducerDetach() local
562 const uint64_t buffer_state = buffer_state_->load(); in RemoveConsumer() local