Home
last modified time | relevance | path

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

123

/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 differs 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 these are called sync requests and sync
19 responses. The first four bytes are an id that specifies the sync request. It 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 …]
/system/core/libsync/
DAndroid.bp5 srcs: ["include/ndk/sync.h"],
17 srcs: ["sync.c"],
36 name: "sync-unit-tests",
/system/vold/
DBenchmark.cpp118 sync(); in benchmarkInternal()
133 sync(); in benchmarkInternal()
146 sync(); in benchmarkInternal()
160 sync(); in benchmarkInternal()
169 sync(); in benchmarkInternal()
/system/core/logcat/tests/
Dlogcat_test.cpp1553 static const struct tag sync = { 2720, "sync" }; in TEST() local
1556 android_log_event_list ctx(sync.tagNo); in TEST()
1560 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST()
1566 android_log_event_list ctx(sync.tagNo); in TEST()
1570 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST()
1575 android_log_event_list ctx(sync.tagNo); in TEST()
1581 sync.tagStr, "[id=%s,event=44,source=-1,account=0]", id)); in TEST()
1586 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local
1588 android_log_event_list ctx(sync.tagNo); in TEST()
1593 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST()
[all …]
/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/update_engine/
DCPPLINT.cfg1 # This should be kept in sync with platform2/CPPLINT.cfg
/system/core/adb/client/
Dfile_sync_client.h23 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync);
/system/core/shell_and_utilities/
DREADME.md43 schedtop sendevent setconsole setprop sleep smd start stop sync top
54 schedtop sendevent setconsole setprop sleep smd start stop sync top
67 sync top touch umount uptime vmstat watchprops wipe
79 stop swapoff swapon sync top touch umount uptime vmstat watchprops wipe
84 BSD: cat chown cp dd du grep kill ln mv printenv rm rmdir sleep sync
109 split stat strings swapoff swapon sync sysctl tac tail tar taskset tee
130 split stat strings swapoff swapon sync sysctl tac tail tar taskset tee
153 sha512sum sleep sort split start stat stop strings swapoff swapon sync
179 sort split start stat stop strings stty swapoff swapon sync sysctl tac
209 sort split start stat stop strings stty swapoff swapon sync sysctl
/system/core/libnativeloader/test/
Druntest.sh4 adb sync
/system/tools/aidl/
Druntests.sh38 adb sync
/system/connectivity/wifilogd/
Druntests.sh48 adb sync
/system/connectivity/wificond/
Druntests.sh49 adb sync
/system/tools/hidl/test/
Drun_all_device_tests.sh31 adb sync data || exit 1
/system/tools/aidl/tests/java_app/
DREADME7 $ adb remount && adb sync
/system/sepolicy/public/
Dhal_codec2.te9 # Allow server access to composer sync fences
Dbufferhubd.te17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
/system/sepolicy/prebuilts/api/29.0/public/
Dhal_codec2.te9 # Allow server access to composer sync fences
Dbufferhubd.te17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
/system/sepolicy/prebuilts/api/26.0/public/
Dbufferhubd.te16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
/system/sepolicy/prebuilts/api/28.0/public/
Dbufferhubd.te16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
/system/sepolicy/prebuilts/api/27.0/public/
Dbufferhubd.te16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
/system/core/adb/daemon/
Dreboot_service.cpp39 sync(); in reboot_service()
/system/extras/checkpoint_gc/
Dcheckpoint_gc.sh69 sync
/system/tools/hidl/build/
Dhidl_package_root.go68 var packageRootsMutex sync.Mutex
/system/core/init/
Dreboot.cpp235 sync(); in UmountPartitions()
355 sync(); in DoReboot()
494 sync(); in DoReboot()
505 sync(); in DoReboot()

123