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

  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 125 M4OSA_ERR err_code; local
157 err_code = M4OSA_mutexOpen(&(threadContext->stateMutex));
159 if(M4OSA_ERR_IS_ERROR(err_code))
161 M4OSA_DEBUG(err_code, "M4OSA_threadSyncOpen: M4OSA_mutexOpen");
163 return err_code;
166 err_code = M4OSA_semaphoreOpen(&(threadContext->semStartStop), 0);
168 if(M4OSA_ERR_IS_ERROR(err_code))
170 M4OSA_DEBUG(err_code, "M4OSA_threadSyncOpen: M4OSA_semaphoreOpen");
172 return err_code;
396 M4OSA_ERR err_code; local
625 M4OSA_ERR err_code; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 143 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
144 err_code->SetErrorClass(error_code / 100);
145 err_code->SetNumber(error_code % 100);
146 err_code->SetReason(error_desc);
147 err_msg.AddAttribute(err_code);
relayserver.cc 88 StunErrorCodeAttribute* err_code = StunAttribute::CreateErrorCode(); local
89 err_code->SetErrorClass(error_code / 100);
90 err_code->SetNumber(error_code % 100);
91 err_code->SetReason(error_desc);
92 err_msg.AddAttribute(err_code);
  /external/tcpdump/
print-pptp.c 115 u_int8_t err_code; member in struct:pptp_msg_sccrp
132 u_int8_t err_code; member in struct:pptp_msg_stopccrp
143 u_int8_t err_code; member in struct:pptp_msg_echorp
166 u_int8_t err_code; member in struct:pptp_msg_ocrp
190 u_int8_t err_code; member in struct:pptp_msg_icrp
213 u_int8_t err_code; member in struct:pptp_msg_cdn
248 6 u_int8_t err_code;
337 pptp_err_code_print(const u_int8_t *err_code)
339 printf(" ERR_CODE(%u", *err_code);
    [all...]
  /external/srec/srec/include/
c42mul.h 45 #define SETUP_RETURN(REC) ((REC)->err_code= setjmp ((REC)->except_buf))
47 #define SET_ERROR(CODE) (rec->err_code= CODE)
  /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;
  /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);
  /external/srec/srec/clib/
matrix_i.c 47 int ii, jj, *index, err_code; local
65 if ((err_code = ludcmp(input, dim, index)) > 0) return(err_code);

Completed in 344 milliseconds