Home
last modified time | relevance | path

Searched defs:ashmemFd (Results 1 – 3 of 3) sorted by relevance

/system/libfmq/tests/
Dfmq_unit_tests.cpp326 int ashmemFd = ashmem_create_region("QueueHidlOnlyBad", 4096); in TEST_F() local
343 int ashmemFd = ashmem_create_region("QueueHidlOnlyBad", 4096); in TEST_F() local
363 int ashmemFd = ashmem_create_region("QueueHidlOnlyBad", 4096); in TEST_F() local
/system/libfmq/fuzzer/
Dfmq_fuzzer.cpp312 int ashmemFd = ashmem_create_region("HidlCustomGrantors", kMaxCustomGrantorMemoryBytes); in getHidlDesc() local
/system/libfmq/include/fmq/
DMessageQueueBase.h805 int ashmemFd = ashmem_create_region("MessageQueue", kAshmemSizePageAligned); in MessageQueueBase() local