Searched refs:ashmem (Results 1 – 25 of 61) sorted by relevance
123
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_sensors.te | 6 # Allow sensor hals to access ashmem memory allocated by apps 9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 15 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/public/ |
D | hal_sensors.te | 6 # Allow sensor hals to access ashmem memory allocated by apps 9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 15 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_sensors.te | 6 # Allow sensor hals to access ashmem memory allocated by apps 9 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 15 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | hal_sensors.te | 7 # Allow sensor hals to access ashmem memory allocated by apps 10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 16 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | hal_sensors.te | 7 # Allow sensor hals to access ashmem memory allocated by apps 10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 19 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | hal_sensors.te | 7 # Allow sensor hals to access ashmem memory allocated by apps 10 # Allow sensor hals to access ashmem memory allocated by android.hidl.allocator
|
D | hal_camera.te | 19 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
|
/system/sepolicy/vendor/ |
D | hal_sensors_default.te | 21 # allow sensor hal to use ashmem fd from system_server.
|
/system/sepolicy/private/ |
D | untrusted_app_27.te | 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
D | untrusted_app_25.te | 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | untrusted_app_27.te | 32 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
D | untrusted_app_25.te | 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
/system/core/libcutils/ |
D | Android.bp | 167 "ashmem-host.cpp", 187 "ashmem-dev.cpp",
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | audioserver.te | 16 # /system/lib64/hw for always-passthrough Allocator HAL ashmem / mapper .so
|
/system/bt/gd/cert/ |
D | run | 128 --disable-ashmem-venv)
|
/system/core/rootdir/ |
D | ueventd.rc | 36 /dev/ashmem* 0666 root root
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | untrusted_app_27.te | 44 # The ability to talk to /dev/ashmem directly. targetApi>=29 must use
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 98 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in MemoryInterface() local 99 LOG_FATAL_IF(ashmem == nullptr); in MemoryInterface() 100 ashmem->allocate(8, [&](bool success, const hidl_memory& m) { in MemoryInterface() 167 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); in getSumDiff() local 168 LOG_FATAL_IF(ashmem == nullptr); in getSumDiff() 171 ashmem->allocate(size, [&](bool success, const hidl_memory& m) { in getSumDiff() 182 ashmem->allocate(size, [&](bool success, const hidl_memory& m) { in getSumDiff()
|
/system/gsid/ |
D | gsi_service.h | 48 binder::Status setGsiAshmem(const ::android::os::ParcelFileDescriptor& ashmem, int64_t size,
|
123