Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 20 of 20) sorted by relevance

/system/core/libutils/
Dmisc.cpp42 int priority; member
50 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
DLog.cpp24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority, in LogIfSlow()
DCallStack.cpp52 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log()
DPrinter.cpp66 android_LogPriority priority, in LogPrinter()
DThreads.cpp76 int priority; member
675 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run()
DProcessCallStack.cpp206 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log()
/system/bt/utils/src/
Dbt_utils.c120 int priority = ANDROID_PRIORITY_AUDIO; in raise_priority_a2dp() local
161 int priority = start ? ANDROID_PRIORITY_URGENT_AUDIO : ANDROID_PRIORITY_AUDIO; in adjust_priority_a2dp() local
/system/core/toolbox/
Dlog.c92 android_LogPriority priority; in log_main() local
/system/extras/tests/net_test/
Diproute.py420 def _Rule(self, version, is_add, rule_type, table, match_nlattr, priority): argument
450 def DeleteRulesAtPriority(self, version, priority): argument
464 def FwmarkRule(self, version, is_add, fwmark, table, priority): argument
468 def OifRule(self, version, is_add, oif, table, priority): argument
472 def UidRangeRule(self, version, is_add, start, end, table, priority): argument
478 def UnreachableRule(self, version, is_add, priority): argument
481 def DefaultRule(self, version, is_add, table, priority): argument
Dmultinetwork_test.py998 def GetRulesAtPriority(self, version, priority): argument
/system/extras/perfprofd/quipper/base/
Dlogging.cc84 android_LogPriority priority = in ~LogMessage() local
/system/core/include/log/
Dlog.h452 #define ALOG(priority, tag, ...) \ argument
460 #define LOG_PRI(priority, tag, ...) \ argument
468 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument
476 #define IF_ALOG(priority, tag) \ argument
Dlogprint.h50 android_LogPriority priority; member
/system/netd/server/
DRouteController.cpp257 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
338 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
483 uint32_t priority; in modifyVpnUidRangeRule() local
514 uint32_t priority = secure ? RULE_PRIORITY_SECURE_VPN : RULE_PRIORITY_BYPASSABLE_VPN; in modifyVpnSystemPermissionRule() local
/system/core/base/
Dlogging.cpp108 int priority = kLogSeverityToAndroidLogPriority[severity]; in operator ()() local
/system/bt/stack/l2cap/
Dl2c_api.c1000 BOOLEAN L2CA_SetAclPriority (BD_ADDR bd_addr, UINT8 priority) in L2CA_SetAclPriority()
1097 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority()
Dl2c_ucd.c515 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) in L2CA_UCDSetTxPriority()
Dl2c_utils.c1423 void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority) in l2cu_change_pri_ccb()
2491 BOOLEAN l2cu_set_acl_priority (BD_ADDR bd_addr, UINT8 priority, BOOLEAN reset_after_rs) in l2cu_set_acl_priority()
/system/core/liblog/
Dfake_log_device.c308 static const char* getPriorityString(int priority) in getPriorityString()
/system/bt/stack/rfcomm/
Drfc_int.h94 UINT8 priority; member