HomeSort by relevance Sort by last modified time
    Searched defs:SendPid (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/crash/crasher/
crasher.cc 27 bool SendPid(const char *socket_path);
37 if (argc == 3 && strcmp(argv[1], "--sendpid") == 0) {
38 if (!SendPid(argv[2]))
47 bool SendPid(const char *socket_path) {
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
DebugCommunicationLibUsb.c 92 UINT8 SendPid;
280 DebugPortRegister->SendPid = DATA1_PID;
282 DebugPortRegister->SendPid = DATA0_PID;
374 DebugPortRegister->SendPid = DATA1_PID;
376 DebugPortRegister->SendPid = DATA0_PID;
957 UsbDebugPortRegister->SendPid = DATA0_PID;
959 UsbDebugPortRegister->SendPid = DATA1_PID;
    [all...]

Completed in 375 milliseconds