Home
last modified time | relevance | path

Searched refs:ASharedMemory_setProtFunc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/third_party/ashmem/patches/
H A D0003-Pthread-once-for-funcs-init.patch14 ASharedMemory_setProtFunc setProt;
32 - funcs->setProt = (ASharedMemory_setProtFunc)
47 + (ASharedMemory_setProtFunc)dlsym(lib, "ASharedMemory_setProt");
H A D0002-Use-ASharedMemory-functions-when-possible.patch212 +typedef int(*ASharedMemory_setProtFunc)(int fd, int prot);
218 + ASharedMemory_setProtFunc setProt;
232 + funcs->setProt = (ASharedMemory_setProtFunc)
/aosp_15_r20/external/cronet/third_party/ashmem/
H A Dashmem-dev.c185 typedef int(*ASharedMemory_setProtFunc)(int fd, int prot); typedef
191 ASharedMemory_setProtFunc setProt;
207 (ASharedMemory_setProtFunc)dlsym(lib, "ASharedMemory_setProt"); in ashmem_init_funcs()