Searched refs:SendCommandNoLock (Results 1 – 2 of 2) sorted by relevance
| /base/telephony/ril_adapter/services/vendor/src/ |
| D | at_support.c | 231 err = SendCommandNoLock(atCmd, timeout, outResponse); in SendCommandLock() 242 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandLock() 265 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandNetWorksLock() 286 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandSmsLock() 315 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock() function
|
| /base/telephony/ril_adapter/services/vendor/include/ |
| D | at_support.h | 64 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse);
|