Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 17 of 17) sorted by relevance

/system/core/adb/
DSYNC.TXT9 Requesting the sync service ("sync:") using the protocol as described in
10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that
11 differ from the regular adb protocol. The connection stays in sync mode until
14 After the initial "sync:" command is sent the server must respond with either
17 In sync mode both the server and the client will frequently use eight-byte
18 packets to communicate in this document called sync request and sync
19 responses. The first four bytes is an id and specifies sync request is
22 all binary integers are Little-Endian in the sync mode. Sync mode is
23 implicitly exited after each sync request, and normal adb communication
26 The following sync requests are accepted:
[all …]
DSERVICES.TXT173 an "adb sync" or "adb push" request.
239 sync:
Dprotocol.txt43 message stream will result in state getting out of sync.
114 * "upload" - service for pushing files across (like aproto's /sync)
Dservices.cpp151 sync(); in reboot_service_impl()
/system/vold/
DBenchmark.cpp84 sync(); in benchmark()
90 sync(); in benchmark()
103 sync(); in benchmark()
107 sync(); in benchmark()
/system/core/libsync/
DAndroid.mk4 LOCAL_SRC_FILES := sync.c
14 LOCAL_SRC_FILES := sync.c sync_test.c
/system/extras/tests/ext4/
Dandroid_emmc_perf_tests.sh145 adb shell sync
152 adb shell sync
154 adb shell sync
162 adb shell sync
/system/core/libsync/tests/
DAndroid.mk21 LOCAL_MODULE := sync-unit-tests
/system/core/libcutils/
Dandroid_reboot.c96 sync(); in android_reboot()
/system/extras/tests/sdcard/
Dsdcard_perf_test.cpp473 if (TestCase::FSYNC == testCase->sync()) in writeData()
479 else if (TestCase::SYNC == testCase->sync()) in writeData()
482 sync(); in writeData()
Dtestcase.h84 Sync sync() const { return mSync; } in sync() function
Dsysutil.cpp392 sync(); in syncAndDropCaches()
393 sync(); in syncAndDropCaches()
DREADME41 The test will not call sync to flush the writes.
/system/media/camera/docs/
Dcamera_metadata_tag_info.mako25 * sync with camera_metadata_tags.h
/system/core/adb/tests/
Dtest_adb.py175 def sync(self, directory=""): member in AdbWrapper
412 adb.sync("data")
/system/core/logcat/
Devent.logtags44 2720 sync (id|3),(event|1|5),(source|1|5),(account|1|5)
/system/core/libdiskconfig/
Ddiskconfig.c245 sync(); in sync_ptable()