Searched defs:errcode (Results 1 – 5 of 5) sorted by relevance
114 static std::string sqlite3_error_code_to_msg(int errcode) { in sqlite3_error_code_to_msg()154 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) { in throw_sqlite3_exception_errcode()161 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception()
97 int32_t errcode = -1; in statsd_audiorecord() local
123 int32_t errcode = -1; in statsd_codec() local
753 void markError(status_t errcode, const char *func) in markError()