Home
last modified time | relevance | path

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

123456789

/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.cpp106 void convertRilHardwareConfigListToHal(void *response, size_t responseLen,
109 void convertRilRadioCapabilityToHal(void *response, size_t responseLen, RadioCapability& rc);
111 void convertRilLceDataInfoToHal(void *response, size_t responseLen, LceDataInfo& lce);
113 void convertRilSignalStrengthToHal(void *response, size_t responseLen,
119 void convertRilDataCallListToHal(void *response, size_t responseLen,
122 void convertRilCellInfoListToHal(void *response, size_t responseLen, hidl_vec<CellInfo>& records);
2987 void *response, size_t responseLen) { in responseIntOrEmpty() argument
2991 if (response == NULL && responseLen == 0) { in responseIntOrEmpty()
2995 } else if (response == NULL || responseLen != sizeof(int)) { in responseIntOrEmpty()
2999 int *p_int = (int *) response; in responseIntOrEmpty()
[all …]
DRilSapSocket.h120 void *response, size_t response_len);
172 RIL_Errno e, void *response, size_t responselen);
DRilSapSocket.cpp45 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/gatekeeper/1.0/software/tests/
Dgatekeeper_test.cpp52 static void do_enroll(SoftGateKeeper& gatekeeper, EnrollResponse* response) { in do_enroll() argument
55 gatekeeper.Enroll(request, response); in do_enroll()
60 EnrollResponse response; in TEST() local
61 do_enroll(gatekeeper, &response); in TEST()
62 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE, response.error); in TEST()
67 EnrollResponse response; in TEST() local
71 gatekeeper.Enroll(request, &response); in TEST()
73 ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_INVALID, response.error); in TEST()
84 VerifyResponse response; in TEST() local
86 gatekeeper.Verify(request, &response); in TEST()
[all …]
/hardware/interfaces/gatekeeper/1.0/software/
DSoftGateKeeperDevice.cpp57 EnrollResponse response; in enroll() local
58 impl_->Enroll(request, &response); in enroll()
60 if (response.error == ERROR_RETRY) { in enroll()
61 _hidl_cb({GatekeeperStatusCode::ERROR_RETRY_TIMEOUT, response.retry_timeout, {}}); in enroll()
62 } else if (response.error != ERROR_NONE) { in enroll()
65 hidl_vec<uint8_t> new_handle(response.enrolled_password_handle.Data<uint8_t>(), in enroll()
66 response.enrolled_password_handle.Data<uint8_t>() + in enroll()
67 response.enrolled_password_handle.size()); in enroll()
68 _hidl_cb({GatekeeperStatusCode::STATUS_OK, response.retry_timeout, new_handle}); in enroll()
84 VerifyResponse response; in verify() local
[all …]
/hardware/interfaces/secure_element/1.0/vts/functional/
DVtsHalSecureElementV1_0TargetTest.cpp100 LogicalChannelResponse response; in TEST_P() local
103 [&statusReturned, &response](LogicalChannelResponse channelResponse, in TEST_P()
107 response.channelNumber = channelResponse.channelNumber; in TEST_P()
108 response.selectResponse.resize(channelResponse.selectResponse.size()); in TEST_P()
110 response.selectResponse[i] = channelResponse.selectResponse[i]; in TEST_P()
115 EXPECT_LE((unsigned int)2, response.selectResponse.size()); in TEST_P()
116 EXPECT_LE(1, response.channelNumber); in TEST_P()
118 command[0] |= response.channelNumber; in TEST_P()
129 EXPECT_EQ(SecureElementStatus::SUCCESS, se_->closeChannel(response.channelNumber)); in TEST_P()
140 std::vector<uint8_t> response; in TEST_P() local
[all …]
/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 …]
/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
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/interfaces/radio/1.5/
DIRadioResponse.hal31 * Interface declaring response functions to solicited radio requests.
35 * @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
68 * @param info Response info struct containing response type, serial no. and error
80 * @param info Response info struct containing response type, serial no. and error
91 * @param info Response info struct containing response type, serial no. and error
104 * @param info Response info struct containing response type, serial no. and error
123 * @param info Response info struct containing response type, serial no. and error
137 * @param info Response info struct containing response type, serial no. and error
[all …]
/hardware/ril/reference-ril/
Dreference-ril.c210 #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/
DIRadioResponse.hal31 * 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/
DIRadioResponse.hal23 * 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/
DIRadioResponse.hal23 * 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/
DISecureElement.hal39 * @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/
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 …]
/hardware/interfaces/radio/config/1.1/
DIRadioConfigResponse.hal29 * 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/
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.proto142 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/
DIRadioResponse.hal26 * 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/
DIRadioConfigResponse.hal22 * 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/
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.
/hardware/qcom/gps/msm8909w_3100/gnss/
Dlocation_gnss.cpp46 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()

123456789