Searched refs:status (Results 126 - 150 of 788) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderWMV.cpp41 Decode_Status status; local
43 status = VideoDecoderBase::start(buffer);
52 status = parseBuffer(buffer->data, buffer->size, &data);
60 status = startVA(data);
61 return status;
90 Decode_Status status; local
97 status = parseBuffer(buffer->data, buffer->size, &data);
106 status = startVA(data);
143 status = endDecodingFrame(false);
159 status
165 Decode_Status status; local
253 Decode_Status status; local
555 Decode_Status status; local
[all...]
H A DVideoDecoderMPEG2.cpp36 Decode_Status status; local
38 status = VideoDecoderBase::start(buffer);
47 status = VideoDecoderBase::parseBuffer(
59 status = startVA(data);
60 return status;
74 Decode_Status status; local
89 status = VideoDecoderBase::parseBuffer(
102 status = startVA(data);
139 status = endDecodingFrame(false);
159 status
170 Decode_Status status; local
220 Decode_Status status; local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp51 int status = 0; local
57 status = hwc_display_primary->Init();
58 if (status) {
60 return status;
72 status = hwc_display_primary->SetFrameBufferResolution(primary_width, primary_height);
73 if (status) {
75 return status;
80 return status;
110 int status = HWCDisplay::Init(); local
111 if (status) {
159 auto status = HWC2::Error::None; local
213 auto status = HWC2::Error::None; local
248 auto status = color_mode_->SetColorMode(mode); local
266 auto status = color_mode_->SetColorTransform(matrix, hint); local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display_primary.cpp51 int status = 0; local
57 status = hwc_display_primary->Init();
58 if (status) {
60 return status;
72 status = hwc_display_primary->SetFrameBufferResolution(primary_width, primary_height);
73 if (status) {
75 return status;
80 return status;
110 int status = HWCDisplay::Init(); local
111 if (status) {
159 auto status = HWC2::Error::None; local
213 auto status = HWC2::Error::None; local
247 auto status = color_mode_->SetColorMode(mode); local
264 auto status = color_mode_->SetColorTransform(matrix, hint); local
[all...]
/hardware/interfaces/wifi/1.0/default/
H A Dwifi_legacy_hal.cpp136 wifi_ring_buffer_status* status) {
140 ring_name, buffer, buffer_size, status);
329 wifi_error status = init_wifi_vendor_hal_func_table(&global_func_table_); local
330 if (status != WIFI_SUCCESS) {
333 return status;
349 wifi_error status = global_func_table_.wifi_initialize(&global_handle_); local
350 if (status != WIFI_SUCCESS || !global_handle_) {
352 return status;
355 status = retrieveWlanInterfaceHandle();
356 if (status !
133 onAsyncRingBufferData(char* ring_name, char* buffer, int buffer_size, wifi_ring_buffer_status* status) argument
416 wifi_error status = global_func_table_.wifi_get_driver_version( local
424 wifi_error status = global_func_table_.wifi_get_firmware_version( local
438 wifi_error status = global_func_table_.wifi_get_driver_memory_dump( local
453 wifi_error status = global_func_table_.wifi_get_firmware_memory_dump( local
463 wifi_error status = global_func_table_.wifi_get_supported_feature_set( local
471 wifi_error status = global_func_table_.wifi_get_packet_filter_capabilities( local
484 wifi_error status = global_func_table_.wifi_get_gscan_capabilities( local
538 wifi_error status = global_func_table_.wifi_start_gscan( local
555 wifi_error status = local
573 wifi_error status = global_func_table_.wifi_get_valid_channels( local
641 wifi_error status = global_func_table_.wifi_get_link_stats( local
667 wifi_error status = global_func_table_.wifi_start_rssi_monitoring( local
683 wifi_error status = local
696 wifi_error status = global_func_table_.wifi_get_roaming_capabilities( local
751 wifi_error status = global_func_table_.wifi_get_logger_supported_feature_set( local
766 wifi_error status = local
781 wifi_error status = local
808 wifi_error status = global_func_table_.wifi_get_wake_reason_stats( local
846 wifi_error status = global_func_table_.wifi_set_log_handler( local
867 wifi_error status = global_func_table_.wifi_get_ring_buffers_status( local
907 wifi_error status = global_func_table_.wifi_set_alert_handler( local
949 wifi_error status = local
971 wifi_error status = global_func_table_.wifi_rtt_range_cancel( local
987 wifi_error status = global_func_table_.wifi_get_rtt_capabilities( local
994 wifi_error status = global_func_table_.wifi_rtt_get_responder_info( local
1157 wifi_error status = local
1210 wifi_error status = global_func_table_.wifi_get_ifaces( local
1248 wifi_error status = global_func_table_.wifi_get_cached_gscan_results( local
[all...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_mv_com.c22 vc1_Status status = VC1_STATUS_OK; local
43 return status;
53 vc1_Status status = VC1_STATUS_OK; local
81 return status;
H A Dvc1parse_vopdq.c33 vc1_Status status = VC1_STATUS_OK; local
38 return status;
94 return status;
105 vc1_Status status = VC1_STATUS_OK; local
129 return status;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
H A Dviddec_fw_decoder_host.h134 This function allows to get current status of the decoder workload queues. If the current stream is active we return
140 @param[in] strm_handle : The handle of stream that we want to get status of queues.
141 @param[out] status : The status of each queue gets updated in here.
142 @retval VIDDEC_FW_SUCCESS : Successfully Got the status information.
145 uint32_t viddec_fw_decoder_get_queue_status(uint32_t strm_handle, viddec_fw_decoder_q_status_t *status);
194 This function returns the interrupt status of all streams which need to be processed. A value of zero
200 This function clears the interrupts for all active streams represented by status input parameter.
201 The status should always be a value that was returned by viddec_fw_decoder_active_pending_interrupts().
202 @param[in] status
[all...]
/hardware/interfaces/drm/1.0/
H A DICryptoPlugin.hal52 * @return status the status of the call, status must be
57 setMediaDrmSession(vec<uint8_t> sessionId) generates(Status status);
96 * @return status the status of the call. The status must be OK or one of
113 generates(Status status, uint32_t bytesWritten, string detailedError);
/hardware/qcom/gps/msm8998/core/
H A DUlpProxyBase.h57 enum loc_sess_status status,
61 (void)status;
79 inline virtual bool reportStatus(LocGpsStatusValue status) { argument
81 (void)status;
55 reportPosition(const UlpLocation &location, const GpsLocationExtended &locationExtended, enum loc_sess_status status, LocPosTechMask loc_technology_mask) argument
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp135 android::hardware::media::omx::V1_0::Status status; variable
150 status = _s;
321 android::hardware::media::omx::V1_0::Status status; local
324 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
326 EXPECT_EQ(status, ::android::hardware::media::omx::V1_0::Status::OK);
330 status = setPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
332 EXPECT_EQ(status, ::android::hardware::media::omx::V1_0::Status::OK);
355 android::hardware::media::omx::V1_0::Status status; local
364 status = getPortParam(omxNode, OMX_IndexParamAudioPcm,
366 ASSERT_EQ(status,
485 android::hardware::media::omx::V1_0::Status status; local
572 android::hardware::media::omx::V1_0::Status status; local
610 android::hardware::media::omx::V1_0::Status status; local
1161 int status = gEnv->initFromOptions(argc, argv); local
[all...]
/hardware/interfaces/vibrator/1.0/vts/functional/
H A DVtsHalVibratorV1_0TargetTest.cpp55 static void validatePerformEffect(Status status, uint32_t lengthMs) { argument
56 ASSERT_TRUE(status == Status::OK || status == Status::UNSUPPORTED_OPERATION);
57 if (status == Status::OK) {
101 int status = RUN_ALL_TESTS(); local
102 LOG(INFO) << "Test result = " << status;
103 return status;
/hardware/libhardware/
H A Dhardware.c76 int status = -EINVAL; local
96 status = -EINVAL;
105 status = -EINVAL;
112 status = -EINVAL;
119 status = 0;
122 if (status != 0) {
135 return status;
/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp78 void GnssGeofencing::gnssGfStatusCb(int32_t status, GpsLocation* location) { argument
93 static_cast<IGnssGeofenceCallback::GeofenceAvailability>(status), gnssLocation);
99 void GnssGeofencing::gnssGfAddCb(int32_t geofenceId, int32_t status) { argument
106 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status));
112 void GnssGeofencing::gnssGfRemoveCb(int32_t geofenceId, int32_t status) { argument
119 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status));
125 void GnssGeofencing::gnssGfPauseCb(int32_t geofenceId, int32_t status) { argument
132 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status));
138 void GnssGeofencing::gnssGfResumeCb(int32_t geofenceId, int32_t status) { argument
145 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status));
[all...]
H A DGnssGeofencing.h72 static void gnssGfStatusCb(int32_t status, GpsLocation* last_location);
73 static void gnssGfAddCb(int32_t geofence_id, int32_t status);
74 static void gnssGfRemoveCb(int32_t geofence_id, int32_t status);
75 static void gnssGfPauseCb(int32_t geofence_id, int32_t status);
76 static void gnssGfResumeCb(int32_t geofence_id, int32_t status);
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.cpp67 android::hardware::media::omx::V1_0::Status status; local
72 status = getPortParam(omxNode, OMX_IndexParamPortDefinition, portIndex,
74 ASSERT_EQ(status, ::android::hardware::media::omx::V1_0::Status::OK);
83 [&status, &buffer](
86 status = _s;
91 ASSERT_EQ(status,
130 [&status, &buffer](
133 status = _s;
137 ASSERT_EQ(status,
151 android::hardware::media::omx::V1_0::Status status; local
197 android::hardware::media::omx::V1_0::Status status; local
238 android::hardware::media::omx::V1_0::Status status; local
261 android::hardware::media::omx::V1_0::Status status; local
305 android::hardware::media::omx::V1_0::Status status; local
340 android::hardware::media::omx::V1_0::Status status; local
369 android::hardware::media::omx::V1_0::Status status; local
410 android::hardware::media::omx::V1_0::Status status; local
[all...]
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_test.cpp51 std::cv_status status = std::cv_status::no_timeout; local
54 status = cv.wait_until(lock, now + std::chrono::seconds(TIMEOUT_PERIOD));
55 if (status == std::cv_status::timeout) {
56 return status;
60 return status;
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc.cpp101 int status = -EINVAL; local
109 return status;
112 status = 0;
114 status = fb_device_open(module, name, device);
116 return status;
/hardware/qcom/display/msm8909/libgralloc/
H A Dgralloc.cpp100 int status = -EINVAL; local
108 return status;
111 status = 0;
113 status = fb_device_open(module, name, device);
115 return status;
/hardware/qcom/display/msm8994/libgralloc/
H A Dgralloc.cpp106 int status = -EINVAL; local
121 return status;
124 status = 0;
126 status = fb_device_open(module, name, device);
128 return status;
/hardware/qcom/display/msm8996/libgralloc/
H A Dgralloc.cpp106 int status = -EINVAL; local
121 return status;
124 status = 0;
126 status = fb_device_open(module, name, device);
128 return status;
/hardware/qcom/display/msm8998/libgralloc/
H A Dgralloc.cpp100 int status = -EINVAL; local
108 return status;
111 status = 0;
113 status = fb_device_open(module, name, device);
115 return status;
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_primary.cpp47 int status = 0; local
53 status = hwc_display_primary->Init();
54 if (status) {
56 return status;
68 status = hwc_display_primary->SetFrameBufferResolution(primary_width, primary_height);
69 if (status) {
71 return status;
76 return status;
140 int status = 0; local
148 return status;
201 int status = 0; local
[all...]
H A Dhwc_session.cpp116 int status = -EINVAL; local
149 status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, qservice_,
155 status = HWCDisplayNull::Create(core_intf_, &hwc_procs_,
160 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
165 status = HWCDisplayPrimary::Create(core_intf_, &buffer_allocator_, &hwc_procs_, qservice_,
169 if (status) {
171 return status;
221 int status = hwc_session->Init(); local
222 if (status != 0) {
224 return status;
459 int status = -EINVAL; local
475 int status = -EINVAL; local
495 int status = 0; local
543 int status = -EINVAL; local
564 int status = -EINVAL; local
605 int status = -EINVAL; local
623 int status = -EINVAL; local
635 int status = 0; local
680 android::status_t status = 0; local
1357 int status = -EINVAL; local
1381 int status = 0; local
1418 int status = HWCDisplayExternal::Create(core_intf_, &hwc_procs_, primary_width, local
1473 int status = HWCDisplayNull::Create(core_intf_, &hwc_procs_, local
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp153 android::hardware::media::omx::V1_0::Status status; variable
168 status = _s;
379 android::hardware::media::omx::V1_0::Status status; local
384 status = omxNode->emptyBuffer(iBuffer[index].id, t, OMX_BUFFERFLAG_EOS,
388 EXPECT_EQ(status, android::hardware::media::omx::V1_0::Status::OK);
428 android::hardware::media::omx::V1_0::Status status; local
431 status = setPortConfig(omxNode, OMX_IndexConfigVideoIntraVOPRefresh,
433 if (status != ::android::hardware::media::omx::V1_0::Status::OK)
439 android::hardware::media::omx::V1_0::Status status; local
442 status
451 android::hardware::media::omx::V1_0::Status status; local
464 android::hardware::media::omx::V1_0::Status status; local
477 android::hardware::media::omx::V1_0::Status status; local
501 android::hardware::media::omx::V1_0::Status status; local
511 android::hardware::media::omx::V1_0::Status status; local
525 android::hardware::media::omx::V1_0::Status status; local
599 android::hardware::media::omx::V1_0::Status status; local
783 android::hardware::media::omx::V1_0::Status status; local
892 android::hardware::media::omx::V1_0::Status status; local
969 android::hardware::media::omx::V1_0::Status status; local
1571 int status = gEnv->initFromOptions(argc, argv); local
[all...]

Completed in 1056 milliseconds

1234567891011>>