Searched refs:status (Results 51 - 75 of 406) sorted by relevance

1234567891011>>

/hardware/intel/common/libva/va/drm/
H A Dva_drm.c63 VAStatus status; local
66 status = VA_DRM_GetDriverName(ctx, driver_name_ptr);
67 if (status != VA_STATUS_SUCCESS)
68 return status;
/hardware/libhardware/include/hardware/
H A Dbt_mce.h32 typedef void (*btmce_remote_mas_instances_callback)(bt_status_t status, bt_bdaddr_t *bd_addr,
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc.cpp101 int status = -EINVAL; local
109 status = 0;
111 status = fb_device_open(module, name, device);
113 return status;
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp100 int status = -EINVAL; local
108 status = 0;
110 status = fb_device_open(module, name, device);
112 return status;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp100 int status = -EINVAL; local
108 status = 0;
110 status = fb_device_open(module, name, device);
112 return status;
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.h103 * status : Result (success 0, or failure -1)
109 int32_t status; member in struct:keymaster_gen_keypair_resp
138 * status : Result (success 0, or failure -1)
144 int32_t status; member in struct:keymaster_import_keypair_resp
174 * status : Result (success 0, or failure -1)
180 int32_t status; member in struct:keymaster_sign_data_resp
212 * status : Result (success 0, or failure -1)
216 int32_t status; member in struct:keymaster_verify_data_resp
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderMPEG4.cpp35 Decode_Status status; local
37 status = VideoDecoderBase::start(buffer);
46 status = VideoDecoderBase::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
49 status = startVA(data);
50 return status;
64 Decode_Status status; local
76 status = VideoDecoderBase::parseBuffer(
84 status = startVA(data);
121 status = decodeFrame(buffer, data);
124 return status;
136 Decode_Status status; local
193 Decode_Status status = DECODE_SUCCESS; local
279 Decode_Status status = DECODE_SUCCESS; local
423 Decode_Status status; local
[all...]
H A DVideoDecoderDefs.h250 inline bool checkFatalDecoderError(Decode_Status status) { argument
251 if (status == DECODE_NOT_STARTED ||
252 status == DECODE_NEED_RESTART ||
253 status == DECODE_NO_PARSER ||
254 status == DECODE_INVALID_DATA ||
255 status == DECODE_MEMORY_FAIL ||
256 status == DECODE_FAIL) {
H A DVideoDecoderVP8.cpp90 Decode_Status status; local
92 status = VideoDecoderBase::start(buffer);
104 status = VideoDecoderBase::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
107 status = startVA(data);
108 return status;
126 Decode_Status status; local
133 status = VideoDecoderBase::parseBuffer(
143 status = startVA(data);
149 status = decodeFrame(buffer, data);
151 return status;
155 Decode_Status status; local
226 Decode_Status status; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A DVideoDecoderAVCSecure.cpp38 Decode_Status status = VideoDecoderAVC::start(buffer); local
39 if (status != DECODE_SUCCESS) {
40 return status;
60 return status;
79 Decode_Status status; local
160 status = VideoDecoderBase::parseBuffer(
179 status = VideoDecoderBase::updateBuffer(
200 status = startVA(data);
207 status = decodeFrame(buffer, data);
208 return status;
212 Decode_Status status; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A DVideoDecoderAVCSecure.cpp38 Decode_Status status = VideoDecoderAVC::start(buffer); local
39 if (status != DECODE_SUCCESS) {
40 return status;
60 return status;
79 Decode_Status status; local
159 status = VideoDecoderBase::parseBuffer(
170 status = VideoDecoderBase::updateBuffer(
184 status = startVA(data);
191 status = decodeFrame(buffer, data);
192 return status;
196 Decode_Status status; local
[all...]
/hardware/intel/common/libva/test/basic/
H A Dtest_05.c55 status("vaCreateConfig for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
58 status("vaCreateConfig returns %08x\n", configs[config_count]);
65 status("vaDestroyConfig for config %08x\n", configs[i]);
H A Dtest_09.c56 status("vaCreateConfig for %s, %s\n", profile2string(profiles[i]), entrypoint2string(entrypoints[j]));
59 status("vaCreateConfig returns %08x\n", configs[config_count]);
77 status("vaCreateContext with config %08x\n", configs[i]);
85 status("vaDestroyContext for context %08x\n", contexts[i]);
92 status("vaDestroyConfig for config %08x\n", configs[i]);
H A Dtest_common.c41 void status(const char *msg, ...);
60 void status(const char *msg, ...) function
144 status("vaMaxNumProfiles = %d\n", max_profiles);
152 status("vaQueryConfigProfiles reports %d profiles\n", num_profiles);
160 status(" profile %d [%s]\n", profiles[i], profile2string(profiles[i]));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
H A Dsystemdependent.c65 ULONG status; local
70 if (DosGetProcessorStatus(proc_id, &status))
73 if (status == PROC_ONLINE)
/hardware/ti/omap4-aah/libtiutils/
H A DSemaphore.cpp61 int status = 0; local
66 status = sem_destroy(mSemaphore);
73 ///Initialize the semaphore and return the status
74 return ErrorUtils::posixToAndroidError(status);
113 ///Initialize the semaphore and return the status
134 ///Wait and return the status after signalling
/hardware/ti/omap4xxx/libtiutils/
H A DSemaphore.cpp60 int status = 0; local
65 status = sem_destroy(mSemaphore);
72 ///Initialize the semaphore and return the status
73 return ErrorUtils::posixToAndroidError(status);
112 ///Initialize the semaphore and return the status
133 ///Wait and return the status after signalling
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp68 Decode_Status status = VideoDecoderAVC::start(buffer); local
69 if (status != DECODE_SUCCESS) {
70 return status;
85 return status;
105 Decode_Status status; local
215 status = VideoDecoderBase::parseBuffer(
222 status = VideoDecoderBase::queryBuffer((void**)data);
230 Decode_Status status; local
294 status = VideoDecoderBase::parseBuffer(
301 status
309 Decode_Status status; local
354 Decode_Status status; local
426 Decode_Status status; local
456 Decode_Status status; local
491 Decode_Status status; local
600 Decode_Status status; local
725 Decode_Status status; local
735 Decode_Status status; local
[all...]
/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/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c228 DSP_STATUS status; local
274 status = DspManager_Open(0, NULL);
275 DSP_ERROR_EXIT(status, "DSP Manager Open", ERROR);
279 status = DSPProcessor_Attach(TI_PROCESSOR_DSP, NULL, &(phandle->dspCodec->hProc));
280 DSP_ERROR_EXIT(status, "Attach processor", ERROR);
296 status = DSPManager_RegisterObject((struct DSP_UUID *)phandle->dspCodec->NodeInfo.AllUUIDs[dllinfo].uuid,
299 DSP_ERROR_EXIT (status, "Register Component Library", ERROR);
342 status = DSPNode_Allocate(phandle->dspCodec->hProc,
346 DSP_ERROR_EXIT(status, "Allocate Component", ERROR);
359 status
545 DSP_STATUS status; local
866 DSP_STATUS status; local
996 DSP_STATUS status; local
1158 DSP_STATUS status; local
1462 DSP_STATUS status; local
1532 DSP_STATUS status = DSP_SOK; local
1629 DSP_STATUS status; local
1696 DSP_STATUS status = DSP_SOK; local
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h97 int status; member in struct:inv_single_sensor_t
112 int status; member in struct:inv_quat_sensor_t
138 int status; member in struct:inv_sensor_cal_t
241 inv_error_t inv_build_compass(const long *compass, int status,
243 inv_error_t inv_build_accel(const long *accel, int status,
246 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
247 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp104 enum loc_sess_status status,
111 status,
119 enum loc_sess_status status,
125 status,
130 status,
156 void LocEngAdapter::reportStatus(GpsStatusValue status) argument
158 sendMsg(new LocEngReportStatus(mOwner, status));
101 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
116 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
/hardware/qcom/audio/post_proc/
H A Dequalizer.c205 p->status = 0;
214 p->status = -EINVAL;
220 p->status = -EINVAL;
225 p->status = -EINVAL;
231 p->status = -EINVAL;
240 p->status = -EINVAL;
245 p->status = -EINVAL;
250 if (p->status != 0)
269 p->status = -EINVAL;
279 p->status
[all...]

Completed in 1995 milliseconds

1234567891011>>