Home
last modified time | relevance | path

Searched defs:errcode (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/jni/
Dandroid_database_SQLiteCommon.cpp114 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()
/frameworks/av/services/mediaanalytics/
Dstatsd_audiorecord.cpp97 int32_t errcode = -1; in statsd_audiorecord() local
Dstatsd_codec.cpp123 int32_t errcode = -1; in statsd_codec() local
/frameworks/av/include/media/
DAudioRecord.h753 void markError(status_t errcode, const char *func) in markError()
/frameworks/av/media/libaudioclient/include/media/
DAudioRecord.h753 void markError(status_t errcode, const char *func) in markError()