HomeSort by relevance Sort by last modified time
    Searched full:return_error (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
c42mul.h 46 #define RETURN_ERROR(CODE) (rec->except_enabled ? longjmp(rec->except_buf, (CODE)) : SERVICE_ERROR(CODE))
  /frameworks/base/core/jni/
android_bluetooth_common.cpp 217 bool return_error = (err != NULL); local
219 if (!return_error) {
240 if (!return_error && dbus_error_is_set(err)) {
245 if (!return_error) {

Completed in 44 milliseconds