Home
last modified time | relevance | path

Searched refs:GetBufferGuard (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dthread_local_buffer.h95 GetBufferGuard().reset(buffer_ = nullptr); in FreeBuffer()
104 GetBufferGuard().reset(buffer_ = new BufferType(capacity)); in InitializeBuffer()
117 static std::unique_ptr<BufferType>& GetBufferGuard() { in GetBufferGuard() function