Home
last modified time | relevance | path

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

/frameworks/av/media/bufferpool/2.0/tests/
Dallocator.h42 static bool Fill(const native_handle_t *handle, const unsigned char val);
Dsingle.cpp150 ASSERT_TRUE(TestBufferPoolAllocator::Fill(allocHandle, 0x77)); in TEST_F()
Dallocator.cpp164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
Dmulti.cpp200 ASSERT_TRUE(TestBufferPoolAllocator::Fill(shandle, 0x77)); in TEST_F()
/frameworks/av/media/bufferpool/1.0/vts/
Dallocator.h42 static bool Fill(const native_handle_t *handle, const unsigned char val);
Dsingle.cpp150 ASSERT_TRUE(TestBufferPoolAllocator::Fill(allocHandle, 0x77)); in TEST_F()
Dallocator.cpp164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
Dmulti.cpp200 ASSERT_TRUE(TestBufferPoolAllocator::Fill(shandle, 0x77)); in TEST_F()
/frameworks/av/media/libaaudio/src/core/
DVersionExperiment.txt37 // Fill in callers vector table.
/frameworks/ml/nn/common/
DAndroid.bp38 "operations/Fill.cpp",
/frameworks/native/libs/vr/libbroadcastring/
Dbroadcast_ring_test.cc22 explicit Sized(char c) { Fill(c); } in Sized()
25 void Fill(char c) { memset(v, c, sizeof(v)); } in Fill() function