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

/hardware/invensense/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.h440 int priority; member in struct:android::substream_entry
520 status_t attachSubStream(int stream_id, int priority);
H A DExynosCameraHWInterface2.cpp3166 // face af mode setting in case of face priority scene mode
3490 // At scene mode face priority
3738 selfThread->m_attachedSubStreams[i].priority = 0;
6006 status_t ExynosCameraHWInterface2::StreamThread::attachSubStream(int stream_id, int priority) argument
6023 m_attachedSubStreams[vacantIndex].priority = priority;
6043 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/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/invensense/libsensors_iio/software/core/mllite/
H A Ddata_builder.c38 int priority; member in struct:process_t
803 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority
813 int priority, int sensor_type)
819 // Or used the same priority
822 (inv_data_builder.process[kk].priority == priority)) {
833 (inv_data_builder.process[kk].priority < priority)) {
811 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/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:__anon695

Completed in 520 milliseconds