Searched refs:resp (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.h44 GpsUserResponseType resp; member in struct:__anon941
H A Dloc_eng_ni.cpp172 loc_eng_ni_data_p->resp = GPS_NI_RESPONSE_NORESP;
189 loc_eng_ni_data_p->resp,
302 loc_eng_ni_data_p->resp = user_response;
H A Dloc_eng_msg.h365 GpsUserResponseType resp,
368 response(resp), passThroughData(data)
364 loc_eng_msg_inform_ni_response(void* instance, GpsUserResponseType resp, const void* data) argument
/hardware/ril/mock-ril/src/python/
H A Dtcs.py208 resp = Msg()
209 resp.recvMsg(s)
211 response.ParseFromString(resp.protobuf)
213 print "cmd=%d" % (resp.cmd)
214 print "token=%d" % (resp.token)
215 print "status=%d" % (resp.status)
216 print "len(protobuf)=%d" % (len(resp.protobuf))
218 if ((resp.cmd == 0) & (resp.token == 1234567890123) &
219 (resp
[all...]
/hardware/samsung_slsi/exynos5/libsecurepath/
H A Dcontent_protect.cpp109 if ((RSP_ID(CMD_WV_DRM_ENABLE_PATH_PROTECTION) != tci->resp.id)) {
110 LOG_E("Trustlet did not send a response: %d", tci->resp.id);
117 if (tci->resp.return_code != RET_TL_WV_DRM_OK) {
118 LOG_E("Trustlet did not send a valid return code: %d", tci->resp.return_code);
173 if ((RSP_ID(CMD_WV_DRM_DISABLE_PATH_PROTECTION) != tci->resp.id)) {
174 LOG_E("Trustlet did not send a response: %d", tci->resp.id);
181 if (tci->resp.return_code != RET_TL_WV_DRM_OK) {
182 LOG_E("Trustlet did not send a valid return code: %d", tci->resp.return_code);
H A Dtlwvdrm_api.h68 tci_resp_t resp; /**< Response message structure */ member in union:__anon1525::__anon1526
/hardware/qcom/gps/loc_api/libloc_api/
H A Dloc_eng_ni.cpp87 static const char* respond_from_enum(rpc_loc_ni_user_resp_e_type resp) argument
89 switch (resp)
118 static void loc_ni_respond(rpc_loc_ni_user_resp_e_type resp, argument
122 LOGD("Sending NI response: %s\n", respond_from_enum(resp));
129 data.rpc_loc_ioctl_data_u_type_u.user_verify_resp.user_resp = resp;
445 rpc_loc_ni_user_resp_e_type resp; local
449 resp = RPC_LOC_NI_LCS_NOTIFY_VERIFY_ACCEPT;
452 resp = RPC_LOC_NI_LCS_NOTIFY_VERIFY_DENY;
455 resp = RPC_LOC_NI_LCS_NOTIFY_VERIFY_NORESP;
461 loc_ni_respond(resp,
[all...]
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c266 command_complete_t resp; local
271 if (read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0) {
277 if (resp.uart_prefix != HCI_EVENT_PKT) {
280 resp.uart_prefix);
285 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
289 resp.hci_hdr.evt);
293 if (resp.hci_hdr.plen < 4) {
296 resp.hci_hdr.plen);
300 if (resp
[all...]
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c204 command_complete_t resp; local
209 if (read_hci_event(fd, (unsigned char *)&resp, sizeof(resp)) < 0) {
215 if (resp.uart_prefix != HCI_EVENT_PKT) {
218 resp.uart_prefix);
223 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
227 resp.hci_hdr.evt);
231 if (resp.hci_hdr.plen < 4) {
234 resp.hci_hdr.plen);
238 if (resp
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c1171 int *resp = NULL; local
1207 resp = (int *)calloc(commas + 1, sizeof(int));
1208 if (!resp) goto error;
1211 err = at_tok_nextint(&line, &resp[0]);
1213 resp[1] = -1;
1214 resp[2] = -1;
1220 err = at_tok_nextint(&line, &resp[0]);
1222 resp[1] = -1;
1223 resp[2] = -1;
1228 err = at_tok_nextint(&line, &resp[
[all...]
/hardware/qcom/gps/loc_api/loc_api_v02/
H A Dloc_api_v02_client.c411 LOC_LOGV("%s:%d]: indId %d is a resp size = %d\n", __func__, __LINE__,
471 if(pResponse->resp.result == QMI_RESULT_SUCCESS )
477 switch(pResponse->resp.error)
493 __func__, __LINE__, pResponse->resp.result,
494 pResponse->resp.error, status);
1747 // actually happens to ensure the this comes before resp callflow
1803 qmiLocGenRespMsgT_v02 resp; local
1834 // actually happens to ensure the this comes before resp callflow
1844 &resp,
1845 sizeof(resp),
[all...]
H A Dlocation_service_v02.h175 qmi_response_type_v01 resp; member in struct:__anon955
H A Dlocation_service_v02.c479 QMI_IDL_OFFSET8(qmiLocGenRespMsgT_v02, resp),
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp459 rpc_loc_ni_user_resp_e_type resp; local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h815 struct dot11_assoc_resp resp; member in struct:wl_assoc_info

Completed in 271 milliseconds