Searched defs:errcode (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | android_database_SQLiteCommon.cpp | 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()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_database_SQLiteCommon.cpp | 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()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | regerror.c | 163 int errcode, in regerror()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | capi.h | 67 __u16 errcode; member
|
/aosp12/bionic/libc/kernel/uapi/rdma/hfi/ |
H A D | hfi1_user.h | 78 __u32 errcode; member
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioRecord.h | 812 void markError(status_t errcode, const char *func) in markError()
|
/aosp12/system/sepolicy/tools/ |
H A D | check_seapp.c | 348 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 D | bta_ag_cmd.cc | 278 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 D | btif_hf.cc | 214 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 D | bta_ag_api.h | 314 uint16_t errcode; /* Valid only if 'ok_flag' is set to BTA_AG_OK_ERROR */ member
|