Searched refs:ashmem (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/soundtrigger/2.1/default/ |
D | SoundTriggerHw.cpp | 71 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in moveVectorToMemory() local 72 if (ashmem == 0) { in moveVectorToMemory() 77 Return<void> r = ashmem->allocate(v->size(), [&](bool s, const hidl_memory& m) { in moveVectorToMemory()
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
D | Utils.cpp | 48 auto ashmem = std::make_unique<TestAshmem>(size); in create() local 49 return ashmem->mIsValid ? std::move(ashmem) : nullptr; in create()
|
/hardware/interfaces/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 346 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in TEST_P() local 347 ASSERT_NE(nullptr, ashmem.get()); in TEST_P() 350 Return<void> allocReturn = ashmem->allocate(size, [&](bool success, const hidl_memory& m) { in TEST_P()
|
/hardware/interfaces/soundtrigger/2.2/default/ |
D | SoundTriggerHw.cpp | 574 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in moveVectorToMemory() local 575 if (ashmem == 0) { in moveVectorToMemory() 580 Return<void> r = ashmem->allocate(v->size(), [&](bool s, const hidl_memory& m) { in moveVectorToMemory()
|
/hardware/interfaces/audio/effect/all-versions/vts/functional/ |
D | VtsHalAudioEffectTargetTest.cpp | 474 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in TEST_P() local 475 ASSERT_NE(nullptr, ashmem.get()); in TEST_P() 478 Return<void> ret = ashmem->allocate(1024, [&](bool s, const hidl_memory& memory) { in TEST_P()
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 773 * Set this flag if sensor suppor direct channel backed by ashmem. 1281 // handle contains 1 fd (ashmem handle) and 0 int.
|