/hardware/ril/libril/ |
D | ril_service.h | 27 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 …]
|
D | ril_service.cpp | 93 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 …]
|
D | RilSapSocket.cpp | 45 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()
|
D | RilSapSocket.h | 136 void *response, size_t response_len); 188 RIL_Errno e, void *response, size_t responselen);
|
/hardware/interfaces/gatekeeper/1.0/ |
D | IGatekeeper.hal | 42 * @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 …]
|
D | types.hal | 19 * 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/ |
D | IRadioResponse.hal | 20 * 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/ |
D | reference-ril.c | 197 #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/ |
D | IWifiNanIface.hal | 45 * 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 …]
|
D | IWifiNanIfaceEventCallback.hal | 27 * 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 …]
|
D | IWifiEventCallback.hal | 21 * 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/ |
D | IOemHookResponse.hal | 22 * 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/ |
D | sap-api.proto | 140 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/ |
D | ISupplicantStaNetworkCallback.hal | 43 * 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/ |
D | IGnssNiCallback.hal | 46 * GNSS NI responses, used to define the response in 89 * Timeout period to wait for user response. 95 * Default response when timeout.
|
D | IGnssNi.hal | 33 * Sends a response to HAL. 37 * @param userResponse A GNSS Ni response indicating if the notification was
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 46 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/ |
D | AudioDumpInterface.cpp | 215 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/ |
D | IDrmPlugin.hal | 56 * 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/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(GpsUserResponseType response);
|
/hardware/qcom/gps/msm8996/core/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(GpsUserResponseType response);
|
/hardware/qcom/gps/core/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(GpsUserResponseType response);
|
/hardware/qcom/gps/msm8998/core/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(LocGpsUserResponseType response);
|
/hardware/qcom/gps/msm8084/core/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(GpsUserResponseType response);
|
/hardware/qcom/gps/msm8960/core/ |
D | loc_core_log.h | 47 const char* loc_get_ni_response_name(GpsUserResponseType response);
|