HomeSort by relevance Sort by last modified time
    Searched refs:err_code (Results 1 - 25 of 49) sorted by null

1 2

  /external/libunwind/src/mi/
strerror.c 28 /* Returns the text corresponding to the given err_code or the
29 text "invalid error code" if the err_code is invalid. */
31 unw_strerror (int err_code)
34 unw_error_t error = (unw_error_t)-err_code;
  /system/bt/bta/av/
bta_av_ci.cc 59 * Parameter err_code is set to an AVDTP status value;
66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category,
73 p_buf->hdr.event = (err_code == A2DP_SUCCESS) ? BTA_AV_CI_SETCONFIG_OK_EVT
75 p_buf->err_code = err_code;
bta_av_aact.cc 436 } else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0) {
460 if (p_msg->msg.hdr.err_code == 0) {
518 if (p_data->hdr.err_code == 0) {
525 p_msg->msg.hdr.err_code = 0;
537 p_msg->msg.hdr.err_code = 0;
540 if ((p_data == NULL) || (p_data->hdr.err_code == 0)) {
2577 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
2799 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
2847 uint8_t err_code = p_data->str_msg.msg.hdr.err_code; local
    [all...]
  /system/bt/bta/include/
bta_av_ci.h 51 * Parameter err_code is set to an AVDTP status value;
58 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code,
  /external/webrtc/webrtc/audio/
audio_state.cc 58 void AudioState::CallbackOnError(int channel_id, int err_code) {
63 LOG(LS_INFO) << "VoiceEngine error " << err_code << " reported on channel "
65 if (err_code == VE_TYPING_NOISE_WARNING) {
68 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
audio_state.h 39 void CallbackOnError(int channel_id, int err_code) override;
  /external/webrtc/webrtc/p2p/base/
stunserver.cc 65 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
66 err_code->SetCode(error_code);
67 err_code->SetReason(error_desc);
68 err_msg.AddAttribute(err_code);
  /system/bt/stack/avdt/
avdt_ccb_act.cc 250 uint8_t err_code = 0; local
255 p_data->msg.multi.num_seps, &err_code);
256 if (seid == 0 && err_code == 0) {
261 p_data->msg.hdr.err_code = err_code;
287 event = (p_data->msg.hdr.err_code == 0) ? AVDT_SCB_MSG_START_RSP_EVT
318 uint8_t err_code = 0; local
323 p_data->msg.multi.num_seps, &err_code)) == 0 &&
324 err_code == 0) {
329 p_data->msg.hdr.err_code = err_code
638 uint8_t err_code = AVDT_ERR_CONNECT; local
899 uint8_t err_code = AVDT_ERR_CONNECT; local
    [all...]
avdt_scb_act.cc 127 p_scb->close_code = p_data->msg.hdr.err_code;
411 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
436 if (p_data->msg.hdr.err_code == 0) {
471 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
533 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG;
685 avdt_ctrl.hdr.err_code = p_scb->close_code;
783 avdt_ctrl.hdr.err_code = 0;
820 p_data->open.hdr.err_code = 0;
857 if (p_data->open.hdr.err_code == AVDT_CHAN_REPORT) {
858 avdt_ctrl.hdr.err_code = 0
    [all...]
avdt_api.cc 43 uint8_t err_code = AVDT_ERR_TIMEOUT; local
46 avdt_ccb_evt.err_code = err_code;
53 uint8_t err_code = AVDT_ERR_TIMEOUT; local
56 avdt_ccb_evt.err_code = err_code;
63 uint8_t err_code = AVDT_ERR_TIMEOUT; local
66 avdt_ccb_evt.err_code = err_code;
560 evt.msg.hdr.err_code = error_code
    [all...]
  /external/google-breakpad/src/common/linux/
libcurl_wrapper.cc 138 CURLcode err_code = CURLE_OK; local
139 err_code = (*easy_perform_)(curl_);
148 if (err_code != CURLE_OK)
151 (*easy_strerror_)(err_code));
162 return err_code == CURLE_OK;
http_upload.cc 112 CURLcode err_code = CURLE_OK; local
165 err_code = (*curl_easy_perform)(curl);
174 if (err_code != CURLE_OK)
177 (*curl_easy_strerror)(err_code));
180 *error_description = (*curl_easy_strerror)(err_code);
196 return err_code == CURLE_OK;
  /external/swiftshader/third_party/subzero/pydir/
sz_driver.py 80 err_code = 0
85 err_code = e.returncode
88 exit(err_code)
  /external/syslinux/win/
ntfstest.c 147 static void show_err(DWORD err_code) {
153 err_code,
  /external/tcpdump/
print-pptp.c 109 uint8_t err_code; member in struct:pptp_msg_sccrp
126 uint8_t err_code; member in struct:pptp_msg_stopccrp
137 uint8_t err_code; member in struct:pptp_msg_echorp
160 uint8_t err_code; member in struct:pptp_msg_ocrp
184 uint8_t err_code; member in struct:pptp_msg_icrp
207 uint8_t err_code; member in struct:pptp_msg_cdn
242 6 uint8_t err_code;
337 const uint8_t *err_code)
339 ND_PRINT((ndo, " ERR_CODE(%u", *err_code));
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 59 int err_code; member in struct:CvContext
79 context->err_code = CV_StsOk;
324 return icvGetContext()->err_code;
329 icvGetContext()->err_code = code;
346 context->err_code = code;
  /external/pdfium/fpdfsdk/
fsdk_define.h 78 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code);
fpdf_ext.cpp 119 void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code) {
121 if (err_code == FPDF_ERR_SECURITY) {
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 74 virtual void CallbackOnError(int channel, int err_code);
77 void MyObserver::CallbackOnError(int channel, int err_code) {
79 if (err_code == VE_TYPING_NOISE_WARNING) {
81 } else if (err_code == VE_TYPING_NOISE_OFF_WARNING) {
83 } else if (err_code == VE_RECEIVE_PACKET_TIMEOUT) {
85 } else if (err_code == VE_PACKET_RECEIPT_RESTARTED) {
87 } else if (err_code == VE_RUNTIME_PLAY_WARNING) {
89 } else if (err_code == VE_RUNTIME_REC_WARNING) {
91 } else if (err_code == VE_SATURATION_WARNING) {
93 } else if (err_code == VE_RUNTIME_PLAY_ERROR)
639 int err_code = 0; local
    [all...]
  /external/fmtlib/fmt/
format.cc 169 StrError(int err_code, char *&buf, std::size_t buf_size)
170 : error_code_(err_code), buffer_(buf), buffer_size_(buf_size) {}
226 int err_code, CStringRef format_str, ArgList args) {
227 error_code_ = err_code;
229 format_system_error(w, err_code, format(format_str, args));
351 int err_code, CStringRef format_str, ArgList args) {
352 error_code_ = err_code;
354 internal::format_windows_error(w, err_code, format(format_str, args));
  /system/bt/stack/include/
avdtc_api.h 235 uint8_t label, uint8_t err_code, uint8_t err_param);
  /system/update_engine/update_manager/
chromeos_policy.cc 47 // Examines |err_code| and decides whether the URL index needs to be advanced,
53 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) {
54 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code);
55 switch (err_code) {
82 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
83 << " (" << static_cast<int>(err_code) << ")";
100 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
101 << " (" << static_cast<int>(err_code) << ")";
138 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 89 int err_code; local
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
93 if (err_code) {
94 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
99 err_code = regexec(&regex, search_str, num_matches, matches, 0);
105 if (err_code) {
106 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
  /system/bt/stack/smp/
smp_api.cc 210 uint8_t err_code = SMP_PAIR_FAIL_UNKNOWN; local
216 err_code = p_cb->cert_failure;
223 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code);
  /system/bt/stack/a2dp/
a2dp_vendor_ldac_encoder.cc 654 int err_code = local
659 __func__, result, LDACBT_API_ERR(err_code),
660 LDACBT_HANDLE_ERR(err_code), LDACBT_BLOCK_ERR(err_code));

Completed in 1174 milliseconds

1 2