Home
last modified time | relevance | path

Searched refs:ashmem (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/soundtrigger/2.1/default/
DSoundTriggerHw.cpp71 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/
DVtsHalSoundtriggerV2_1TargetTest.cpp362 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/
DSoundTriggerHw.cpp574 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/
DVtsHalAudioEffectTargetTest.cpp472 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/
Dtypes.hal773 * Set this flag if sensor suppor direct channel backed by ashmem.
1281 // handle contains 1 fd (ashmem handle) and 0 int.