HomeSort by relevance Sort by last modified time
    Searched refs:ret_val (Results 251 - 275 of 282) sorted by null

<<1112

  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 854 int ret_val = Release(); local
855 if (ret_val < 0) {
856 return ret_val;
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 2687 int ret_val = 0; local
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
glslang_lex.cpp 2290 int ret_val; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 412 bool ret_val = false; local
419 ret_val = platform_send_gain_dep_cal(adev->platform, level);
424 if (!ret_val)
434 ALOGV("%s: exit with ret_val %d ", __func__, ret_val);
435 return ret_val;
441 int ret_val = 0; local
451 ret_val = platform_get_gain_level_mapping(mapping_tbl, table_size);
456 return ret_val;
563 int ret_val = -EINVAL local
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
test_mox.py     [all...]
  /external/libchrome/base/files/
file_path.cc 230 std::vector<StringType> ret_val;
238 ret_val.push_back(base.value());
245 ret_val.push_back(current.BaseName().value());
251 ret_val.push_back(StringType(dir.value(), 0, letter + 1));
254 *components = std::vector<StringType>(ret_val.rbegin(), ret_val.rend());
    [all...]
  /system/nfc/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c 1276 int8_t ret_val = 0x00; local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 356 let ret_val = codegen_expr body in var
359 let _ = build_ret ret_val builder in
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 356 let ret_val = codegen_expr body in var
359 let _ = build_ret ret_val builder in
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ia64-vms.c 3386 bfd_boolean ret_val = TRUE; \/* for non-fatal errors *\/ local
    [all...]
elfnn-ia64.c 3793 bfd_boolean ret_val = TRUE; \/* for non-fatal errors *\/ local
    [all...]
  /external/libunwind/src/
elfxx.c 593 bool ret_val = elf_w (lookup_symbol) (as, ip, &mdi, load_offset, buf, buf_len, offp, &ehdr); local
594 return ret_val;
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.c 439 int8_t ret_val = 0x00; local
506 ret_val = pthread_create(&nxpncihal_ctrl.client_thread, &attr,
509 if (ret_val != 0) {
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3Channel.h 566 int32_t doReprocess(int buf_fd,void *buffer, size_t buf_length, int32_t &ret_val,
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3Channel.h 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_intf.h 428 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon4096
    [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3Channel.h 501 int32_t doReprocess(int buf_fd, size_t buf_length, int32_t &ret_val,
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_intf.h 428 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon4648
    [all...]
  /external/mesa3d/src/glx/
single2.c 901 retval = reply->ret_val;
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py     [all...]
  /external/toybox/toys/pending/
dhcp.c 369 long ret_val = strtol(str, &endptr, base); local
372 return ret_val;
    [all...]
  /device/google/marlin/camera/QCamera2/stack/common/
cam_intf.h 545 int32_t ret_val; /* return value from reprocess. Could have different meanings. member in struct:__anon3472
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2901 int32_t ret_val = 0; local
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 2347 T ret_val; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 672 bool ret_val = false; local
683 return ret_val;
708 // set ret_val true if at least one calibration is set successfully
709 ret_val = true;
721 return ret_val;
    [all...]

Completed in 762 milliseconds

<<1112