Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRegionSamplingThread.cpp313 void* data_raw = nullptr; in sampleBuffer() local
314 buffer->lock(GRALLOC_USAGE_SW_READ_OFTEN, &data_raw); in sampleBuffer()
315 std::shared_ptr<uint32_t> data(reinterpret_cast<uint32_t*>(data_raw), in sampleBuffer()