Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/
H A 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()
/aosp14/frameworks/base/core/jni/
H A 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()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c163 int errcode, in regerror()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dcapi.h67 __u16 errcode; member
/aosp12/bionic/libc/kernel/uapi/rdma/hfi/
H A Dhfi1_user.h78 __u32 errcode; member
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h812 void markError(status_t errcode, const char *func) in markError()
/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c348 static bool compile_regex(key_map *km, int *errcode, PCRE2_SIZE *erroff) { in compile_regex()
502 int errcode; in key_map_validate() local
/aosp12/system/bt/bta/ag/
H A Dbta_ag_cmd.cc278 static void bta_ag_send_error(tBTA_AG_SCB* p_scb, int16_t errcode) { in bta_ag_send_error()
/aosp12/system/bt/btif/src/
H A Dbtif_hf.cc214 static void send_at_result(uint8_t ok_flag, uint16_t errcode, int idx) { in send_at_result()
/aosp12/system/bt/bta/include/
H A Dbta_ag_api.h314 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member