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

123456789

/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
H A DAKFS_AK8975.c26 const int16 status,
33 if (AK8975_ST_ERROR(status)) {
24 AKFS_DecompAK8975( const int16 mag[3], const int16 status, const uint8vec* asa, const int16 nhdata, AKFVEC hdata[] ) argument
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp102 int status = -EINVAL; local
110 status = 0;
112 status = fb_device_open(module, name, device);
114 return status;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp102 int status = -EINVAL; local
110 status = 0;
112 status = fb_device_open(module, name, device);
114 return status;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp102 int status = -EINVAL; local
110 status = 0;
112 status = fb_device_open(module, name, device);
114 return status;
/hardware/libhardware/include/hardware/
H A Dbt_sock.h36 int status; member in struct:__anon258
/hardware/libhardware/tests/camera2/
H A DTestForkerEventListener.cpp53 int status; local
54 waitpid(childPid, &status, /*options*/0);
57 mHasSucceeded = WIFEXITED(status);
60 mHasSucceeded = WEXITSTATUS(status) == RETURN_CODE_PASSED;
61 } else if (WIFSIGNALED(status)) {
62 mTermSignal = WTERMSIG(status);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Dmessage_queue.h42 unsigned int status; member in struct:video_msgq
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dqueue.h42 unsigned int status; member in struct:video_msgq
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Dmessage_queue.h41 unsigned int status; member in struct:video_msgq
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dqueue.h41 unsigned int status; member in struct:video_msgq
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPProcessor_OEM.c66 DSP_STATUS status = DSP_SOK; local
76 status = DSPTRAP_Trap(&tempStruct, CMD_PROC_CTRL_OFFSET);
79 status = DSP_EHANDLE;
84 return status;
97 DSP_STATUS status = DSP_SOK; local
122 status = DSPTRAP_Trap(&tempStruct,
125 status = DSP_EPOINTER;
130 status = DSP_EINVALIDARG;
136 status = DSP_EHANDLE;
147 return status;
157 DSP_STATUS status = DSP_SOK; local
183 DSP_STATUS status = DSP_SOK; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c104 int status; local
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
145 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
156 if (0 == status) {
159 else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c77 int status; local
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
125 if (status == 0)
153 else if(status == -1)
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c65 OMX_S16 status = 0; local
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
98 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
101 if (0 == status) {
117 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c88 int status = 0; local
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
121 if (0 == status) {
137 } else if(-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c93 int status = 0; local
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
124 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
132 if (0 == status) {
139 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c85 int status = 0; local
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
113 if (0 == status) {
123 } else if(-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c104 OMX_S16 status = 0; local
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
140 if (0 == status) {
178 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c106 int status = 0; local
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
143 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
145 if (0 == status)
170 else if(-1 == status)
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c103 int status; local
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
144 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
154 if (0 == status) {
169 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c67 OMX_S16 status; local
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
106 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
114 if (0 == status) {
148 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c98 int status; local
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
134 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
142 if (0 == status) {
160 } else if(-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c86 OMX_S16 status; local
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
131 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
138 if (0 == status) {
166 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c91 int status; local
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
132 status = select (fdmax + 1, &rfds, NULL, NULL, &tv);
140 if (0 == status) {
154 } else if (-1 == status) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c79 int status; local
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
120 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
128 if (0 == status) {
149 else if (-1 == status) {

Completed in 822 milliseconds

123456789