Searched refs:ashmem (Results 1 – 5 of 5) 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/soundtrigger/2.1/vts/functional/ |
D | VtsHalSoundtriggerV2_1TargetTest.cpp | 362 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in TEST_F() local 363 ASSERT_NE(nullptr, ashmem.get()); in TEST_F() 366 Return<void> allocReturn = ashmem->allocate(size, [&](bool success, const hidl_memory& m) { in TEST_F()
|
/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 | 472 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in TEST_F() local 473 ASSERT_NE(nullptr, ashmem.get()); in TEST_F() 476 Return<void> ret = ashmem->allocate(1024, [&](bool s, const hidl_memory& memory) { in TEST_F()
|
/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.
|