HomeSort by relevance Sort by last modified time
    Searched full:ashmem (Results 26 - 50 of 305) sorted by null

12 3 4 5 6 7 8 91011>>

  /system/libhidl/transport/allocator/1.0/default/
service.cpp 21 status_t status = allocator->registerAsService("ashmem");
AshmemAllocator.cpp 22 #include <cutils/ashmem.h>
41 return hidl_memory("ashmem", handle, size);
  /system/libhidl/transport/memory/1.0/default/
HidlFetch.cpp 21 static std::string kAshmemMemoryName = "ashmem";
  /system/sepolicy/prebuilts/api/28.0/public/
hal_camera.te 16 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
  /system/sepolicy/public/
hal_camera.te 16 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
  /test/vts/compilation_tools/vtsc/test/golden/PROFILER/
types.profiler.cpp 2 #include <cutils/ashmem.h>
  /device/google/marlin/
compatibility_matrix.xml 23 <instance>ashmem</instance>
39 <instance>ashmem</instance>
  /device/google/wahoo/
compatibility_matrix.xml 23 <instance>ashmem</instance>
39 <instance>ashmem</instance>
  /external/adhd/cras/src/common/
cras_shm.c 9 #include <cutils/ashmem.h>
39 /* After mmaping the ashmem read/write, change it's protection
  /hardware/interfaces/soundtrigger/2.1/default/
SoundTriggerHw.cpp 71 sp<IAllocator> ashmem = IAllocator::getService("ashmem"); local
72 if (ashmem == 0) {
73 ALOGE("Failed to retrieve ashmem allocator service");
77 Return<void> r = ashmem->allocate(v->size(), [&](bool s, const hidl_memory& m) {
90 ALOGE("Failed to map allocated ashmem");
93 ALOGE("Failed to allocate %llu bytes from ashmem", (unsigned long long)v->size());
  /cts/tests/tests/content/jni/
NativeCursorWindow.c 22 #include <linux/ashmem.h>
72 int fd = open("/dev/ashmem", O_RDWR);
  /system/libhidl/vintfdata/
manifest.xml 17 <instance>ashmem</instance>
26 <instance>ashmem</instance>
  /bionic/libc/kernel/uapi/linux/
ashmem.h 24 #define ASHMEM_NAME_DEF "dev/ashmem"
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_mem_free/
format 17 print fmt: "gpuaddr=0x%08x size=%u type=%s tgid=%u usage=%s id=%u", REC->gpuaddr, REC->size, __print_symbolic(REC->type, { 0, "gpumem" }, { (KGSL_USER_MEM_TYPE_PMEM + 1), "pmem" }, { (KGSL_USER_MEM_TYPE_ASHMEM + 1), "ashmem" }, { (KGSL_USER_MEM_TYPE_ADDR + 1), "usermem" }, { (KGSL_USER_MEM_TYPE_ION + 1), "ion" }), REC->tgid, REC->usage, REC->id
  /external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/kgsl/kgsl_mem_map/
format 17 print fmt: "gpuaddr=0x%08x size=%u type=%s fd=%d tgid=%u usage=%s id=%u", REC->gpuaddr, REC->size, __print_symbolic(REC->type, { 0, "gpumem" }, { (KGSL_USER_MEM_TYPE_PMEM + 1), "pmem" }, { (KGSL_USER_MEM_TYPE_ASHMEM + 1), "ashmem" }, { (KGSL_USER_MEM_TYPE_ADDR + 1), "usermem" }, { (KGSL_USER_MEM_TYPE_ION + 1), "ion" }), REC->fd, REC->tgid, REC->usage, REC->id
  /frameworks/av/services/oboeservice/
SharedMemoryProxy.h 21 #include <cutils/ashmem.h>
SharedRingBuffer.h 22 #include <cutils/ashmem.h>
  /frameworks/base/libs/hwui/
ProfileDataContainer.h 42 // By default this will use malloc memory. It may be moved later to ashmem
  /system/libhidl/transport/allocator/1.0/utils/include/hidlmemory/
FrameworkUtils.h 26 * This encapsulates the idea that IMemoryHeap and the ashmem instance of hidl
  /system/sepolicy/prebuilts/api/26.0/public/
hal_camera.te 19 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
  /system/sepolicy/prebuilts/api/27.0/public/
hal_camera.te 19 # Allow hal_camera to use fd from app,gralloc,and ashmem HAL
  /frameworks/base/libs/hwui/hwui/
Bitmap.h 33 Ashmem,
128 } ashmem; member in union:android::Bitmap::__anon45811
  /system/core/libcutils/
Android.bp 82 "ashmem-host.cpp",
105 "ashmem-dev.cpp",
  /hardware/interfaces/sensors/1.0/vts/functional/
VtsHalSensorsV1_0TargetTest.cpp 23 #include <cutils/ashmem.h>
315 case SharedMemType::ASHMEM: {
378 case SharedMemType::ASHMEM: {
801 case SharedMemType::ASHMEM:
    [all...]
  /art/test/
valgrind-target-suppressions.txt 4 ashmem ioctl

Completed in 2246 milliseconds

12 3 4 5 6 7 8 91011>>