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

123

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c26 * @param[in] set The flags to set.
33 void inv_set_message(long set, long clear, int level) argument
37 mh.message |= set;
43 * @param[in] clear If set, will clear the message. Typically this will be set
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c26 * @param[in] set The flags to set.
33 void inv_set_message(long set, long clear, int level) argument
37 mh.message |= set;
43 * @param[in] clear If set, will clear the message. Typically this will be set
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c26 * @param[in] set The flags to set.
33 void inv_set_message(long set, long clear, int level) argument
37 mh.message |= set;
43 * @param[in] clear If set, will clear the message. Typically this will be set
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Ddhdu_cmd.h32 int set; member in struct:cmd
40 /* Special set cmds to do download via dev node interface if present */
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c140 sigset_t set; local
141 sigemptyset (&set);
142 sigaddset (&set, SIGALRM);
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
170 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
202 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c112 sigset_t set; local
113 sigemptyset (&set);
114 sigaddset (&set, SIGALRM);
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
166 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
195 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c93 sigset_t set; local
94 sigemptyset (&set);
95 sigaddset (&set, SIGALRM);
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
126 G711DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
142 G711DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c112 sigset_t set; local
113 sigemptyset (&set);
114 sigaddset (&set, SIGALRM);
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
150 G711ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
163 G711ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c119 sigset_t set; local
120 sigemptyset (&set);
121 sigaddset (&set, SIGALRM);
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
152 G726DEC_DPRINT (":: DATA pipe is set in Component Thread\n");
164 G726DEC_DPRINT (":: CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c108 sigset_t set; local
109 sigemptyset (&set);
110 sigaddset (&set, SIGALRM);
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
135 G726ENC_DPRINT("%d :: CMD pipe is set in Component Thread\n",__LINE__);
162 G726ENC_DPRINT("%d :: DATA pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c135 sigset_t set; local
136 sigemptyset (&set);
137 sigaddset (&set, SIGALRM);
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
190 G729DEC_DPRINT ("%d :: DATA pipe is set in Component Thread\n",__LINE__);
204 G729DEC_DPRINT ("%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c138 sigset_t set; local
139 sigemptyset (&set);
140 sigaddset (&set, SIGALRM);
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
183 G729ENC_DPRINT("DATA pipe is set in Component Thread\n");
202 G729ENC_DPRINT("CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c139 sigset_t set; local
140 sigemptyset (&set);
141 sigaddset (&set, SIGALRM);
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
183 OMX_PRCOMM2(pComponentPrivate->dbg, ":: DATA pipe is set in Component Thread\n");
195 OMX_PRCOMM2(pComponentPrivate->dbg, ":: CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c101 sigset_t set; local
102 sigemptyset (&set);
103 sigaddset (&set, SIGALRM);
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
159 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: DATA pipe is set in Component Thread\n",__LINE__);
173 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c129 sigset_t set; local
130 sigemptyset (&set);
131 sigaddset (&set, SIGALRM);
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
172 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
187 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c126 sigset_t set; local
127 sigemptyset (&set);
128 sigaddset (&set, SIGALRM);
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
177 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n");
190 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c127 sigset_t set; local
128 sigemptyset (&set);
129 sigaddset (&set, SIGALRM);
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
164 OMX_PRCOMM2(pComponentPrivate->dbg, "DATA pipe is set in Component Thread\n");
181 OMX_PRINT1(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c115 sigset_t set; local
116 sigemptyset (&set);
117 sigaddset (&set, SIGALRM);
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
160 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: DATA pipe is set in Component Thread\n",__LINE__);
175 OMX_PRCOMM2(pComponentPrivate->dbg, "%d :: CMD pipe is set in Component Thread\n",__LINE__);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Thread.c85 sigset_t set; local
120 sigemptyset(&set);
121 sigaddset(&set, SIGALRM);
122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set);
138 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c102 sigset_t set; local
140 sigemptyset(&set) ;
141 sigaddset(&set,SIGALRM);
142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
157 OMX_PRBUFFER2(pComponentPrivate->dbg, "filled_inpBuf_Q pipe is set\n");
181 OMX_PRCOMM2(pComponentPrivate->dbg, "CMD pipe is set in Component Thread\n");
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c108 sigset_t set; local
146 sigemptyset(&set);
147 sigaddset(&set,SIGALRM);
149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Thread.c123 sigset_t set; local
162 sigemptyset(&set);
163 sigaddset(&set,SIGALRM);
164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAControl.cpp71 status_t ALSAControl::set(const char *name, unsigned int value, int index) function in class:android_audio_legacy::ALSAControl
75 ALOGD("set:: name %s value %d index %d", name, value, index);
91 status_t ALSAControl::set(const char *name, const char *value) function in class:android_audio_legacy::ALSAControl
95 ALOGD("set:: name %s value %s", name, value);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c111 sigset_t set; local
176 sigemptyset (&set);
177 sigaddset (&set, SIGALRM);
178 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
179 sigdelset (&set, SIGALRM);
366 sigset_t set; local
413 sigemptyset (&set);
414 sigaddset (&set, SIGALRM);
415 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
416 sigdelset (&set, SIGALR
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_virtual.cpp110 // We set the vsync period to the primary refresh rate, leaving
149 int HWCVirtualVDS::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualVDS
172 ALOGE("Failed to set WB as secure for virtual display");
204 //If we dont handle the frame, set retireFenceFd to outbufFenceFd,
207 //set retireFenceFd to -1. Since we want hwc to be async, choosing
287 int HWCVirtualV4L2::set(hwc_context_t *ctx, hwc_display_contents_1_t *list) { function in class:HWCVirtualV4L2

Completed in 4442 milliseconds

123