HomeSort by relevance Sort by last modified time
    Searched refs:err_code (Results 1 - 25 of 46) 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;
  /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;
  /system/bt/bta/av/
bta_av_ci.c 61 ** Parameter err_code is set to an AVDTP status value;
68 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
75 p_buf->hdr.event = (err_code == AVDT_SUCCESS) ?
77 p_buf->err_code = err_code;
bta_av_aact.c 446 else if (event == AVDT_SECURITY_CFM_EVT && p_data->hdr.err_code == 0)
519 if (p_data->hdr.err_code == 0)
525 p_msg->msg.hdr.err_code = 0;
533 p_msg->msg.hdr.err_code = 0;
536 if ((p_data == NULL) || (p_data->hdr.err_code == 0))
2613 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
2833 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
2883 UINT8 err_code = p_data->str_msg.msg.hdr.err_code; local
    [all...]
  /system/bt/bta/include/
bta_av_ci.h 57 ** Parameter err_code is set to an AVDTP status value;
64 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
  /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.c 270 UINT8 err_code = 0; local
274 p_data->msg.multi.num_seps, &err_code);
275 if (seid == 0 && err_code == 0)
281 p_data->msg.hdr.err_code = err_code;
308 event = (p_data->msg.hdr.err_code == 0) ?
341 UINT8 err_code = 0; local
345 p_data->msg.multi.num_seps, &err_code)) == 0 &&
346 err_code == 0)
354 p_data->msg.hdr.err_code = err_code
670 UINT8 err_code = AVDT_ERR_CONNECT; local
794 UINT8 err_code = AVDT_ERR_TIMEOUT; local
951 UINT8 err_code = AVDT_ERR_CONNECT; local
    [all...]
avdt_scb_act.c 143 p_scb->close_code = p_data->msg.hdr.err_code;
712 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
741 if (p_data->msg.hdr.err_code == 0)
781 p_data->msg.hdr.err_code = AVDT_ERR_NSC;
848 p_data->msg.hdr.err_code = AVDT_ERR_UNSUP_CFG;
    [all...]
avdt_api.c 46 uint8_t err_code = AVDT_ERR_TIMEOUT; local
48 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code);
55 uint8_t err_code = AVDT_ERR_TIMEOUT; local
57 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code);
64 uint8_t err_code = AVDT_ERR_TIMEOUT; local
66 avdt_ccb_event(p_ccb, avdt_event, (tAVDT_CCB_EVT *)&err_code);
584 evt.msg.hdr.err_code = error_code;
811 evt.msg.hdr.err_code = error_code;
884 evt.msg.security_rsp.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/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 43 int err_code; local
46 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
47 if (err_code) {
48 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
53 err_code = regexec(&regex, search_str, num_matches, matches, 0);
59 if (err_code) {
60 regerror(err_code, &regex, err_buf, REGEX_ERR_BUF_SIZE);
  /external/tcpdump/
print-pptp.c 108 uint8_t err_code; member in struct:pptp_msg_sccrp
125 uint8_t err_code; member in struct:pptp_msg_stopccrp
136 uint8_t err_code; member in struct:pptp_msg_echorp
159 uint8_t err_code; member in struct:pptp_msg_ocrp
183 uint8_t err_code; member in struct:pptp_msg_icrp
206 uint8_t err_code; member in struct:pptp_msg_cdn
241 6 uint8_t err_code;
336 const uint8_t *err_code)
338 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;
  /device/moto/shamu/
init.mmi.touch.sh 49 local err_code=$1
50 case $err_code in
59 exit $err_code
  /external/pdfium/fpdfsdk/src/
fpdf_dataavail.cpp 130 FX_DWORD err_code = pParser->StartAsynParse( local
132 if (err_code) {
134 ProcessParseError(err_code);
fpdfview.cpp 277 void ProcessParseError(FX_DWORD err_code) {
279 switch (err_code) {
281 err_code = FPDF_ERR_FILE;
284 err_code = FPDF_ERR_FORMAT;
287 err_code = FPDF_ERR_PASSWORD;
290 err_code = FPDF_ERR_SECURITY;
293 SetLastError(err_code);
313 FX_DWORD err_code = pParser->StartParse(pFileAccess); local
314 if (err_code) {
316 ProcessParseError(err_code);
402 FX_DWORD err_code = pParser->StartParse(pMemFile); local
420 FX_DWORD err_code = pParser->StartParse(pFile); local
    [all...]
fpdf_ext.cpp 135 void CheckUnSupportError(CPDF_Document* pDoc, FX_DWORD err_code) {
137 if (err_code == FPDF_ERR_SECURITY) {
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 136 void CheckUnSupportError(CPDF_Document* pDoc, FX_DWORD err_code);
138 void ProcessParseError(FX_DWORD err_code);
  /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...]
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 84 local ($makestring, $options, $answer, $err_code) = @_;
123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
  /system/bt/stack/include/
avdtc_api.h 224 UINT8 err_code, UINT8 err_param);
  /system/bt/stack/smp/
smp_api.c 226 UINT8 err_code = SMP_PAIR_FAIL_UNKNOWN; local
231 err_code = SMP_PASSKEY_ENTRY_FAIL;
233 err_code = SMP_NUMERIC_COMPAR_FAIL;
241 smp_sm_event(p_cb, SMP_AUTH_CMPL_EVT, &err_code);
  /system/update_engine/update_manager/
chromeos_policy.cc 45 // Examines |err_code| and decides whether the URL index needs to be advanced,
51 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) {
52 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code);
53 switch (err_code) {
80 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
81 << " (" << static_cast<int>(err_code) << ")";
98 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
99 << " (" << static_cast<int>(err_code) << ")";
135 << chromeos_update_engine::utils::ErrorCodeToString(err_code)
    [all...]

Completed in 420 milliseconds

1 2