Searched refs:status (Results 176 - 200 of 788) sorted by relevance

1234567891011>>

/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/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp70 Decode_Status status = VideoDecoderAVC::start(buffer); local
71 if (status != DECODE_SUCCESS) {
72 return status;
87 return status;
107 Decode_Status status; local
217 status = VideoDecoderBase::parseBuffer(
224 status = VideoDecoderBase::queryBuffer((void**)data);
232 Decode_Status status; local
295 status = VideoDecoderBase::parseBuffer(
302 status
310 Decode_Status status; local
355 Decode_Status status; local
429 Decode_Status status; local
459 Decode_Status status; local
494 Decode_Status status; local
603 Decode_Status status; local
728 Decode_Status status; local
738 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/interfaces/health/1.0/vts/functional/
H A DVtsHalHealthV1_0TargetTest.cpp61 int status = RUN_ALL_TESTS(); local
62 ALOGI("Test result = %d", status);
63 return status;
/hardware/interfaces/media/omx/1.0/vts/functional/master/
H A DVtsHalMediaOmxV1_0TargetMasterTest.cpp134 android::hardware::media::omx::V1_0::Status status; local
137 ->listServiceAttributes([&status, &attributes](
140 status = _s;
169 android::hardware::media::omx::V1_0::Status status; local
173 omx->listNodes([&status, &nodeList](
176 status = _s;
194 status = _s;
217 int status = gEnv->initFromOptions(argc, argv); local
218 if (status == 0) {
219 status
[all...]
/hardware/interfaces/vr/1.0/vts/functional/
H A DVtsHalVrV1_0TargetTest.cpp77 int status = RUN_ALL_TESTS(); local
78 ALOGI("Test result = %d", status);
79 return status;
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dhwc_session.cpp119 int status = -EINVAL; local
153 status = CreateExternalDisplay(HWC_DISPLAY_PRIMARY, 0, 0, false);
158 status = HWCDisplayNull::Create(core_intf_, &hwc_procs_,
163 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
168 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
172 if (status) {
174 return status;
226 int status = hwc_session->Init(); local
227 if (status != 0) {
229 return status;
466 int status = -EINVAL; local
482 int status = -EINVAL; local
497 int status = 0; local
545 int status = -EINVAL; local
566 int status = -EINVAL; local
607 int status = -EINVAL; local
625 int status = -EINVAL; local
637 int status = 0; local
685 android::status_t status = 0; local
1457 int status = -EINVAL; local
1481 int status = 0; local
1511 int status = 0; local
1579 int status = HWCDisplayNull::Create(core_intf_, &hwc_procs_, local
[all...]
/hardware/interfaces/audio/2.0/default/
H A DDevice.cpp44 int status = audio_hw_device_close(mDevice); local
45 ALOGW_IF(status, "Error closing audio hw device %p: %s", mDevice,
46 strerror(-status));
50 Result Device::analyzeStatus(const char* funcName, int status) { argument
51 if (status != 0) {
52 ALOGW("Device %p %s: %s", mDevice, funcName, strerror(-status));
54 switch (status) {
176 int status = mDevice->open_output_stream( local
180 ALOGV("open_output_stream status %d stream %p", status, halStrea
208 int status = mDevice->open_input_stream( local
[all...]
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderVP8.cpp121 Decode_Status status; local
123 status = VideoDecoderBase::start(buffer);
135 status = VideoDecoderBase::parseBuffer(buffer->data, buffer->size, true, (void**)&data);
143 status = startVA(data);
144 return status;
162 Decode_Status status; local
169 status = VideoDecoderBase::parseBuffer(
184 status = startVA(data);
190 status = decodeFrame(buffer, data);
192 return status;
196 Decode_Status status; local
273 Decode_Status status; local
[all...]
H A DVideoDecoderDefs.h253 inline bool checkFatalDecoderError(Decode_Status status) { argument
254 if (status == DECODE_NOT_STARTED ||
255 status == DECODE_NEED_RESTART ||
256 status == DECODE_NO_PARSER ||
257 status == DECODE_INVALID_DATA ||
258 status == DECODE_MEMORY_FAIL ||
259 status == DECODE_FAIL) {
/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/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dviddec_h264_parse.c48 h264_Status status = H264_STATUS_ERROR; local
132 status = h264_Parse_Slice_Layer_Without_Partitioning_RBSP(parent, pInfo, &next_SliceHeader);
270 status = H264_STATUS_NOTSUPPORT;
275 status = H264_STATUS_OK;
282 status = h264_Parse_Supplemental_Enhancement_Information_Message(parent, pInfo);
301 status = h264_Parse_SeqParameterSet(parent, pInfo, &(pInfo->active_SPS), &vui_seq_not_used, (int32_t *)pInfo->TMP_OFFSET_REFFRM_PADDR_GL);
302 if(status == H264_STATUS_OK) {
393 status = H264_STATUS_OK;
411 status = H264_STATUS_OK;
423 status
[all...]
/hardware/qcom/audio/hal/audio_extn/
H A Dsoundtrigger.c74 int status = 0; local
85 status = -EINVAL;
91 status = -ENOMEM;
103 status = -EINVAL;
109 status = -EINVAL;
122 return status;
157 ALOGV("%s: read failed status %d - sleep", __func__, ret);
166 int status = 0; local
264 event.u.status = SND_CARD_STATUS_OFFLINE;
268 event.u.status
298 int status = 0; local
[all...]
/hardware/qcom/audio/post_proc/
H A Dbundle.c457 int status; local
464 status = -EINVAL;
473 status = 0;
477 return status;
514 int status = 0; local
520 status = -ENOSYS;
525 status = -ENODATA;
531 return status;
540 int status = 0; local
545 status
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
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
204 status = VideoDecoderBase::parseBuffer(
211 status = VideoDecoderBase::queryBuffer((void**)data);
219 Decode_Status status; local
283 status = VideoDecoderBase::parseBuffer(
290 status
298 Decode_Status status; local
343 Decode_Status status; local
411 Decode_Status status; local
441 Decode_Status status; local
474 Decode_Status status; local
583 Decode_Status status; local
708 Decode_Status status; local
718 Decode_Status status; local
[all...]
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dtdls.cpp105 wifi_tdls_status status; local
108 memset(&status, 0, sizeof(wifi_tdls_status));
132 status.state = (wifi_tdls_state)
134 ALOGV("TDLS: State New : %d ", status.state);
142 status.reason = (wifi_tdls_reason)
144 ALOGV("TDLS: Reason : %d ", status.reason);
152 status.channel =
154 ALOGV("TDLS: channel : %d ", status.channel);
163 status.global_operating_class = get_u32(
166 status
303 getStatusRspParams(wifi_tdls_status *status) argument
478 wifi_get_tdls_status(wifi_interface_handle iface, mac_addr addr, wifi_tdls_status *status) argument
[all...]
/hardware/interfaces/audio/effect/2.0/default/
H A DEffect.cpp118 ALOGW("status message queue write failed");
129 const char *Effect::sContextResultOfCommand = "returned status";
142 status_t status = mProcessThread->join(); local
143 ALOGE_IF(status, "processing thread exit error: %s", strerror(-status));
146 status_t status = EventFlag::deleteEventFlag(&mEfGroup); local
147 ALOGE_IF(status, "processing MQ event flag deletion error: %s", strerror(-status));
151 int status = EffectRelease(mHandle); local
152 ALOGW_IF(status, "Erro
261 analyzeCommandStatus(const char* commandName, const char* context, status_t status) argument
265 analyzeStatus( const char* funcName, const char* subFuncName, const char* contextDescription, status_t status) argument
288 status_t status = (*mHandle)->command( local
360 status_t status; local
427 status_t status = (*mHandle)->command(mHandle, commandCode, size, data, 0, NULL); local
442 status_t status = (*mHandle)->command(mHandle, commandCode, size, data, replySize, replyData); local
467 status_t status = local
653 status_t status = (*mHandle)->get_descriptor(mHandle, &halDescriptor); local
675 status_t status = (*mHandle)->command( local
[all...]
/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_hidl_test_utils.cpp68 supplicant->listInterfaces([&](const SupplicantStatus& status,
70 if (status.code != SupplicantStatusCode::SUCCESS) {
191 supplicant->getInterface(info, [&](const SupplicantStatus& status,
193 if (status.code != SupplicantStatusCode::SUCCESS) {
212 sta_iface->addNetwork([&](const SupplicantStatus& status,
214 if (status.code != SupplicantStatusCode::SUCCESS) {
237 supplicant->getInterface(info, [&](const SupplicantStatus& status,
239 if (status.code != SupplicantStatusCode::SUCCESS) {
261 [&](const SupplicantStatus& status) {
262 if (status
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp171 enum loc_sess_status status,
178 status,
186 enum loc_sess_status status,
192 status,
197 status,
231 void LocInternalAdapter::reportStatus(GpsStatusValue status) argument
233 sendMsg(new LocEngReportStatus(mLocEngAdapter, status));
236 void LocEngAdapter::reportStatus(GpsStatusValue status) argument
238 if (!mUlp->reportStatus(status)) {
239 mInternalAdapter->reportStatus(status);
168 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
183 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
[all...]
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp173 enum loc_sess_status status,
180 status,
188 enum loc_sess_status status,
194 status,
199 status,
233 void LocInternalAdapter::reportStatus(GpsStatusValue status) argument
235 sendMsg(new LocEngReportStatus(mLocEngAdapter, status));
238 void LocEngAdapter::reportStatus(GpsStatusValue status) argument
240 if (!mUlp->reportStatus(status)) {
241 mInternalAdapter->reportStatus(status);
170 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
185 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
[all...]
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DLocEngAdapter.cpp174 enum loc_sess_status status,
181 status,
189 enum loc_sess_status status,
195 status,
200 status,
234 void LocInternalAdapter::reportStatus(GpsStatusValue status) argument
236 sendMsg(new LocEngReportStatus(mLocEngAdapter, status));
239 void LocEngAdapter::reportStatus(GpsStatusValue status) argument
241 if (!mUlp->reportStatus(status)) {
242 mInternalAdapter->reportStatus(status);
171 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
186 reportPosition(UlpLocation &location, GpsLocationExtended &locationExtended, void* locationExt, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
[all...]

Completed in 5472 milliseconds

1234567891011>>