/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 | 105 void convertRilHardwareConfigListToHal(void *response, size_t responseLen, 108 void convertRilRadioCapabilityToHal(void *response, size_t responseLen, RadioCapability& rc); 110 void convertRilLceDataInfoToHal(void *response, size_t responseLen, LceDataInfo& lce); 112 void convertRilSignalStrengthToHal(void *response, size_t responseLen, 118 void convertRilDataCallListToHal(void *response, size_t responseLen, 121 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records); 2976 void *response, size_t responseLen) { in responseIntOrEmpty() argument 2980 if (response == NULL && responseLen == 0) { in responseIntOrEmpty() 2984 } else if (response == NULL || responseLen != sizeof(int)) { in responseIntOrEmpty() 2988 int *p_int = (int *) response; in responseIntOrEmpty() [all …]
|
D | RilSapSocket.h | 120 void *response, size_t response_len); 172 RIL_Errno e, void *response, size_t responselen);
|
D | RilSapSocket.cpp | 45 void *response, in sOnRequestComplete() argument 55 sap_socket->onRequestComplete(t,e,response,responselen); in sOnRequestComplete() 233 void RilSapSocket::onRequestComplete(RIL_Token t, RIL_Errno e, void *response, in onRequestComplete() argument 253 if (response && response_len > 0) { in onRequestComplete() 254 memcpy(rsp.payload->bytes, response, response_len); in onRequestComplete()
|
/hardware/interfaces/secure_element/1.0/vts/functional/ |
D | VtsHalSecureElementV1_0TargetTest.cpp | 119 LogicalChannelResponse response; in TEST_F() local 122 [&statusReturned, &response](LogicalChannelResponse channelResponse, in TEST_F() 126 response.channelNumber = channelResponse.channelNumber; in TEST_F() 127 response.selectResponse.resize(channelResponse.selectResponse.size()); in TEST_F() 129 response.selectResponse[i] = channelResponse.selectResponse[i]; in TEST_F() 134 EXPECT_LE((unsigned int)2, response.selectResponse.size()); in TEST_F() 135 EXPECT_LE(1, response.channelNumber); in TEST_F() 137 command[0] |= response.channelNumber; in TEST_F() 148 EXPECT_EQ(SecureElementStatus::SUCCESS, se_->closeChannel(response.channelNumber)); in TEST_F() 159 std::vector<uint8_t> response; in TEST_F() local [all …]
|
/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 41 * @param info Response info struct containing response type, serial no. and error 59 * @param info Response info struct containing response type, serial no. and error 77 * @param info Response info struct containing response type, serial no. and error 96 * @param info Response info struct containing response type, serial no. and error 113 * @param info Response info struct containing response type, serial no. and error 131 * @param info Response info struct containing response type, serial no. and error 150 * @param info Response info struct containing response type, serial no. and error [all …]
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 210 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument 267 static int parse_technology_response(const char *response, int *current, int32_t *preferred); 347 static int parseSimResponseLine(char* line, RIL_SIM_IO_Response* response) { in parseSimResponseLine() argument 352 err = at_tok_nextint(&line, &response->sw1); in parseSimResponseLine() 354 err = at_tok_nextint(&line, &response->sw2); in parseSimResponseLine() 358 err = at_tok_nextstr(&line, &response->simResponse); in parseSimResponseLine() 622 RIL_Data_Call_Response_v11 *response = responses; in requestOrSendDataCallList() local 631 err = at_tok_nextint(&line, &response->cid); in requestOrSendDataCallList() 635 err = at_tok_nextint(&line, &response->active); in requestOrSendDataCallList() 639 response++; in requestOrSendDataCallList() [all …]
|
/hardware/interfaces/radio/1.4/ |
D | IRadioResponse.hal | 31 * Interface declaring response functions to solicited radio requests. 35 * @param info Response info struct containing response type, serial no. and error 58 * @param info Response info struct containing response type, serial no. and error 74 * @param info Response info struct containing response type, serial no. and error 85 * @param info Response info struct containing response type, serial no. and error 86 * @param dataRegResponse Current Data registration response as defined by DataRegStateResult in 99 * @param info Response info struct containing response type, serial no. and error 112 * @param info Response info struct containing response type, serial no. and error 130 * @param info Response info struct containing response type, serial no. and error 146 * @param info Response info struct containing response type, serial no. and error [all …]
|
/hardware/interfaces/radio/1.2/ |
D | IRadioResponse.hal | 23 * Interface declaring response functions to solicited radio requests. 28 * @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 55 * @param info Response info struct containing response type, serial no. and error 66 * @param info Response info struct containing response type, serial no. and error 103 * @param info Response info struct containing response type, serial no. and error 104 * @param voiceRegResponse Current Voice registration response as defined by VoiceRegStateResult 116 * @param info Response info struct containing response type, serial no. and error 117 * @param dataRegResponse Current Data registration response as defined by DataRegStateResult in
|
/hardware/interfaces/radio/1.1/ |
D | IRadioResponse.hal | 23 * Interface declaring response functions to solicited radio requests. 27 * @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 51 * @param info Response info struct containing response type, serial no. and error 67 * @param info Response info struct containing response type, serial no. and error 77 * @param info Response info struct containing response type, serial no. and error 90 * @param info Response info struct containing response type, serial no. and error
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 39 * @return response containing the response. Empty vector if Secure Element 42 getAtr() generates (vec<uint8_t> response); 58 * @return response to the command. In case of error in communicating with 61 transmit(vec<uint8_t> data) generates (vec<uint8_t> response); 80 * @return response On success, response to SELECT command is returned 84 generates (LogicalChannelResponse response, SecureElementStatus status); 104 * @return selectResponse On success, response to SELECT command is returned
|
/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 …]
|
/hardware/interfaces/radio/config/1.1/ |
D | IRadioConfigResponse.hal | 29 * Interface declaring response functions to solicited radio config requests. 33 * @param info Response info struct containing response type, serial no. and error 45 * @param info Response info struct containing response type, serial no. and error 56 * @param info Response info struct containing response type, serial no. and error 67 * @param info Response info struct containing response type, serial no. and error
|
/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 | 142 required Response response = 1; field 193 required Response response = 2; field 212 required Response response = 1; field 232 required Response response = 1; field 249 required Response response = 1; field 278 required Response response = 1; field 305 required Response response = 1; field
|
/hardware/interfaces/radio/1.3/ |
D | IRadioResponse.hal | 26 * Interface declaring response functions to solicited radio requests. 30 * @param info Response info struct containing response type, serial no. and error 41 * @param info Response info struct containing response type, serial no. and error 54 * @param info Response info struct containing response type, serial no. and error
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfigResponse.hal | 22 * Interface declaring response functions to solicited radio config requests. 27 * @param info Response info struct containing response type, serial no. and error 41 * @param info Response info struct containing response type, serial no. and error
|
/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.
|
/hardware/qcom/gps/msm8909w_3100/gnss/ |
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 158 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse() argument 161 gGnssAdapter->gnssNiResponseCommand(client, id, response); in gnssNiResponse()
|
/hardware/qcom/sdm845/gps/msm8998/gnss/ |
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 156 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse() argument 159 gGnssAdapter->gnssNiResponseCommand(client, id, response); in gnssNiResponse()
|
/hardware/qcom/gps/msm8998/gnss/ |
D | location_gnss.cpp | 46 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response); 156 static void gnssNiResponse(LocationAPI* client, uint32_t id, GnssNiResponse response) in gnssNiResponse() argument 159 gGnssAdapter->gnssNiResponseCommand(client, id, response); in gnssNiResponse()
|