/system/timezone/input_data/android/ |
D | countryzones.txt | 84 # priority: 87 # for a given time range). Zones that are identical but lower priority 89 # with the higher priority zone for that period. The priority is in the 90 # range >=1, the default is 1. Whether a priority needs to be 96 # Often the exact priority assigned doesn't matter and zone priorities are 239 priority:15600 245 priority:3310 251 priority:1210 257 priority:673 263 priority:1450 [all …]
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/ |
D | ZoneInfo.java | 37 private final int priority; field in ZoneInfo 45 private ZoneInfo(String zoneId, int priority, List<ZoneOffsetPeriod> zoneOffsetPeriods) { in ZoneInfo() argument 46 if (priority < MIN_PRIORITY) { in ZoneInfo() 50 this.priority = priority; in ZoneInfo() 62 public static ZoneInfo create(TimeZoneNames timeZoneNames, BasicTimeZone timeZone, int priority, in create() argument 75 return new ZoneInfo(timeZone.getID(), priority, zoneOffsetPeriods); in create() 98 return priority; in getPriority() 104 "priority=" + priority + in toString()
|
/system/libhidl/transport/ |
D | HidlTransportSupport.cpp | 59 bool setMinSchedulerPolicy(const sp<IBase>& service, int policy, int priority) { in setMinSchedulerPolicy() argument 67 if (priority < -20 || priority > 19) { in setMinSchedulerPolicy() 68 LOG(ERROR) << "Invalid priority for SCHED_NORMAL: " << priority; in setMinSchedulerPolicy() 74 if (priority < 1 || priority > 99) { in setMinSchedulerPolicy() 75 LOG(ERROR) << "Invalid priority for " << policy << " policy: " << priority; in setMinSchedulerPolicy() 90 details::gServicePrioMap->setLocked(service, {policy, priority}); in setMinSchedulerPolicy()
|
/system/core/libutils/ |
D | misc.cpp | 39 int priority; member 48 void add_sysprop_change_callback(sysprop_change_callback cb, int priority) { in add_sysprop_change_callback() argument 55 info.priority = priority; in add_sysprop_change_callback() 58 if (priority >= gSyspropList->itemAt(i).priority) { in add_sysprop_change_callback()
|
D | CallStack.cpp | 53 void CallStack::log(const char* logtag, android_LogPriority priority, const char* prefix) const { in log() argument 54 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false); in log() 90 android_LogPriority priority) { in logStackInternal() argument 91 stack->log(logtag, priority); in logStackInternal()
|
D | Printer.cpp | 66 android_LogPriority priority, in LogPrinter() argument 70 mPriority(priority), in LogPrinter()
|
D | Threads.cpp | 70 int priority; member 78 int prio = t->priority; in trampoline() 138 t->priority = threadPriority; in androidCreateRawThreadEtc() 664 status_t Thread::run(const char* name, int32_t priority, size_t stack) in run() argument 689 this, name, priority, stack, &mThread); in run() 692 this, name, priority, stack, &mThread); in run()
|
/system/bt/gd/os/linux_generic/ |
D | thread.cc | 34 Thread::Thread(const std::string& name, const Priority priority) in Thread() argument 37 running_thread_(&Thread::run, this, priority) {} in Thread() 39 void Thread::run(Priority priority) { in run() argument 40 if (priority == Priority::REAL_TIME) { in run()
|
/system/core/liblog/include/log/ |
D | log_main.h | 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 102 android_vprintLog(priority, NULL, tag, fmt, args) 331 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 338 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument
|
/system/core/liblog/include_vndk/log/ |
D | log_main.h | 94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) argument 101 #define LOG_PRI_VA(priority, tag, fmt, args) \ argument 102 android_vprintLog(priority, NULL, tag, fmt, args) 331 #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) argument 338 #define IF_ALOG(priority, tag) if (android_testLog(ANDROID_##priority, tag)) argument
|
/system/core/libutils/include/utils/ |
D | CallStack.h | 66 android_LogPriority priority = ANDROID_LOG_DEBUG, 122 android_LogPriority priority = ANDROID_LOG_DEBUG) { 124 logStackInternal(logtag, stack, priority); 157 android_LogPriority priority);
|
D | misc.h | 35 void add_sysprop_change_callback(sysprop_change_callback cb, int priority);
|
/system/bt/osi/src/ |
D | thread.cc | 148 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() argument 151 const int rc = setpriority(PRIO_PROCESS, thread->tid, priority); in thread_set_priority() 155 __func__, priority, thread->tid, rc); in thread_set_priority() 162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() argument 166 rt_params.sched_priority = priority; in thread_set_rt_priority() 172 __func__, priority, thread->tid, strerror(errno)); in thread_set_rt_priority()
|
/system/bt/gd/os/ |
D | thread.h | 44 Thread(const std::string& name, Priority priority); 67 void run(Priority priority);
|
/system/bt/osi/include/ |
D | thread.h | 66 bool thread_set_priority(thread_t* thread, int priority); 73 bool thread_set_rt_priority(thread_t* thread, int priority);
|
/system/core/rootdir/ |
D | init.zygote32_64.rc | 3 priority -20 19 priority -20
|
D | init.zygote64_32.rc | 3 priority -20 19 priority -20
|
/system/netd/server/ |
D | RouteController.cpp | 234 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint8_t ruleType, in modifyIpRule() argument 286 { &priority, sizeof(priority) }, in modifyIpRule() 307 if (!(action == RTM_DELRULE && ret == -ENOENT && priority == RULE_PRIORITY_TETHERING)) { in modifyIpRule() 320 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule() argument 323 return modifyIpRule(action, priority, FR_ACT_TO_TBL, table, fwmark, mask, iif, oif, uidStart, in modifyIpRule() 327 WARN_UNUSED_RESULT int modifyIpRule(uint16_t action, uint32_t priority, uint32_t table, in modifyIpRule() argument 329 return modifyIpRule(action, priority, table, fwmark, mask, IIF_NONE, OIF_NONE, INVALID_UID, in modifyIpRule() 488 uint32_t priority; in modifyVpnUidRangeRule() local 491 priority = RULE_PRIORITY_SECURE_VPN; in modifyVpnUidRangeRule() 493 priority = RULE_PRIORITY_BYPASSABLE_VPN; in modifyVpnUidRangeRule() [all …]
|
/system/vold/ |
D | wait_for_keymaster.rc | 4 priority -20
|
/system/core/storaged/ |
D | storaged.rc | 4 priority 10
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothPbapClient.aidl | 32 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() argument
|
D | IBluetoothSap.aidl | 35 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() argument
|
D | IBluetoothMap.aidl | 35 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() argument
|
D | IBluetoothA2dpSink.aidl | 34 boolean setPriority(in BluetoothDevice device, int priority); in setPriority() argument
|
/system/bt/stack/test/rfcomm/ |
D | stack_rfcomm_test_utils.h | 89 uint8_t cl_bits, uint8_t priority, 174 uint8_t cl, uint8_t priority,
|