Searched refs:status (Results 276 - 300 of 406) sorted by relevance

<<11121314151617

/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioHardwareALSA.h454 * return status based on values defined in include/utils/Errors.h
495 status_t *status,
508 status_t *status=0);
517 status_t *status,
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1969 fprintf(stderr, "Warning: JpegEncoder->JPEGENC_GetState has returned status %X\n", error);
2072 DSP_STATUS status = DSP_SOK; local
2078 status = (DBAPI)DspManager_Open(0, NULL);
2079 if (DSP_FAILED(status)) {
2088 status = DSP_SOK;
2093 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
2094 if (DSP_SUCCEEDED(status)) {
2095 status = DSPProcessor_Stop(hProc);
2096 if (DSP_SUCCEEDED(status)) {
2097 status
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c190 OMX_U32 status = 0; local
251 OMX_U32 status = 0; local
402 OMX_S32 status = 0; local
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c2274 * @param *pBuffer, Event which gives to details about USN status
2706 DSP_STATUS status = DSP_SOK; local
2728 status = DSPProcessor_ReserveMemory(ProcHandle, nSizeReserved, &(pDmmBuf->pReserved));
2731 if(DSP_FAILED(status))
2733 G711DEC_PRINT("DSPProcessor_ReserveMemory() failed - error 0x%x", (int)status);
2741 status = DSPProcessor_Map(ProcHandle,
2748 if(DSP_FAILED(status))
2750 G711DEC_PRINT("DSPProcessor_Map() failed - error 0x%x", (int)status);
2757 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
2758 if(DSP_FAILED(status))
2782 DSP_STATUS status = DSP_SOK; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c1822 * @param *pBuffer, Event which gives to details about USN status
1903 * @param event Event which gives to details about USN status
2326 This method returns the pending status to the buffer
2531 DSP_STATUS status = DSP_SOK; local
2559 status = DSPProcessor_ReserveMemory(ProcHandle, nSizeReserved, &(pDmmBuf->pReserved));
2561 if(DSP_FAILED(status))
2563 G711ENC_DPRINT("DSPProcessor_ReserveMemory() failed - error 0x%x", (int)status);
2571 status = DSPProcessor_Map(ProcHandle,
2578 if(DSP_FAILED(status))
2580 G711ENC_DPRINT("DSPProcessor_Map() failed - error 0x%x", (int)status);
2612 DSP_STATUS status = DSP_SOK; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c1986 DSP_STATUS status = DSP_SOK; local
2008 status = DSPProcessor_ReserveMemory(ProcHandle, nSizeReserved, &(pDmmBuf->pReserved));
2011 if(DSP_FAILED(status))
2013 G726DEC_EPRINT("DSPProcessor_ReserveMemory() failed - error 0x%x", (int)status);
2021 status = DSPProcessor_Map(ProcHandle,
2027 if(DSP_FAILED(status))
2029 G726DEC_EPRINT("DSPProcessor_Map() failed - error 0x%x", (int)status);
2036 status = DSPProcessor_FlushMemory(ProcHandle, pDmmBuf->pAllocated, size, 0);
2037 if(DSP_FAILED(status))
2039 G726DEC_EPRINT("Unable to flush mapped buffer: error 0x%x",(int)status);
2060 DSP_STATUS status = DSP_SOK; local
[all...]
/hardware/libhardware/include/hardware/
H A Dfused_location.h534 * status - FLP_GEOFENCE_MONITOR_STATUS_UNAVAILABLE or FLP_GEOFENCE_MONITOR_STATUS_AVAILABLE.
538 typedef void (*flp_geofence_monitor_status_callback) (int32_t status, uint32_t source,
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp584 int status; local
590 status = dlclose(module->dso);
591 if (status != 0) {
596 return status;
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c326 fprintf(stderr, "Aplay:sync_ptr->s.status.hw_ptr %ld pcm->buffer_size %d sync_ptr->c.control.appl_ptr %ld\n",
327 pcm->sync_ptr->s.status.hw_ptr,
374 fprintf(stderr, "Aplay:sync_ptr->s.status.hw_ptr %ld sync_ptr->c.control.appl_ptr %ld\n",
375 pcm->sync_ptr->s.status.hw_ptr,
419 if (pcm->sync_ptr->s.status.hw_ptr >= pcm->sync_ptr->c.control.appl_ptr) {
420 fprintf(stderr, "Aplay:sync_ptr->s.status.hw_ptr %ld sync_ptr->c.control.appl_ptr %ld\n",
421 pcm->sync_ptr->s.status.hw_ptr,
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp66 // status changes, e.g. when resource is GRANTED.
761 nifRequest.status = action;
947 void DSStateMachine :: informStatus(AgpsRsrcStatus status, int ID) const argument
949 LOC_LOGD("DSStateMachine :: informStatus. Status=%d\n",(int)status);
950 switch(status) {
968 LOC_LOGW("DSStateMachine :: informStatus - unknown status");
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_agps.cpp66 // status changes, e.g. when resource is GRANTED.
761 nifRequest.status = action;
946 void DSStateMachine :: informStatus(AgpsRsrcStatus status, int ID) const argument
948 LOC_LOGD("DSStateMachine :: informStatus. Status=%d\n",(int)status);
949 switch(status) {
967 LOC_LOGW("DSStateMachine :: informStatus - unknown status");
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_device_copper.h46 unsigned char status; member in struct:msm_venc_switch
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h131 int32_t *status; member in struct:msm_cpp_frame_info_t
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h115 int32_t *status; member in struct:msm_cpp_frame_info_t
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXDCC.cpp60 OMX_S32 status = 0; local
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h158 int32_t *status; member in struct:msm_cpp_frame_info_t
318 compat_int_t status; member in struct:msm_cpp_frame_info32_t
/hardware/ril/include/telephony/
H A Dril_cdma_sms.h171 int status; /* Status of message. See TS 27.005 3.1, "<stat>": */ member in struct:__anon2501
746 RIL_CDMA_SMS_DeliveryStatusE status; member in struct:__anon2543
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp611 int8_t status; local
625 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_HUE", &value);
629 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_SATURATION", &value);
633 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_BRIGHTNESS", &value);
637 status = read_value_float(g_config_file_fd, "COLOR_BALANCE_CONTRAST", &value);
643 if (status)
/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp495 status_t status; local
508 &config->sample_rate, &status);
510 ret = status;
562 status_t status; local
574 &status, (AudioSystem::audio_in_acoustics)0);
576 ret = status;
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc.cpp604 int status = -EINVAL; local
629 status = 0;
631 return status;
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc.cpp706 int status = -EINVAL; local
731 status = 0;
733 return status;
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.h187 int status; member in struct:android::node_info
214 request_entry_status_t status; member in struct:android::request_manager_entry
334 int status; member in struct:android::bayer_buf_entry
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c3067 DSP_STATUS status = DSP_SOK; local
3073 status = (DBAPI)DspManager_Open(0, NULL);
3074 if (DSP_FAILED(status)) {
3083 status = DSP_SOK;
3088 status = DSPProcessor_Attach(uProcId, NULL, &hProc);
3089 if (DSP_SUCCEEDED(status)) {
3090 status = DSPProcessor_Stop(hProc);
3091 if (DSP_SUCCEEDED(status)) {
3092 status = DSPProcessor_Load(hProc,1,(const char **)argv,NULL);
3093 if (DSP_SUCCEEDED(status)) {
[all...]
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c290 OMX_U32 status = 0; local
351 OMX_U32 status = 0; local
609 OMX_S32 status = 0; local
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderBase.cpp680 uint32_t status = 0; local
703 status = vaCodedSeg->status;
719 mSliceSizeOverflow = status & VA_CODED_BUF_STATUS_SLICE_OVERFLOW_MASK;
1592 Encode_Status status = ENCODE_SUCCESS; local
1623 status = map->doMapping();
1625 if (status == ENCODE_SUCCESS)
1631 return status;

Completed in 1333 milliseconds

<<11121314151617