Home
last modified time | relevance | path

Searched refs:snapshot (Results 1 – 9 of 9) sorted by relevance

/system/core/liblog/
Dlogd_writer.cpp182 int32_t snapshot = atomic_exchange_explicit(&droppedSecurity, 0, memory_order_relaxed); in logdWrite() local
183 if (snapshot) { in logdWrite()
189 buffer.payload.data = htole32(snapshot); in logdWrite()
196 atomic_fetch_add_explicit(&droppedSecurity, snapshot, memory_order_relaxed); in logdWrite()
199 snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in logdWrite()
200 if (snapshot && __android_log_is_loggable_len(ANDROID_LOG_INFO, "liblog", strlen("liblog"), in logdWrite()
207 buffer.payload.data = htole32(snapshot); in logdWrite()
214 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in logdWrite()
/system/core/liblog/tests/
Dliblog_benchmark.cpp230 uint32_t snapshot = 0; in BM_pmsg_short() local
231 buffer.payload.data = htole32(snapshot); in BM_pmsg_short()
237 ++snapshot; in BM_pmsg_short()
238 buffer.payload.data = htole32(snapshot); in BM_pmsg_short()
306 uint32_t snapshot = 0; in BM_pmsg_short_aligned() local
307 buffer->payload.payload.data = htole32(snapshot); in BM_pmsg_short_aligned()
310 ++snapshot; in BM_pmsg_short_aligned()
311 buffer->payload.payload.data = htole32(snapshot); in BM_pmsg_short_aligned()
381 uint32_t snapshot = 0; in BM_pmsg_short_unaligned1() local
382 buffer->payload.payload.data = htole32(snapshot); in BM_pmsg_short_unaligned1()
[all …]
/system/core/libstats/
Dstatsd_writer.c219 int32_t snapshot = atomic_exchange_explicit(&dropped, 0, memory_order_relaxed); in statsdWrite() local
220 if (snapshot) { in statsdWrite()
230 composed_long = ((composed_long << 32) | ((int64_t)snapshot)); in statsdWrite()
238 atomic_fetch_add_explicit(&dropped, snapshot, memory_order_relaxed); in statsdWrite()
/system/tools/aidl/build/
Dapi_preamble.txt5 // This file is a frozen snapshot of an AIDL interface (or parcelable). Do not
/system/bt/proto/bluetooth/metrics/
Dbluetooth.proto98 // A metrics dump takes a snapshot of current Bluetooth session and thus
/system/core/adb/
DSERVICES.TXT212 Then, each time the client wants a snapshot, it should send
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te770 # the map after snapshot is recorded
/system/sepolicy/prebuilts/api/29.0/private/
Dsystem_server.te882 # the map after snapshot is recorded
/system/sepolicy/private/
Dsystem_server.te882 # the map after snapshot is recorded