Home
last modified time | relevance | path

Searched defs:prio (Results 1 – 25 of 53) sorted by relevance

123

/aosp12/system/unwinding/libunwindstack/tests/
H A DLogFake.cpp52 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
60 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
69 extern "C" int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint()
/aosp12/system/logging/liblog/include_vndk/log/
H A Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
84 #define android_printLog(prio, tag, ...) \ argument
87 #define android_vprintLog(prio, cond, tag, ...) \ argument
367 #define android_testLog(prio, tag) \ argument
370 #define android_testLog(prio, tag) \ argument
/aosp12/system/logging/liblog/include/log/
H A Dlog_main.h82 #define android_writeLog(prio, tag, text) __android_log_write(prio, tag, text) argument
84 #define android_printLog(prio, tag, ...) \ argument
87 #define android_vprintLog(prio, cond, tag, ...) \ argument
367 #define android_testLog(prio, tag) \ argument
370 #define android_testLog(prio, tag) \ argument
/aosp12/bionic/libc/upstream-netbsd/lib/libc/gen/
H A Dnice.c58 int prio; in __weak_alias() local
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfUtils.java139 private static native void tcFilterAddDevBpf(int ifIndex, boolean ingress, short prio, in tcFilterAddDevBpf()
142 private static native void tcFilterDelDev(int ifIndex, boolean ingress, short prio, in tcFilterDelDev()
/aosp12/system/logging/liblog/
H A Dproperties.cpp244 int __android_log_is_loggable_len(int prio, const char* tag, size_t len, int default_prio) { in __android_log_is_loggable_len()
259 int __android_log_is_loggable(int prio, const char* tag, int default_prio) { in __android_log_is_loggable()
337 int __android_log_is_loggable(int prio, const char*, int) { in __android_log_is_loggable() argument
345 int __android_log_is_loggable_len(int prio, const char*, size_t, int def) { in __android_log_is_loggable_len()
H A Dlogger_write.cpp291 int __android_log_write(int prio, const char* tag, const char* msg) { in __android_log_write()
317 int __android_log_buf_write(int bufID, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
330 int __android_log_vprint(int prio, const char* tag, const char* fmt, va_list ap) { in __android_log_vprint()
347 int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
367 int __android_log_buf_print(int bufID, int prio, const char* tag, const char* fmt, ...) { in __android_log_buf_print()
H A Dpmsg_reader.cpp37 uint8_t prio; in PmsgRead() member
162 ssize_t __android_log_pmsg_file_read(log_id_t logId, char prio, const char* prefix, in __android_log_pmsg_file_read()
174 char prio; in __android_log_pmsg_file_read() member
H A Dpmsg_writer.cpp183 ssize_t __android_log_pmsg_file_write(log_id_t logId, char prio, const char* filename, in __android_log_pmsg_file_write()
/aosp12/system/core/debuggerd/libdebuggerd/test/
H A Dlog_fake.cpp49 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
57 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
/aosp12/bionic/linker/
H A Dlinker_debug.cpp42 void linker_log(int prio, const char* fmt, ...) { in linker_log()
/aosp12/frameworks/base/core/java/android/os/
H A DISchedulingPolicyService.aidl32 int requestPriority(int pid, int tid, int prio, boolean isForApp); in requestPriority()
/aosp12/bionic/libc/malloc_debug/tests/
H A Dlog_fake.cpp66 extern "C" int __android_log_buf_write(int bufId, int prio, const char* tag, const char* msg) { in __android_log_buf_write()
74 extern "C" int __android_log_print(int prio, const char* tag, const char* fmt, ...) { in __android_log_print()
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.1d.h41 #define PRIO2PREC(prio) \ argument
H A D802.11e.h100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \ argument
/aosp12/system/libhidl/transport/include/hidl/
H A DHidlTransportSupport.h89 int prio; member
/aosp12/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_vlan.h29 __u8 prio; member
/aosp12/bootable/recovery/tests/manual/
H A Drecovery_test.cpp38 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename, in __pmsg_fn()
/aosp12/system/chre/platform/slpi/see/include/
H A Dsns_osa.h44 #define SNS_LOG(prio, ...) SNS_LOG_##prio(__VA_ARGS__) argument
/aosp12/frameworks/av/media/utils/
H A DSchedulingPolicyService.cpp31 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous) in requestPriority()
H A DISchedulingPolicyService.cpp42 int32_t prio, bool isForApp, bool asynchronous) in requestPriority()
/aosp12/system/keymaster/tests/
H A Dkeymaster_configuration_test.cpp24 int __android_log_print(int prio, const char* tag, const char* fmt) { in __android_log_print()
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBinderThreadPriorityTest.java110 public static String expectedSchedulerGroup(int prio) { in expectedSchedulerGroup()
/aosp12/frameworks/base/services/core/java/com/android/server/os/
H A DSchedulingPolicyService.java82 public int requestPriority(int pid, int tid, int prio, boolean isForApp) { in requestPriority()
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfUtils.cpp195 JNIEnv* env, jobject clazz, jint ifIndex, jboolean ingress, jshort prio, jshort proto, in com_android_networkstack_tethering_BpfUtils_tcFilterAddDevBpf()
308 jshort prio, jshort proto) { in com_android_networkstack_tethering_BpfUtils_tcFilterDelDev()

123