| /system/core/libutils/ |
| D | misc.cpp | 39 int priority; member 47 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback()
|
| D | Log.cpp | 25 const char* tag, android_LogPriority priority, int timeoutMillis, const char* message) in LogIfSlow()
|
| D | CallStack.cpp | 54 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log()
|
| D | Printer.cpp | 64 android_LogPriority priority, in LogPrinter()
|
| D | Threads.cpp | 70 int priority; member 662 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run()
|
| D | ProcessCallStack.cpp | 192 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, in log()
|
| /system/core/liblog/include_vndk/log/ |
| D | log_main.h | 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 78 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 307 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 314 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument
|
| /system/core/liblog/include/log/ |
| D | log_main.h | 71 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 78 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 307 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 314 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument
|
| D | logprint.h | 59 android_LogPriority priority; member
|
| /system/libhidl/transport/ |
| D | HidlTransportSupport.cpp | 32 int policy, int priority) { in setMinSchedulerPolicy()
|
| /system/extras/perfprofd/quipper/base/ |
| D | logging.cc | 84 android_LogPriority priority = in ~LogMessage() local
|
| /system/bt/osi/src/ |
| D | thread.cc | 148 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() 162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority()
|
| /system/netd/server/ |
| D | RouteController.cpp | 226 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType, in modifyIpRule() 312 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule() 319 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule() 471 uint32_t priority; in modifyVpnUidRangeRule() local 502 uint32_t priority = secure ? RULE_PRIORITY_SECURE_VPN : RULE_PRIORITY_BYPASSABLE_VPN; in modifyVpnSystemPermissionRule() local
|
| /system/netd/tests/ |
| D | binder_test.cpp | 263 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange() 281 static bool ipRuleExistsForRange(const uint32_t priority, const UidRange& range, in ipRuleExistsForRange()
|
| /system/core/init/ |
| D | service.h | 107 int priority() const { return priority_; } in priority() function
|
| /system/bt/stack/l2cap/ |
| D | l2c_ucd.cc | 504 bool L2CA_UCDSetTxPriority(BD_ADDR rem_bda, tL2CAP_CHNL_PRIORITY priority) { in L2CA_UCDSetTxPriority()
|
| D | l2c_api.cc | 1228 bool L2CA_SetAclPriority(BD_ADDR bd_addr, uint8_t priority) { in L2CA_SetAclPriority() 1327 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority()
|
| D | l2c_utils.cc | 1329 void l2cu_change_pri_ccb(tL2C_CCB* p_ccb, tL2CAP_CHNL_PRIORITY priority) { in l2cu_change_pri_ccb() 2346 bool l2cu_set_acl_priority(BD_ADDR bd_addr, uint8_t priority, in l2cu_set_acl_priority()
|
| /system/core/base/ |
| D | logging.cpp | 235 int priority = kLogSeverityToAndroidLogPriority[severity]; in operator ()() local
|
| /system/chre/core/tests/ |
| D | request_multiplexer_test.cc | 29 DummyRequest(int priority) : mPriority(priority) {} in DummyRequest()
|
| /system/core/liblog/ |
| D | fake_log_device.c | 316 static const char* getPriorityString(int priority) { in getPriorityString()
|
| /system/bt/stack/rfcomm/ |
| D | rfc_int.h | 98 uint8_t priority; member
|
| /system/bt/stack/a2dp/ |
| D | a2dp_codec_config.cc | 93 uint32_t priority = 1000 * (codec_index_ + 1) + 1; in setDefaultCodecPriority() local
|
| /system/libhwbinder/ |
| D | Parcel.cpp | 217 int priority = local->getMinSchedulingPriority(); in flatten_binder() local
|