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

/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dlog_linux.c45 int _MLPrintLog (int priority, const char* tag, const char* fmt, ...) argument
51 result = _MLPrintVaLog(priority,tag,fmt,ap);
57 int _MLPrintVaLog(int priority, const char* tag, const char* fmt, va_list args) argument
68 switch (priority) {
/hardware/samsung_slsi/exynos5/libcamera2/
H A DSignalDrivenThread.cpp54 int32_t priority, size_t stack)
57 run(name, priority, stack);
60 int32_t priority, size_t stack)
68 run(name, priority, stack);
53 Start(const char* name, int32_t priority, size_t stack) argument
59 SignalDrivenThread(const char* name, int32_t priority, size_t stack) argument
H A DExynosCameraHWInterface2.h428 int priority; member in struct:android::substream_entry
508 status_t attachSubStream(int stream_id, int priority);
H A DExynosCameraHWInterface2.cpp3182 // face af mode setting in case of face priority scene mode
3514 // At scene mode face priority
3769 selfThread->m_attachedSubStreams[i].priority = 0;
6039 status_t ExynosCameraHWInterface2::StreamThread::attachSubStream(int stream_id, int priority) argument
6056 m_attachedSubStreams[vacantIndex].priority = priority;
6076 m_attachedSubStreams[index].priority = 0;
/hardware/ti/omap3/dspbridge/inc/
H A Drms_sh.h112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Drms_sh.h112 RMS_WORD priority; /* Task's runtime priority level */ member in struct:RMS_MoreTaskArgs
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmcdc.h68 * The BDC header is used on data packets to convey priority across USB.
73 uint8 priority; /* 802.1d Priority 0:2 bits, 4:7 USB flow control info */ member in struct:bdc_header
90 /* priority field bitmap */
H A Dwlioctl.h4384 because a lowest priority queue has given away one packet
4394 in order to save one from a queue of a highest priority
4413 because a lowest priority queue has given away one packet
4423 in order to save one from a queue of a highest priority
5326 /* Traffic management priority classes */
5331 trf_mgmt_priority_nochange = 3, /* do not update the priority */
5355 trf_mgmt_priority_class_t priority; /* Priority for filtered packets */ member in struct:trf_mgmt_filter
5373 /* Traffic management shaping info per priority queue */
/hardware/intel/img/hwcomposer/common/base/
H A DHwcLayer.cpp226 void HwcLayer::setPriority(uint32_t priority) argument
228 mPriority = priority;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp919 status_t OMXCameraAdapter::setAlgoPriority(AlgoPriority priority, argument
932 if ( FACE_PRIORITY == priority ) {
962 CAMHAL_LOGEB("Error while configuring face priority 0x%x", eError);
964 CAMHAL_LOGDB("Face priority for algorithms set successfully 0x%x, 0x%x, 0x%x",
970 } else if ( REGION_PRIORITY == priority ) {
1000 CAMHAL_LOGEB("Error while configuring region priority 0x%x", eError);
1002 CAMHAL_LOGDB("Region priority for algorithms set successfully 0x%x, 0x%x, 0x%x",
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXAlgo.cpp945 status_t OMXCameraAdapter::setAlgoPriority(AlgoPriority priority, argument
958 if ( FACE_PRIORITY == priority ) {
988 CAMHAL_LOGEB("Error while configuring face priority 0x%x", eError);
990 CAMHAL_LOGDB("Face priority for algorithms set successfully 0x%x, 0x%x, 0x%x",
996 } else if ( REGION_PRIORITY == priority ) {
1026 CAMHAL_LOGEB("Error while configuring region priority 0x%x", eError);
1028 CAMHAL_LOGDB("Region priority for algorithms set successfully 0x%x, 0x%x, 0x%x",
/hardware/ti/omap4-aah/libtiutils/
H A DDebugUtils.h62 void log(int priority, const char * format, ...);
146 #define DBGUTILS_LOGV_FULL(priority, file, line, function, format, ...) \
150 debug->log(priority, format, \
338 inline void Debug::log(const int priority, const char * const format, ...) argument
342 __android_log_vprint(priority, LOG_TAG, format, args);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c38 int priority; member in struct:process_t
915 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority
925 int priority, int sensor_type)
931 // Or used the same priority
934 (inv_data_builder.process[kk].priority == priority)) {
945 (inv_data_builder.process[kk].priority < priority)) {
923 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.c38 int priority; member in struct:process_t
1265 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority
1275 int priority, int sensor_type)
1281 // Or used the same priority
1284 (inv_data_builder.process[kk].priority == priority)) {
1295 (inv_data_builder.process[kk].priority < priority)) {
1273 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c38 int priority; member in struct:process_t
1037 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority
1047 int priority, int sensor_type)
1053 // Or used the same priority
1056 (inv_data_builder.process[kk].priority == priority)) {
1067 (inv_data_builder.process[kk].priority < priority)) {
1045 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Ds5p_tvout_v4l2.h125 __u32 priority; member in struct:v4l2_window_s5p_tvout
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c158 int priority[MAX_HIGH_RATE_PROCESSES]; member in struct:fifo_rate_obj
175 accuracy = INV_32_BIT; // 32-bits takes priority
2131 * @param[in] priority The unique priority number of the callback. Lower numbers
2135 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority) argument
2146 // Or used the same priority
2149 (fifo_rate_obj.priority[kk] == priority)) {
2161 (fifo_rate_obj.priority[kk] < priority)) {
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h301 u32 priority; member in union:vdec_property
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h268 u32 priority; member in union:vdec_property
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c1127 int priority = 0; local
1150 /* DSCP priority gets precedence over 802.1P (vlan tag) */
1152 priority = dscp_prio;
1155 priority = vlan_prio;
1159 * If the DSCP priority is not the same as the VLAN priority,
1160 * then overwrite the priority field in the vlan tag, with the
1161 * DSCP priority value. This is required for Linux APs because
1162 * the VLAN driver on Linux, overwrites the skb->priority field
1163 * with the priority valu
[all...]
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h774 RIL_CDMA_SMS_Priority priority; member in struct:__anon2546
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h584 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_mdp.h615 * @priority: Priority is returned by the driver when overlay is set for the
616 * first time. It indicates the priority of the underlying pipe
617 * serving the overlay. This priority can be used by user-space
633 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_mdp.h570 uint8_t priority; member in struct:mdp_overlay
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_mdp.h593 * @priority: Priority is returned by the driver when overlay is set for the
594 * first time. It indicates the priority of the underlying pipe
595 * serving the overlay. This priority can be used by user-space
610 uint8_t priority; member in struct:mdp_overlay

Completed in 850 milliseconds