Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dzero_copy_stream_impl.cc241 const uint8* buffer_base = reinterpret_cast<const uint8*>(buffer); in Write() local
246 bytes = write(file_, buffer_base + total_written, size - total_written); in Write()
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.cpp617 void* buffer_base = 0; in MapConfigBuffer() local
619 ion_buffer.height(), &buffer_base); in MapConfigBuffer()
627 shared_config_ring_ = DvrConfigRing::Create(buffer_base, ion_buffer.width()); in MapConfigBuffer()