Home
last modified time | relevance | path

Searched refs:errors (Results 1 – 25 of 31) sorted by relevance

12

/hardware/qcom/gps/msm8998/android/location_api/
DGeofenceAPIClient.cpp180 void GeofenceAPIClient::onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onAddGeofencesCb() argument
187 if (errors[i] == LOCATION_ERROR_SUCCESS) in onAddGeofencesCb()
189 else if (errors[i] == LOCATION_ERROR_ID_EXISTS) in onAddGeofencesCb()
196 void GeofenceAPIClient::onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onRemoveGeofencesCb() argument
203 if (errors[i] == LOCATION_ERROR_SUCCESS) in onRemoveGeofencesCb()
205 else if (errors[i] == LOCATION_ERROR_ID_UNKNOWN) in onRemoveGeofencesCb()
212 void GeofenceAPIClient::onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onPauseGeofencesCb() argument
219 if (errors[i] == LOCATION_ERROR_SUCCESS) in onPauseGeofencesCb()
221 else if (errors[i] == LOCATION_ERROR_ID_UNKNOWN) in onPauseGeofencesCb()
228 void GeofenceAPIClient::onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) in onResumeGeofencesCb() argument
[all …]
DGeofenceAPIClient.h62 void onAddGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
63 void onRemoveGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
64 void onPauseGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
65 void onResumeGeofencesCb(size_t count, LocationError* errors, uint32_t* ids) final;
/hardware/interfaces/radio/1.0/
DIRadioResponse.hal29 * Valid errors returned:
38 * Valid errors returned:
49 * Valid errors returned:
60 * Valid errors returned:
70 * Valid errors returned:
81 * Valid errors returned:
92 * Valid errors returned:
103 * Valid errors returned:
119 * Valid errors returned:
133 * Valid errors returned:
[all …]
/hardware/interfaces/tests/pointer/1.0/default/
DPointer.cpp15 if(!errors.empty()) { in getErrors()
16 for(const auto& e : errors) in getErrors()
19 return errors.size(); in getErrors()
DGraph.cpp9 #define PUSH_ERROR_IF(__cond__) if(__cond__) { errors.push_back(std::to_string(__LINE__) + ": " + #…
73 if(!errors.empty()) { in getErrors()
74 for(const auto& e : errors) in getErrors()
77 return errors.size(); in getErrors()
DGraph.h34 std::vector<std::string> errors;
DPointer.h10 #define PUSH_ERROR_IF(__cond__) if(__cond__) { errors.push_back(std::to_string(__LINE__) + ": " + #…
28 std::vector<std::string> errors;
73 errors.push_back("foo10: s_ptr_vec.size() != 5"); in foo10()
82 errors.push_back("foo11: s_vec_ptr->size() != 5"); in foo11()
/hardware/interfaces/audio/2.0/vts/functional/utility/
DValidateXml.cpp69 const std::string& getErrors() { return errors; } in getErrors()
80 self->errors += "Error: "; in errorCb()
81 self->errors += formatedMsg; in errorCb()
87 std::string errors; member
/hardware/qcom/gps/msm8998/location/
DLocationAPIClientBase.h96 void onCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
99 void onCtrlCollectiveResponseCb(size_t count, LocationError* errors, uint32_t* ids);
304 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
309 mAPI.onAddGeofencesCb(count, errors, ids); in onCollectiveResponse()
317 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
323 mAPI.onRemoveGeofencesCb(count, errors, ids); in onCollectiveResponse()
331 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
336 mAPI.onModifyGeofencesCb(count, errors, ids); in onCollectiveResponse()
344 inline void onCollectiveResponse(size_t count, LocationError* errors, uint32_t* sessions) { in onCollectiveResponse() argument
349 mAPI.onPauseGeofencesCb(count, errors, ids); in onCollectiveResponse()
[all …]
DLocationAPIClientBase.cpp78 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() argument
79 onCollectiveResponseCb(count, errors, ids); in locAPISetCallbacks()
97 [this](size_t count, LocationError* errors, uint32_t* ids) { in locAPISetCallbacks() argument
98 onCtrlCollectiveResponseCb(count, errors, ids); in locAPISetCallbacks()
690 size_t count, LocationError* errors, uint32_t* ids) in onCollectiveResponseCb() argument
693 if (errors[i] != LOCATION_ERROR_SUCCESS) { in onCollectiveResponseCb()
694 LOC_LOGE("%s:%d] ERROR: %d ID: %d", __FUNCTION__, __LINE__, errors[i], ids[i]); in onCollectiveResponseCb()
696 LOC_LOGV("%s:%d] error: %d id: %d", __FUNCTION__, __LINE__, errors[i], ids[i]); in onCollectiveResponseCb()
705 request->onCollectiveResponse(count, errors, ids); in onCollectiveResponseCb()
725 size_t count, LocationError* errors, uint32_t* ids) in onCtrlCollectiveResponseCb() argument
[all …]
/hardware/ril/librilutils/proto/
Dsap-api.proto40 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_CONNECT, Error:Valid errors,
48 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_DISCONNECT, Error:Valid errors,
58 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_APDU, Error:Valid errors,
66 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_TRANSFER_ATR, Error:Valid errors,
74 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_POWER, Error:Valid errors,
82 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_RESET_SIM, Error:Valid errors,
96 … // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_TRANSFER_CARD_READER_STATUS, Error:Valid errors,
110 // For MsgType: RESPONSE, MsgId: RIL_SIM_SAP_SET_TRANSFER_PROTOCOL, Error:Valid errors,
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
Ddriver_cmd_wext.c269 drv->errors++; in wpa_driver_set_backgroundscan_params()
270 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) { in wpa_driver_set_backgroundscan_params()
271 drv->errors = 0; in wpa_driver_set_backgroundscan_params()
275 drv->errors = 0; in wpa_driver_set_backgroundscan_params()
341 drv->errors++; in wpa_driver_wext_driver_cmd()
342 if (drv->errors > DRV_NUMBER_SEQUENTIAL_ERRORS) { in wpa_driver_wext_driver_cmd()
343 drv->errors = 0; in wpa_driver_wext_driver_cmd()
347 drv->errors = 0; in wpa_driver_wext_driver_cmd()
/hardware/interfaces/drm/1.0/
DIDrmPlugin.hal34 * the following errors: ERROR_DRM_NOT_PROVISIONED if the device requires
49 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
79 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
113 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
134 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
147 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
163 * the following errors: ERROR_DRM_SESSION_NOT_OPENED if the session is not
182 * the following errors: ERROR_DRM_CANNOT_HANDLE if the drm scheme does not
204 * the following errors: ERROR_DRM_DEVICE_REVOKED if the device has been
256 * the following errors: BAD_VALUE if the secureStopId is invalid or
[all …]
DICryptoPlugin.hal97 * the following errors: ERROR_DRM_NO_LICENSE if no license keys have been
Dtypes.hal22 * errors.
/hardware/interfaces/radio/deprecated/1.0/
DIOemHookResponse.hal31 * Valid errors returned:
43 * Valid errors returned:
/hardware/interfaces/tests/pointer/1.0/
DIGraph.hal56 getErrors() generates (int32_t errors);
DIPointer.hal90 getErrors() generates(int32_t errors);
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal22 /** No errors. */
/hardware/interfaces/gnss/1.0/
DIGnssNavigationMessageCallback.hal57 * Do not send any navigation message that contains words with parity errors
83 * errors that cannot be corrected.
DIGnssGeofenceCallback.hal158 * Will be ERROR_GENERIC for other errors.
179 * Will be ERROR_GENERIC for other err errors.
/hardware/interfaces/thermal/1.0/
Dtypes.hal119 /** No errors. */
/hardware/interfaces/camera/device/3.2/
DICameraDeviceCallback.hal27 * as errors.
52 * one of the processCaptureResult calls, even in case of errors producing
/hardware/interfaces/biometrics/fingerprint/2.1/
Dtypes.hal41 * Fingerprint errors are meant to tell the framework to terminate the current
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal514 * Additional negative errors may be returned by the internals, they
515 * should be treated as opaque fatal unrecoverable errors.

12