Searched refs:status (Results 326 - 350 of 406) sorted by relevance

<<11121314151617

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A D802.11.h251 uint16 status; /* status code */ member in struct:dot11_auth
270 uint16 status; /* status code */ member in struct:dot11_assoc_resp
793 uint8 status; member in struct:dot11_management_notification
994 #define DOT11_MNG_STATUS_LEN 2 /* d11 management status length */
1558 uint16 status; /* status code field */ member in struct:dot11_dls_resp
1606 uint8 status; /* transition status */ member in struct:dot11_bsstrans_resp
1659 uint8 status; /* status of add request */ member in struct:dot11_timbc_resp_ie
2105 uint16 status; /* status of add request */ member in struct:dot11_addba_resp
2150 uint16 status; /* status code */ member in struct:dot11_ft_res
2162 uint16 status; /* Status Code. */ member in struct:dot11_rde_ie
3417 uint8 status; member in struct:pu_buffer_status_ie
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c460 responses[i].status = -1;
529 responses[i].status = 0;
829 asprintf(&cmd, "AT+CMGW=%d,%d", length, p_args->status);
1665 char status[32] = {0}; local
1697 rlen = read(fd, status, 31);
1705 status[rlen] = '\0';
1706 RLOGD("### status: %s", status);
1708 } while (strncmp(status, "STATE=up", 8) && strcmp(status, "onlin
[all...]
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c187 int status; local
192 status = ioctl(pRPCCtx->fd_omx, ION_IOC_IMPORT, &data);
193 if (status < 0)
2493 OMX_S32 status;
2532 status =
2535 PROXY_assert(status >= 0, OMX_ErrorInsufficientResources,
2558 OMX_U32 status = 0;
2563 status = MemMgr_UnMap(pBuffer);
2564 PROXY_assert(status == 0, OMX_ErrorUndefined,
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp9081 bool status = true; local
9090 return status;
9099 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9102 if (status) {
9103 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9104 if (status)
9105 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9107 if (status) {
9113 status = false;
9125 return status;
9131 bool status = true; local
9199 bool status; local
9522 bool status = true; local
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp9337 bool status = true; local
9348 return status;
9358 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9362 if (status) {
9363 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9365 if (status)
9366 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9369 if (status) {
9375 status = false;
9389 return status;
9395 bool status = true; local
9471 bool status; local
9675 bool status = true; local
[all...]
H A Domx_vdec_hevc_swvdec.cpp9254 bool status = true; local
9263 return status;
9269 status = false;
9273 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9276 if (status) {
9277 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9278 if (status)
9279 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9281 if (status) {
9287 status
9306 bool status = true; local
9371 bool status; local
9411 bool status = true; local
9559 bool status = true; local
[all...]
H A Domx_vdec_msm8974.cpp9581 bool status = true; local
9590 return status;
9596 status = false;
9600 status = c2d.open(omx->drv_ctx.video_resolution.frame_height,
9603 if (status) {
9604 status = c2d.get_buffer_size(C2D_INPUT,src_size);
9605 if (status)
9606 status = c2d.get_buffer_size(C2D_OUTPUT,destination_size);
9608 if (status) {
9614 status
9633 bool status = true; local
9708 bool status; local
9753 bool status = true; local
9901 bool status = true; local
[all...]
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h30 unsigned char status[24]; member in struct:snd_aes_iec958
431 struct snd_pcm_mmap_status status; member in union:snd_pcm_sync_ptr::__anon2245
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h49 unsigned char status[24]; /* AES/IEC958 channel status bits */ member in struct:snd_aes_iec958
410 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
411 snd_pcm_uframes_t overrange; /* count of ADC (capture) overrange detections from last status */
439 struct snd_pcm_mmap_status status; member in union:snd_pcm_sync_ptr::__anon2342
593 size_t xruns; /* count of overruns since last status (in bytes) */
/hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
H A Domx_proxy_common.c140 int status; local
154 status = ioctl(pRPCCtx->fd_omx, OMX_IOCIONREGISTER, &ion_data);
155 if (status < 0) {
168 status = ioctl(pRPCCtx->fd_omx, OMX_IOCPVRREGISTER, &pvr_data);
169 if (status < 0) {
194 int status; local
204 status = ioctl(pRPCCtx->fd_omx, OMX_IOCIONUNREGISTER, &data);
205 if (status < 0) {
/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp67 CHECK_MEMBER_AT(sensors_vec_t, status, 12, 12);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h267 unsigned char status; member in struct:venc_switch
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h8 /* Base value for status codes */
472 unsigned char status; member in struct:venc_switch
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_enc.h291 unsigned char status; member in struct:venc_switch
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h8 /* Base value for status codes */
521 unsigned char status; member in struct:venc_switch
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h294 unsigned char status; member in struct:venc_switch
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h8 /* Base value for status codes */
523 unsigned char status; member in struct:venc_switch
/hardware/intel/common/libva/va/
H A Dva.h148 typedef int VAStatus; /* Return status type from functions */
149 /* Values for the return status */
1475 * Or to signal applicate if the slice size exceed this size, see "status" of VACodedBufferSegment
1581 * the \c status flag of #VACodedBufferSegment will contain
2456 * VA_CODED_BUF_STATUS_SINGLE_NALU status flag if that is the case.
2466 unsigned int status; member in struct:_VACodedBufferSegment
2687 /* this status is useful if surface is used as the source */
2699 VASurfaceStatus *status /* out */
2710 * an array of structure VASurfaceDecodeMBErrors, and the array is terminated by setting status=-1
2714 int status; /* member in struct:_VASurfaceDecodeMBErrors
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderBase.cpp355 Encode_Status status = mVideoEncoder->start(); local
356 if (status != ENCODE_SUCCESS) {
357 LOGE("Start failed, status = 0x%08x\n", status);
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp1134 status_t status = NO_ERROR; local
1141 status = volStatus;
1145 return status;
4210 status_t status = NAME_NOT_FOUND; local
4227 if (status == NAME_NOT_FOUND || status == NO_ERROR) {
4228 status = tmpStatus;
4239 if (status == NAME_NOT_FOUND || status == NO_ERROR) {
4240 status
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_video.c1448 if (obj_buffer->psb_buffer && (psb_bs_queued == obj_buffer->psb_buffer->status)) {
1452 obj_buffer->psb_buffer->status = psb_bs_abandoned;
1583 if (obj_buffer->psb_buffer && (psb_bs_queued == obj_buffer->psb_buffer->status)) {
1585 obj_buffer->psb_buffer->status = psb_bs_abandoned;
1748 if (psb_bs_queued == obj_buffer->psb_buffer->status) {
2441 VASurfaceStatus *status /* out */
2455 CHECK_INVALID_PARAM(status == NULL);
2541 *status = surface_status;
2594 driver_data->surface_mb_error[i].status = 1;
2602 driver_data->surface_mb_error[i].status
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp4434 bool status = true; local
4437 status = false;
4439 if(status) {
4447 status = false;
4449 status = false;
4451 if(!status && mLibHandle){
4457 return status;
4470 DEBUG_PRINT_LOW("\n Color convert status %d",result);
4478 bool status = false; local
4484 status
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp4357 bool status = true; local
4360 status = false;
4362 if (status) {
4370 status = false;
4372 status = false;
4374 if (!status && mLibHandle) {
4380 return status;
4395 DEBUG_PRINT_LOW("Color convert status %d",result);
4402 bool status = false; local
4409 status
[all...]
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp3082 status_t status = NO_ERROR; local
3095 status = snprintf(tmpBuffer, PARAM_BUFFER, "%dx%d", width, height);
3096 if ( 0 > status )
3162 status_t status; local
3174 status = snprintf(tmpBuffer, PARAM_BUFFER, "%d", param);
3175 if ( 0 > status )
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h179 uint16_t status; member in struct:msm_ctrl_cmd
287 int status; member in struct:msm_mctl_pp_cmd_ack_event
835 void *status; member in struct:msm_snapshot_pp_status

Completed in 1129 milliseconds

<<11121314151617