Searched refs:when (Results 1 – 15 of 15) sorted by relevance
/system/core/libutils/ |
D | SystemClock.cpp | 48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); in uptimeMillis() local 49 return (int64_t) nanoseconds_to_milliseconds(when); in uptimeMillis()
|
D | README | 196 This is similar to how applications are stopped when their packages are 218 when the display is in landscape mode, create a new package with
|
/system/core/init/ |
D | readme.txt | 12 when it is the last character on a line, may be used for line-folding. 28 is used to determine when the action should occur. When an event 49 when they exit. Services take the form of: 59 Options are modifiers to services. They affect how and when init 102 Do not restart the service when it exits. 111 Execute a Command (see below) when service restarts. 119 This is the first trigger that will occur when init starts 123 Triggers of this form occur when the property <name> is set 128 Triggers of these forms occur when a device node is added 132 Triggers of this form occur when the specified service exits. [all …]
|
D | README.BOOTCHART | 30 when you're done collecting data:
|
/system/core/libpixelflinger/codeflinger/ |
D | CodeCache.cpp | 171 e.when = mWhen++; in lookup() 190 if (e.when < mCacheData.valueAt(lru).when) { in cache()
|
D | CodeCache.h | 96 : entry(a), when(w) { } in cache_entry_t() 98 mutable int64_t when; member
|
/system/core/adb/ |
D | mutex_list.h | 7 #error ADB_MUTEX not defined when including this file
|
D | OVERVIEW.TXT | 19 if to sense the USB ports to know when devices are attached/removed, 20 as well as when emulator instances start/stop. 38 The ADB server considers that a device is ONLINE when it has successfully 44 devices when they are in the bootloader or recovery mode. 138 unexpected transport disconnections (e.g. when a device is physically
|
D | protocol.txt | 65 Both sides send a CONNECT message when the connection between them is 171 outbound messages are discarded when the connection to the remote side 175 * when the connection to the remote side goes offline, the io pump 177 * when the connection to the remote side is established, the io pump 179 * when the io pump receives a matching SYNC(1, token), it once again
|
D | SERVICES.TXT | 15 Ask the ADB server to quit immediately. This is used when the 36 This is a special query that is sent to the ADB server when a 42 This mechanism allows the ADB server to know when new emulator 65 (Used when neither -s, -d or -e are provided)
|
/system/core/logcat/ |
D | event.logtags | 45 # This event is logged when the location service uploads location data. 47 # This event is logged when someone is deciding to force a garbage collection 85 # Logged when an event is handled in a hierarchical state 90 # Logged when the supplicant switches to a new state
|
/system/core/liblog/ |
D | fake_log_device.c | 362 time_t when; in showLog() local 368 when = time(NULL); in showLog() 381 ptm = localtime_r(&when, &tmBuf); in showLog() 383 ptm = localtime(&when); in showLog()
|
D | README | 114 opened with an O_RDONLY mode. O_NDELAY mode will report when the log 126 when opening the sub-log. It is recommended to open the log O_RDONLY
|
/system/core/rootdir/ |
D | init.usb.rc | 12 # Used to disable USB when switching states 89 # when changing the default configuration
|
D | init.rc | 155 # property when the power button is held.
|