summaryrefslogtreecommitdiff
path: root/libs/androidfw/StringPool.cpp
diff options
context:
space:
mode:
author Shai Barack <shayba@google.com> 2024-09-24 23:39:07 +0000
committer Shai Barack <shayba@google.com> 2024-09-24 23:39:07 +0000
commit369b0578f3731b0c999c4c0e9a5c208430774091 (patch)
treedb1cd9e18a8d1d5f267d998746094d597fd4b1fc /libs/androidfw/StringPool.cpp
parentd6c24d536416607a6a6d5908fa9bfbf44e582c10 (diff)
Create shared memory region for framework APIs
System server owns a read-write mapping to this region. App processes are initialized with a read-only mapping. Shared memory can be used to quickly read information that's maintained by system server from any app process, without the overhead of Binder, where the additional features offered by Binder IPC are not required. Demonstrate the use of shared memory to implement network clock. go/ApplicationSharedMemory-bluedoc Bug: 361329788 Bug: 365575551 Change-Id: Ic7e8231355392880b34a659e8531b3bba0614b27 Flag: com.android.internal.os.application_shared_memory_enabled Flag: android.os.network_time_uses_shared_memory Tested: ApplicationSharedMemoryTest Tested: SystemClockNetworkTimeTest NO_IFTTT=adding IFTTT
Diffstat (limited to 'libs/androidfw/StringPool.cpp')
0 files changed, 0 insertions, 0 deletions