Home
last modified time | relevance | path

Searched refs:SYNC (Results 1 – 8 of 8) sorted by relevance

/system/core/adb/
Dadb_trace.h34 SYNC, enumerator
Dadb_trace.cpp119 {"sync", SYNC}, in setup_trace_mask()
Dprotocol.txt182 --- 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
DSYNC.TXT6 SYNC SERVICES:
Dfile_sync_service.cpp17 #define TRACE_TAG SYNC
DSERVICES.TXT242 in a companion document named SYNC.TXT
/system/extras/tests/sdcard/
Dtestcase.h46 enum Sync {NO_SYNC, FSYNC, SYNC}; enumerator
Dsdcard_perf_test.cpp252 testCase->setSync(TestCase::SYNC); in parseCmdLine()
479 else if (TestCase::SYNC == testCase->sync()) in writeData()