/system/core/libutils/ |
D | misc.cpp | 41 int priority; member 49 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
|
D | Log.cpp | 24 LogIfSlow::LogIfSlow(const char* tag, android_LogPriority priority, in LogIfSlow()
|
D | CallStack.cpp | 53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log()
|
D | Printer.cpp | 66 android_LogPriority priority, in LogPrinter()
|
D | Threads.cpp | 77 int priority; member 669 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run()
|
D | ProcessCallStack.cpp | 205 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log()
|
/system/bt/utils/src/ |
D | bt_utils.c | 121 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/ |
D | log.c | 92 android_LogPriority priority; in log_main() local
|
/system/extras/tests/net_test/ |
D | iproute.py | 318 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
|
D | multinetwork_test.py | 815 def GetRulesAtPriority(self, version, priority): argument
|
/system/extras/perfprofd/quipper/base/ |
D | logging.cc | 84 android_LogPriority priority = in ~LogMessage() local
|
/system/core/include/log/ |
D | logprint.h | 55 android_LogPriority priority; member
|
D | log.h | 452 #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/ |
D | binder_test.cpp | 235 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/ |
D | RouteController.cpp | 265 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/ |
D | thread.c | 153 bool thread_set_priority(thread_t *thread, int priority) { in thread_set_priority()
|
/system/connectivity/shill/ |
D | routing_table_unittest.cc | 184 uint32_t priority; variable 207 uint32_t priority; variable
|
D | service.cc | 1567 bool Service::SetPriority(const int32_t& priority, Error* error) { in SetPriority() 1580 bool Service::SetPriorityWithinTechnology(const int32_t& priority, in SetPriorityWithinTechnology()
|
D | service.h | 406 int32_t priority() const { return priority_; } in priority() function
|
/system/core/base/ |
D | logging.cpp | 219 int priority = kLogSeverityToAndroidLogPriority[severity]; in operator ()() local
|
/system/bt/stack/l2cap/ |
D | l2c_ucd.c | 519 BOOLEAN L2CA_UCDSetTxPriority ( BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority ) in L2CA_UCDSetTxPriority()
|
D | l2c_api.c | 1291 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()
|
D | l2c_utils.c | 1433 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/ |
D | fake_log_device.c | 309 static const char* getPriorityString(int priority) in getPriorityString()
|
/system/bt/stack/rfcomm/ |
D | rfc_int.h | 94 UINT8 priority; member
|