Searched refs:Fill (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/bufferpool/2.0/tests/ |
D | allocator.h | 42 static bool Fill(const native_handle_t *handle, const unsigned char val);
|
D | single.cpp | 150 ASSERT_TRUE(TestBufferPoolAllocator::Fill(allocHandle, 0x77)); in TEST_F()
|
D | allocator.cpp | 164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
|
D | multi.cpp | 200 ASSERT_TRUE(TestBufferPoolAllocator::Fill(shandle, 0x77)); in TEST_F()
|
/frameworks/av/media/bufferpool/1.0/vts/ |
D | allocator.h | 42 static bool Fill(const native_handle_t *handle, const unsigned char val);
|
D | single.cpp | 150 ASSERT_TRUE(TestBufferPoolAllocator::Fill(allocHandle, 0x77)); in TEST_F()
|
D | allocator.cpp | 164 bool TestBufferPoolAllocator::Fill(const native_handle_t *handle, const unsigned char val) { in Fill() function in TestBufferPoolAllocator
|
D | multi.cpp | 200 ASSERT_TRUE(TestBufferPoolAllocator::Fill(shandle, 0x77)); in TEST_F()
|
/frameworks/av/media/libaaudio/src/core/ |
D | VersionExperiment.txt | 37 // Fill in callers vector table.
|
/frameworks/ml/nn/common/ |
D | Android.bp | 38 "operations/Fill.cpp",
|
/frameworks/native/libs/vr/libbroadcastring/ |
D | broadcast_ring_test.cc | 22 explicit Sized(char c) { Fill(c); } in Sized() 25 void Fill(char c) { memset(v, c, sizeof(v)); } in Fill() function
|