/frameworks/opt/net/voip/src/jni/rtp/ |
GsmCodec.cpp | 42 int set(int sampleRate, const char *fmtp) { function in class:__anon23196::GsmCodec
|
/frameworks/rs/ |
rsComponent.cpp | 23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1); 29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { function in class:Component 273 set(mType, mKind, mNormalized, mVectorSize);
|
rsMatrix4x4.h | 32 void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix4x4
|
/frameworks/support/v4/api21/android/support/v4/widget/ |
PopupWindowCompatApi21.java | 42 sOverlapAnchorField.set(popupWindow, overlapAnchor); 44 Log.i(TAG, "Could not set overlap anchor field in PopupWindow", e);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
dhdu_cmd.h | 32 int set; member in struct:cmd 40 /* Special set cmds to do download via dev node interface if present */
|
/hardware/qcom/audio/legacy/alsa_sound/ |
ALSAControl.cpp | 71 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/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_CompThread.c | 140 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__); 175 OMX_PRSTATE2(pComponentPrivate->dbg, "******************* Component State Set to Loaded\n\n"); 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/ |
OMX_AacEnc_CompThread.c | 112 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/ |
OMX_G711Dec_ComponentThread.c | 93 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/ |
OMX_G711Enc_ComponentThread.c | 112 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/ |
OMX_G726Dec_CompThread.c | 119 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"); 170 G726DEC_STATEPRINT("****************** Component State Set to Loaded\n\n");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_ComponentThread.c | 108 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/ |
OMX_G729Dec_ComponentThread.c | 135 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/ |
OMX_G729Enc_ComponentThread.c | 138 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/ |
OMX_Mp3Dec_CompThread.c | 139 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"); 200 OMX_PRSTATE2(pComponentPrivate->dbg, "****************** Component State Set to Loaded\n\n");
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 101 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/ |
OMX_AmrEnc_ComponentThread.c | 129 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/ |
OMX_WbAmrDec_ComponentThread.c | 126 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/ |
OMX_WbAmrEnc_CompThread.c | 127 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/ |
OMX_WmaDec_ComponentThread.c | 115 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/ |
OMX_JpegDec_Thread.c | 85 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/ |
OMX_JpegEnc_Thread.c | 102 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/ |
OMX_VPP_CompThread.c | 108 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/ |
OMX_VideoEnc_Thread.c | 123 sigset_t set; local 162 sigemptyset(&set); 163 sigaddset(&set,SIGALRM); 164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
|
/libcore/luni/src/main/java/java/util/ |
ListIterator.java | 119 * the object to set. 131 void set(E object); method in interface:ListIterator
|