Searched refs:outResponse (Results 1 – 2 of 2) sorted by relevance
/base/telephony/ril_adapter/services/vendor/include/ |
D | at_support.h | 56 …ommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse); 59 const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse); 62 …r *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse); 64 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse);
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_support.c | 219 …CommandLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandLock() argument 231 err = SendCommandNoLock(atCmd, timeout, outResponse); in SendCommandLock() 242 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandLock() 255 …etWorksLock(const char *command, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandNetWorksLock() argument 265 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandNetWorksLock() 276 …ar *command, const char *smsPdu, const char *prefix, long long timeout, ResponseInfo **outResponse) in SendCommandSmsLock() argument 286 err = SendCommandNoLock(command, timeout, outResponse); in SendCommandSmsLock() 315 int32_t SendCommandNoLock(const char *command, long long timeout, ResponseInfo **outResponse) in SendCommandNoLock() argument 342 if (outResponse == NULL) { in SendCommandNoLock() 345 *outResponse = (ResponseInfo *)g_response; in SendCommandNoLock()
|