Searched defs:Reserve (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dthread_local_buffer.h51 static void Reserve(std::size_t capacity) { function in class:android::pdx::rpc::ThreadLocalBuffer
52 PDX_TRACE_NAME("ThreadLocalBuffer::Reserve");
69 Reserve(capacity);
78 Reserve(Capacity);
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h241 Reserve(kRecordCount);
286 // Together with the release fence in Reserve(), this ensures that if
288 // PutRecordInternal(), then the store of |head| in the Reserve() that
551 void Reserve(uint32_t reserve_count) { function in class:android::dvr::BroadcastRing
566 // Space must have been reserved by a previous call to Reserve().

Completed in 85 milliseconds