Home
last modified time | relevance | path

Searched defs:Fill (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/bufferpool/2.0/tests/
Dallocator.cpp164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
/frameworks/av/media/bufferpool/1.0/vts/
Dallocator.cpp164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
/frameworks/native/libs/vr/libbroadcastring/
Dbroadcast_ring_test.cc25 void Fill(char c) { memset(v, c, sizeof(v)); } in Fill() function