Searched refs:startup (Results 1 – 13 of 13) sorted by relevance
/system/core/adb/ |
D | adb.cpp | 680 STARTUPINFOW startup; in launch_server() local 681 ZeroMemory( &startup, sizeof(startup) ); in launch_server() 682 startup.cb = sizeof(startup); in launch_server() 683 startup.hStdInput = nul_read.get(); in launch_server() 684 startup.hStdOutput = stdout_write.get(); in launch_server() 685 startup.hStdError = stderr_write.get(); in launch_server() 686 startup.dwFlags = STARTF_USESTDHANDLES; in launch_server() 730 &startup, /* startup info, i.e. std handles */ in launch_server()
|
/system/sepolicy/ |
D | atrace.te | 19 # atrace pokes all the binder-enabled processes at startup.
|
D | perfprofd.te | 50 # simpleperf examines debugfs on startup to collect tracepoint event types
|
/system/bt/ |
D | .gn | 18 # tree and to set startup options. For documentation on the values set in this
|
/system/core/logd/ |
D | README.property | 16 all log ids at initial startup, at
|
/system/core/metricsd/uploader/proto/ |
D | system_profile.proto | 460 // since startup, as measured using a client-side clock implemented 501 // crashing early during startup), and hence this value might be greater
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 264 Query The host sends a query packet once on startup to sync with the device.
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 2069 This clause contains the commands used to manage the startup and restart state of a TPM. 2312 the H-CRTM startup method is the same for this TPM2_Startup() as for the previous TPM2_Startup(); 2509 startup; 2522 // HACK to extract the DRTM startup type associated with the previous shutdown 2527 // with StateSave command for CLEAR, this cycle can not startup up with 2538 // Translate the TPM2_ShutDown and TPM2_Startup sequence into the startup 2542 startup = SU_RESTART; 2548 // For a resume, the H-CRTM startup method must be the same 2630 startup = SU_RESUME; 2634 startup = SU_RESET; [all …]
|
D | raw_commands_fixed.txt | 2069 This clause contains the commands used to manage the startup and restart state of a TPM. 2312 the H-CRTM startup method is the same for this TPM2_Startup() as for the previous TPM2_Startup(); 2509 startup; 2522 // HACK to extract the DRTM startup type associated with the previous shutdown 2527 // with StateSave command for CLEAR, this cycle can not startup up with 2538 // Translate the TPM2_ShutDown and TPM2_Startup sequence into the startup 2542 startup = SU_RESTART; 2548 // For a resume, the H-CRTM startup method must be the same 2630 startup = SU_RESUME; 2634 startup = SU_RESET; [all …]
|
D | raw_structures.txt | 6051 These values are used in TPM2_Startup() to indicate the shutdown and startup mode. The defined 6052 startup sequences are: 6062 In the reference code, a value of FF FF 16 indicates that the startup state has not been set. If th… 6064 the caller is not allowed to indicate the that the startup type is TPM_SU_NONE so the reserved valu… 6079 for loss of power and save state required for an orderly startup 6089 for loss of power and save state required for an orderly startup
|
D | raw_structures_fixed.txt | 6027 These values are used in TPM2_Startup() to indicate the shutdown and startup mode. The defined 6028 startup sequences are: 6038 In the reference code, a value of FF FF 16 indicates that the startup state has not been set. If th… 6040 the caller is not allowed to indicate the that the startup type is TPM_SU_NONE so the reserved valu… 6055 for loss of power and save state required for an orderly startup 6065 for loss of power and save state required for an orderly startup
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1149 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html 1443 # of code that will be used on startup of the MathJax code. See the MathJax site
|
D | Doxyfile | 1149 # startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html 1443 # of code that will be used on startup of the MathJax code. See the MathJax site
|