Home
last modified time | relevance | path

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

12

/system/core/libutils/
Dmisc.cpp41 int priority; member
49 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.cpp53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log()
DPrinter.cpp66 android_LogPriority priority, in LogPrinter()
DThreads.cpp77 int priority; member
669 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run()
DProcessCallStack.cpp205 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log()
/system/bt/utils/src/
Dbt_utils.c121 int priority = ANDROID_PRIORITY_AUDIO; in raise_priority_a2dp() local
168 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.py318 def _Rule(self, version, is_add, rule_type, table, match_nlattr, priority): argument
348 def DeleteRulesAtPriority(self, version, priority): argument
362 def FwmarkRule(self, version, is_add, fwmark, table, priority): argument
366 def IifRule(self, version, is_add, iif, table, priority): argument
370 def OifRule(self, version, is_add, oif, table, priority): argument
374 def UidRangeRule(self, version, is_add, start, end, table, priority): argument
380 def UnreachableRule(self, version, is_add, priority): argument
383 def DefaultRule(self, version, is_add, table, priority): argument
Dmultinetwork_test.py815 def GetRulesAtPriority(self, version, priority): argument
/system/extras/perfprofd/quipper/base/
Dlogging.cc84 android_LogPriority priority = in ~LogMessage() local
/system/core/include/log/
Dlogprint.h55 android_LogPriority priority; member
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
/system/netd/tests/
Dbinder_test.cpp235 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange()
253 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange()
/system/netd/server/
DRouteController.cpp265 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType, in modifyIpRule()
346 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
353 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule()
498 uint32_t priority; in modifyVpnUidRangeRule() local
529 uint32_t priority = secure ? RULE_PRIORITY_SECURE_VPN : RULE_PRIORITY_BYPASSABLE_VPN; in modifyVpnSystemPermissionRule() local
/system/bt/osi/src/
Dthread.c153 bool thread_set_priority(thread_t *thread, int priority) { in thread_set_priority()
/system/connectivity/shill/
Drouting_table_unittest.cc184 uint32_t priority; variable
207 uint32_t priority; variable
Dservice.cc1567 bool Service::SetPriority(const int32_t& priority, Error* error) { in SetPriority()
1580 bool Service::SetPriorityWithinTechnology(const int32_t& priority, in SetPriorityWithinTechnology()
Dservice.h406 int32_t priority() const { return priority_; } in priority() function
/system/core/base/
Dlogging.cpp219 int priority = kLogSeverityToAndroidLogPriority[severity]; in operator ()() local
/system/bt/stack/l2cap/
Dl2c_ucd.c519 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) in L2CA_UCDSetTxPriority()
Dl2c_api.c1291 BOOLEAN L2CA_SetAclPriority (BD_ADDR bd_addr, UINT8 priority) in L2CA_SetAclPriority()
1387 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority()
Dl2c_utils.c1433 void l2cu_change_pri_ccb (tL2C_CCB *p_ccb, tL2CAP_CHNL_PRIORITY priority) in l2cu_change_pri_ccb()
2552 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.c309 static const char* getPriorityString(int priority) in getPriorityString()
/system/bt/stack/rfcomm/
Drfc_int.h94 UINT8 priority; member

12