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

12

/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/invensense/60xx/libsensors_iio/software/core/driver/include/
H A Dlog.h281 #define MPL_LOG(priority, tag, fmt, ...) \
282 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
286 * Log macro that allows you to specify a number for the priority.
290 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
291 ALOG(priority, tag, fmt, ##__VA_ARGS__)
293 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
294 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
296 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
297 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
306 #define MPL_LOG_PRI_VA(priority, ta
[all...]
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dlog.h277 #define MPL_LOG(priority, tag, fmt, ...) \
278 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
282 * Log macro that allows you to specify a number for the priority.
286 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
287 ALOG(priority, tag, fmt, ##__VA_ARGS__)
289 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
290 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
292 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
293 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
302 #define MPL_LOG_PRI_VA(priority, ta
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dlog.h285 #define MPL_LOG(priority, tag, fmt, ...) \
286 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
290 * Log macro that allows you to specify a number for the priority.
294 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
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, ta
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A DSignalDrivenThread.h52 int32_t priority, size_t stack);
60 int32_t priority, size_t stack);
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.h443 int priority; member in struct:android::substream_entry
523 status_t attachSubStream(int stream_id, int priority);
/hardware/qcom/camera/QCamera2/util/
H A DQCameraCmdThread.h63 int32_t sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority);
H A DQCameraCmdThread.cpp123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd
124 * will be enqueued to the head with priority.
130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) argument
140 if (priority) {
/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 */
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.h81 inv_error_t inv_register_fifo_rate_process(inv_obj_func func, int priority);
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/samsung_slsi/exynos5/include/
H A Ds5p_tvout_v4l2.h125 __u32 priority; member in struct:v4l2_window_s5p_tvout
/hardware/invensense/60xx/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...]
H A Ddata_builder.h171 (struct inv_sensor_cal_t * data), int priority,
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.c38 int priority; member in struct:process_t
967 * @param[in] priority Lower priority numbers receive a callback before larger numbers. All priority
977 int priority, int sensor_type)
983 // Or used the same priority
986 (inv_data_builder.process[kk].priority == priority)) {
997 (inv_data_builder.process[kk].priority < priority)) {
975 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
[all...]
H A Ddata_builder.h225 (struct inv_sensor_cal_t * data), int priority,
/hardware/qcom/camera/QCamera2/stack/common/
H A Dmm_camera_interface.h221 * matching priority
249 * @priority : save matched priority frames only
257 mm_camera_super_buf_priority_t priority; member in struct:__anon562
/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:__anon1344
/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",

Completed in 1035 milliseconds

12