Searched refs:sync (Results 1 – 25 of 83) sorted by relevance
1234
/system/core/adb/ |
D | SYNC.TXT | 9 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/ |
D | Android.bp | 5 srcs: ["include/ndk/sync.h"], 17 srcs: ["sync.c"], 43 name: "sync-unit-tests",
|
/system/vold/ |
D | Benchmark.cpp | 118 sync(); in benchmarkInternal() 133 sync(); in benchmarkInternal() 146 sync(); in benchmarkInternal() 160 sync(); in benchmarkInternal() 169 sync(); in benchmarkInternal()
|
/system/core/trusty/utils/rpmb_dev/ |
D | rpmb.h | 46 bool sync); 56 bool sync);
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 1546 static const struct tag sync = { 2720, "sync" }; in TEST() local 1549 android_log_event_list ctx(sync.tagNo); in TEST() 1553 EXPECT_TRUE(End_to_End(sync.tagStr, in TEST() 1559 android_log_event_list ctx(sync.tagNo); in TEST() 1563 EXPECT_TRUE(End_to_End(sync.tagStr, "[id=%s,event=43,-1,0]", id)); in TEST() 1568 android_log_event_list ctx(sync.tagNo); in TEST() 1574 sync.tagStr, "[id=%s,event=44,source=-1,account=0]", id)); in TEST() 1579 static const struct tag sync = { 2747, "contacts_aggregation" }; in TEST() local 1581 android_log_event_list ctx(sync.tagNo); in TEST() 1586 End_to_End(sync.tagStr, "[aggregation time=30ms,count=2]")); in TEST() [all …]
|
/system/extras/tests/ext4/ |
D | android_emmc_perf_tests.sh | 145 adb shell sync 152 adb shell sync 154 adb shell sync 162 adb shell sync
|
/system/update_engine/ |
D | CPPLINT.cfg | 1 # This should be kept in sync with platform2/CPPLINT.cfg
|
/system/core/adb/client/ |
D | file_sync_client.h | 25 bool do_sync_push(const std::vector<const char*>& srcs, const char* dst, bool sync,
|
/system/tools/aidl/ |
D | run_integration_tests.sh | 29 adb sync data
|
/system/core/fs_mgr/libsnapshot/ |
D | run_power_test.sh | 21 adb $DEVICE_ARGS sync data
|
/system/core/fastboot/device/ |
D | flashing.cpp | 167 sync(); in Flash() 198 sync(); in UpdateSuper() 238 sync(); in UpdateSuper()
|
/system/core/shell_and_utilities/ |
D | README.md | 43 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 [all …]
|
/system/connectivity/wifilogd/ |
D | runtests.sh | 48 adb sync
|
/system/connectivity/wificond/ |
D | runtests.sh | 49 adb sync
|
/system/tools/aidl/tests/java_app/ |
D | README | 7 $ adb remount && adb sync
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | hal_codec2.te | 9 # Allow server access to composer sync fences
|
D | bufferhubd.te | 17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | bufferhubd.te | 16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
|
/system/sepolicy/public/ |
D | hal_codec2.te | 12 # Allow server access to composer sync fences
|
D | bufferhubd.te | 17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | bufferhubd.te | 16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | bufferhubd.te | 16 # Receive sync fence FDs from mediacodec. Note that mediacodec never directly
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | hal_codec2.te | 12 # Allow server access to composer sync fences
|
D | bufferhubd.te | 17 # Receive sync fence FDs from hal_omx_server. Note that hal_omx_server never directly
|
/system/tools/hidl/test/ |
D | run_all_device_tests.sh | 32 adb sync data || exit 1
|
1234