HomeSort by relevance Sort by last modified time
    Searched refs:stop_status (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/test/cpp/interop/
reconnect_interop_client.cc 98 Status stop_status = control_stub->Stop(&stop_context, Empty(), &response); local
99 GPR_ASSERT(stop_status.ok());
  /external/u-boot/drivers/i2c/
mvtwsi.c 383 int control, stop_status; local
392 stop_status = readl(&twsi->status);
393 if (stop_status == MVTWSI_STATUS_IDLE)
398 if (stop_status != MVTWSI_STATUS_IDLE)
605 int stop_status; local
628 stop_status = twsi_stop(twsi, tick);
630 return status != 0 ? status : stop_status;
653 int status, stop_status; local
667 stop_status = twsi_stop(twsi, tick);
669 return status != 0 ? status : stop_status;
    [all...]
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub.c 538 uint8_t stop_status[4] = "Sxx"; local
560 stop_status[1] = hexchars[sigval >> 4];
561 stop_status[2] = hexchars[sigval & 0xf];
567 putpacket(stop_status);
575 memcpy(remcomOutBuffer, stop_status, sizeof(stop_status));

Completed in 244 milliseconds