Searched refs:SYNC (Results 1 – 8 of 8) sorted by relevance
/system/core/adb/ |
D | adb_trace.h | 34 SYNC, enumerator
|
D | adb_trace.cpp | 119 {"sync", SYNC}, in setup_trace_mask()
|
D | protocol.txt | 182 --- SYNC(online, sequence, "") ----------------------------------------- 186 The SYNC message is used by the io pump to make sure that stale 192 sends a SYNC(0, 0) and starts discarding all messages 194 sends a SYNC(1, token) and continues to discard messages 195 * when the io pump receives a matching SYNC(1, token), it once again
|
D | SYNC.TXT | 6 SYNC SERVICES:
|
D | file_sync_service.cpp | 17 #define TRACE_TAG SYNC
|
D | SERVICES.TXT | 242 in a companion document named SYNC.TXT
|
/system/extras/tests/sdcard/ |
D | testcase.h | 46 enum Sync {NO_SYNC, FSYNC, SYNC}; enumerator
|
D | sdcard_perf_test.cpp | 252 testCase->setSync(TestCase::SYNC); in parseCmdLine() 479 else if (TestCase::SYNC == testCase->sync()) in writeData()
|