/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | log.h | 285 #define MPL_LOG(priority, tag, fmt, ...) \ argument 286 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__) 294 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ argument 295 LOG(priority, tag, fmt, ##__VA_ARGS__) 297 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 298 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__) 300 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 301 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__) 310 #define MPL_LOG_PRI_VA(priority, tag, fmt, args) \ argument 311 android_vprintLog(priority, NULL, tag, fmt, args) [all …]
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | log.h | 339 #define MPL_LOG(priority, tag, fmt, ...) \ argument 340 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__) 348 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ argument 349 LOG(priority, tag, fmt, ##__VA_ARGS__) 351 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 352 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__) 354 #define MPL_LOG_PRI(priority, tag, fmt, ...) \ 355 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__) 364 #define MPL_LOG_PRI_VA(priority, tag, fmt, args) \ argument 365 android_vprintLog(priority, NULL, tag, fmt, args) [all …]
|
/hardware/interfaces/tests/libhwbinder/1.0/default/ |
D | ScheduleTest.cpp | 53 int priority = threadPri(); in send() local 58 if (priority_caller != priority) { in send() 62 << ", priority:" << priority << endl; in send()
|
/hardware/qcom/camera/msm8998/QCamera2/util/ |
D | QCameraCmdThread.cpp | 139 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) in sendCmd() argument 149 if (priority) { in sendCmd()
|
D | QCameraCmdThread.h | 66 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
|
/hardware/google/pixel/perfstatsd/ |
D | perfstatsd.rc | 5 priority 10
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 315 * Since the sum of the resource costs is > 100, if a higher-priority 316 * application has either device open, no lower-priority applications must 318 * lower-priority application is using a device that a higher-priority 319 * subsequently attempts to open, the lower-priority application must be 322 * If the highest-priority application chooses, it may still attempt to 355 * Based on the resourceCost fields, if a high-priority foreground 360 * The highest priority application may still attempt to simultaneously 389 * Based on the resourceCost fields, only the highest priority application 391 * higher-priority application is not using device 1 or 2, a low-priority 393 * disconnect it if a higher-priority application subsequently opens
|
/hardware/ti/am57x/bootctrl/ |
D | boot_control.cc | 237 if (bootctrl.slot_info[i].priority >= kActivePriority) in SetActiveBootSlot() 238 bootctrl.slot_info[i].priority = kActivePriority - 1; in SetActiveBootSlot() 244 bootctrl.slot_info[slot].priority = kActivePriority; in SetActiveBootSlot()
|
D | bootloader_message.h | 134 uint8_t priority : 4; member
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | resource_default.h | 83 int priority; member 86 index(0), hw_block_id(kHWBlockMax), priority(0) { } in SourcePipe()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | resource_default.h | 86 int priority; member 89 index(0), hw_block_id(kHWBlockMax), priority(0) { } in SourcePipe()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | resource_default.h | 87 int priority; member 90 index(0), hw_block_id(kHWBlockMax), priority(0) { } in SourcePipe()
|
/hardware/qcom/sdm845/display/sdm/libs/core/ |
D | resource_default.h | 87 int priority; member 90 index(0), hw_block_id(kHWBlockMax), priority(0) { } in SourcePipe()
|
/hardware/qcom/display/msm8909/sdm/libs/core/ |
D | resource_default.h | 87 int priority; member 90 index(0), hw_block_id(kHWBlockMax), priority(0) { } in SourcePipe()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 38 int priority; member 1047 int priority, int sensor_type) in inv_register_data_cb() argument 1056 (inv_data_builder.process[kk].priority == priority)) { in inv_register_data_cb() 1067 (inv_data_builder.process[kk].priority < priority)) { in inv_register_data_cb() 1080 inv_data_builder.process[kk].priority = priority; in inv_register_data_cb()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmcdc.h | 73 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 USB flow control info */ member
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Netlink.h | 186 __u32 priority; member
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Netlink.h | 185 __u32 priority; member
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 1127 int priority = 0; in pktsetprio() local 1152 priority = dscp_prio; in pktsetprio() 1155 priority = vlan_prio; in pktsetprio() 1165 if (update_vtag && (priority != vlan_prio)) { in pktsetprio() 1167 vlan_tag |= (uint16)priority << VLAN_PRI_SHIFT; in pktsetprio() 1174 priority = (int)(tos_tc >> IPV4_TOS_PREC_SHIFT); in pktsetprio() 1178 ASSERT(priority >= 0 && priority <= MAXPRIO); in pktsetprio() 1179 PKTSETPRIO(pkt, priority); in pktsetprio() 1180 return (rc | priority); in pktsetprio()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | data_builder.c | 38 int priority; member 1275 int priority, int sensor_type) in inv_register_data_cb() argument 1284 (inv_data_builder.process[kk].priority == priority)) { in inv_register_data_cb() 1295 (inv_data_builder.process[kk].priority < priority)) { in inv_register_data_cb() 1308 inv_data_builder.process[kk].priority = priority; in inv_register_data_cb()
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 228 OMX_U32 priority; member 521 bool venc_set_priority(OMX_U32 priority); 522 bool venc_set_session_priority(OMX_U32 priority);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 229 OMX_U32 priority; member 534 bool venc_set_priority(OMX_U32 priority); 535 bool venc_set_session_priority(OMX_U32 priority);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 245 OMX_U32 priority; member 570 bool venc_set_priority(OMX_U32 priority); 571 bool venc_set_session_priority(OMX_U32 priority);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 219 OMX_U32 priority; member 414 bool venc_set_session_priority(OMX_U32 priority);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Netlink.cpp | 583 memcpy(&route_info->attr_info.priority, in ipa_nl_decode_rtm_route() 585 sizeof(route_info->attr_info.priority)); in ipa_nl_decode_rtm_route() 958 msg_ptr->nl_route_info.attr_info.priority); in ipa_nl_decode_nlmsg() 1051 msg_ptr->nl_route_info.attr_info.priority, in ipa_nl_decode_nlmsg() 1110 msg_ptr->nl_route_info.attr_info.priority, in ipa_nl_decode_nlmsg() 1222 msg_ptr->nl_route_info.attr_info.priority); in ipa_nl_decode_nlmsg() 1292 msg_ptr->nl_route_info.attr_info.priority, in ipa_nl_decode_nlmsg()
|