Home
last modified time | relevance | path

Searched refs:response (Results 1 – 25 of 85) sorted by relevance

1234

/hardware/ril/libril/
Dril_service.h27 int token, RIL_Errno e, void *response, size_t responselen);
30 int responseType, int serial, RIL_Errno e, void *response,
34 int responseType, int serial, RIL_Errno e, void *response,
38 int responseType, int serial, RIL_Errno e, void *response,
42 int responseType, int serial, RIL_Errno e, void *response,
46 int responseType, int serial, RIL_Errno e, void *response,
50 int responseType, int serial, RIL_Errno e, void *response,
55 void *response, size_t responselen);
58 int responseType, int serial, RIL_Errno e, void *response,
62 int responseType, int serial, RIL_Errno e, void *response, size_t responselen);
[all …]
Dril_service.cpp93 void convertRilHardwareConfigListToHal(void *response, size_t responseLen,
96 void convertRilRadioCapabilityToHal(void *response, size_t responseLen, RadioCapability& rc);
98 void convertRilLceDataInfoToHal(void *response, size_t responseLen, LceDataInfo& lce);
100 void convertRilSignalStrengthToHal(void *response, size_t responseLen,
106 void convertRilDataCallListToHal(void *response, size_t responseLen,
109 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records);
2760 void *response, size_t responseLen) { in responseIntOrEmpty() argument
2764 if (response == NULL && responseLen == 0) { in responseIntOrEmpty()
2768 } else if (response == NULL || responseLen != sizeof(int)) { in responseIntOrEmpty()
2772 int *p_int = (int *) response; in responseIntOrEmpty()
[all …]
DRilSapSocket.cpp45 void *response, in sOnRequestComplete() argument
55 sap_socket->onRequestComplete(t,e,response,responselen); in sOnRequestComplete()
234 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete() argument
248 if (response && response_len > 0) { in onRequestComplete()
249 memcpy(rsp.payload->bytes, response, response_len); in onRequestComplete()
DRilSapSocket.h136 void *response, size_t response_len);
188 RIL_Errno e, void *response, size_t responselen);
/hardware/interfaces/gatekeeper/1.0/
DIGatekeeper.hal42 * @return response
47 * response.code must always contain operation completion status.
50 * If ERROR_RETRY_TIMEOUT is returned, response.timeout must be non-zero.
56 generates (GatekeeperResponse response);
64 * On success, returns verification token in response.data, which shall be
79 * @return response
83 * response.code must always contain operation completion status.
87 * If ERROR_RETRY_TIMEOUT is returned, response.timeout must be non-zero.
92 generates (GatekeeperResponse response);
101 * @return response
[all …]
Dtypes.hal19 * Gatekeeper response codes; success >= 0; error < 0
31 * Gatekeeper response to any/all requests has this structure as mandatory part
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal20 * Interface declaring response functions to solicited radio requests.
22 * <xyz>Response is response to IRadio.<xyz>
26 * @param info Response info struct containing response type, serial no. and error
35 * @param info Response info struct containing response type, serial no. and error
46 * @param info Response info struct containing response type, serial no. and error
57 * @param info Response info struct containing response type, serial no. and error
68 * @param info Response info struct containing response type, serial no. and error
78 * @param info Response info struct containing response type, serial no. and error
89 * @param info Response info struct containing response type, serial no. and error
100 * @param info Response info struct containing response type, serial no. and error
[all …]
/hardware/ril/reference-ril/
Dreference-ril.c197 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument
254 static int parse_technology_response(const char *response, int *current, int32_t *preferred);
334 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine() argument
339 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine()
341 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine()
345 err = at_tok_nextstr(&line, &response->simResponse); in parseSimResponseLine()
491 RIL_Data_Call_Response_v11 *response = responses; in requestOrSendDataCallList() local
500 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList()
504 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList()
508 response++; in requestOrSendDataCallList()
[all …]
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal45 * Get NAN capabilities. Asynchronous response is with
62 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
79 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
95 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyDisableResponse|.
108 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStartPublishResponse|.
124 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStopPublishResponse|.
139 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStartSubscribeResponse|.
155 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStopSubscribeResponse|.
170 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyTransmitFollowupResponse|.
186 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyCreateDataInterfaceResponse|.
[all …]
DIWifiNanIfaceEventCallback.hal27 * Notify callbacks are asynchronous callbacks - but in response to |IWifiNanIface| method calls.
32 * Asynchronous callback invoked in response to a capability request
44 * Asynchronous callback invoked in response to an enable request |IWifiNanIface.enableRequest|.
58 * Asynchronous callback invoked in response to a config request |IWifiNanIface.configRequest|.
70 * Asynchronous callback invoked in response to a disable request |IWifiNanIface.disableRequest|.
95 * Asynchronous callback invoked in response to a stop publish request
122 * Asynchronous callback invoked in response to a stop subscribe request
134 * Asynchronous callback invoked in response to a transmit followup request
149 * Asynchronous callback invoked in response to a create data interface request
161 * Asynchronous callback invoked in response to a delete data interface request
[all …]
DIWifiEventCallback.hal21 * Called in response to a call to start indicating that the operation
27 * Called in response to a call to stop indicating that the operation
/hardware/interfaces/radio/deprecated/1.0/
DIOemHookResponse.hal22 * Interface declaring response functions to solicited oem hook requests.
24 * <xyz>Response is response to IOemHook.<xyz>
28 * @param info Response info struct containing response type, serial no. and error
40 * @param info Response info struct containing response type, serial no. and error
/hardware/ril/librilutils/proto/
Dsap-api.proto140 required Response response = 1; field
191 required Response response = 2; field
210 required Response response = 1; field
230 required Response response = 1; field
247 required Response response = 1; field
276 required Response response = 1; field
303 required Response response = 1; field
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetworkCallback.hal43 * The response for the request must be sent using the corresponding
54 * The response for the request must be sent using the corresponding
65 * The response for the request must be sent using the corresponding
/hardware/interfaces/gnss/1.0/
DIGnssNiCallback.hal46 * GNSS NI responses, used to define the response in
89 * Timeout period to wait for user response.
95 * Default response when timeout.
DIGnssNi.hal33 * Sends a response to HAL.
37 * @param userResponse A GNSS Ni response indicating if the notification was
/hardware/qcom/gps/msm8998/gnss/
Dlocation_gnss.cpp46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response);
154 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse() argument
157 gGnssAdapter->gnssNiResponseCommand(client, id, response); in gnssNiResponse()
/hardware/libhardware_legacy/audio/
DAudioDumpInterface.cpp215 AudioParameter response; in getParameters() local
222 response = AudioParameter(mPolicyCommands); in getParameters()
223 response.addInt(String8("test_cmd_policy"), 1); in getParameters()
225 response.addInt(String8("test_cmd_policy"), 0); in getParameters()
232 response.add(String8("test_cmd_file_name"), mFileName); in getParameters()
236 String8 keyValuePairs = response.toString(); in getParameters()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal56 * A key request/response exchange occurs between the app and a License
102 * After a key response is received by the app, it is provided to the
106 * of the response. Scope should be set to the sessionId when the response
108 * the keySetId when the response is for a release request.
109 * @param response the response from the key server that is being
115 * before it can handle the key response, ERROR_DRM_DEVICE_REVOKED if the
119 * in a state where a key response cannot be handled.
120 * @return keySetId when the response is for an offline key request, a
123 * When the response is for a streaming or release request, no keySetId is
126 provideKeyResponse(vec<uint8_t> scope, vec<uint8_t> response)
[all …]
/hardware/qcom/gps/msm8909/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(GpsUserResponseType response);
/hardware/qcom/gps/msm8996/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(GpsUserResponseType response);
/hardware/qcom/gps/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(GpsUserResponseType response);
/hardware/qcom/gps/msm8998/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(LocGpsUserResponseType response);
/hardware/qcom/gps/msm8084/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(GpsUserResponseType response);
/hardware/qcom/gps/msm8960/core/
Dloc_core_log.h47 const char* loc_get_ni_response_name(GpsUserResponseType response);

1234