Home
last modified time | relevance | path

Searched refs:times (Results 1 – 12 of 12) sorted by relevance

/system/core/logd/
DFlushCommand.cpp50 LastLogTimes &times = mReader.logbuf().mTimes; in runSocketCommand() local
53 LastLogTimes::iterator it = times.begin(); in runSocketCommand()
54 while(it != times.end()) { in runSocketCommand()
68 if (it == times.end()) { in runSocketCommand()
75 times.push_back(entry); in runSocketCommand()
DLogReader.cpp169 LastLogTimes &times = mLogbuf.mTimes; in doSocketDelete() local
171 LastLogTimes::iterator it = times.begin(); in doSocketDelete()
172 while(it != times.end()) { in doSocketDelete()
175 times.erase(it); in doSocketDelete()
DLogTimes.cpp84 LastLogTimes &times = reader.logbuf().mTimes; in threadStop() local
86 LastLogTimes::iterator it = times.begin(); in threadStop()
87 while(it != times.end()) { in threadStop()
89 times.erase(it); in threadStop()
DLogBuffer.h48 LogBuffer(LastLogTimes *times);
Dmain.cpp402 LastLogTimes *times = new LastLogTimes(); in main() local
407 logBuf = new LogBuffer(times); in main()
DLogBuffer.cpp131 LogBuffer::LogBuffer(LastLogTimes *times) : mTimes(*times) { in LogBuffer() argument
/system/core/sdcard/
Dsdcard.c850 struct timespec times[2]; in handle_setattr() local
881 times[0].tv_nsec = UTIME_OMIT; in handle_setattr()
882 times[1].tv_nsec = UTIME_OMIT; in handle_setattr()
885 times[0].tv_nsec = UTIME_NOW; in handle_setattr()
887 times[0].tv_sec = req->atime; in handle_setattr()
888 times[0].tv_nsec = req->atimensec; in handle_setattr()
893 times[1].tv_nsec = UTIME_NOW; in handle_setattr()
895 times[1].tv_sec = req->mtime; in handle_setattr()
896 times[1].tv_nsec = req->mtimensec; in handle_setattr()
900 handler->token, path, times[0].tv_sec, times[1].tv_sec); in handle_setattr()
[all …]
/system/extras/tests/sdcard/
DREADME40 only 1 process for 100 times (100 files will be written on the sdcard).
/system/core/logcat/
Devent.logtags58 # intrinsic event log times are wall-clock.
/system/core/adb/
Dfile_sync_client.cpp874 struct utimbuf times = { time, time }; in set_time_and_mode() local
875 int r1 = utime(lpath, &times); in set_time_and_mode()
/system/bt/doc/
Dpower_management.md146 At this point, if one of the timers in `bta_dm_cb.pm_timer` times out, a call is
/system/core/init/
Dreadme.txt63 This is a device-critical service. If it exits more than four times in