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

<<11121314151617181920>>

/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c572 struct tag_info status = { 0, 0, 0, 0}; local
588 if (status.section != PS_UNDEF) {
591 status.section = PS_ID;
598 switch (status.section) {
604 status.section = PS_LEN;
618 status.section = PS_DATA;
619 status.line_count = 0;
623 if (status.line_count == 0)
629 status.char_cnt = update_char_count(ptr);
636 update_tag_data(tag, &status, pt
809 int status; local
[all...]
H A Dhardware.c56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
84 if(property_get("bluetooth.status", szBtStatus, "") < 0){
85 ALOGE("Fail to get bluetooth status");
90 ALOGI("bluetooth status is on");
126 uint8_t *p, status; local
129 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
133 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c572 struct tag_info status = { 0, 0, 0, 0}; local
588 if (status.section != PS_UNDEF) {
591 status.section = PS_ID;
598 switch (status.section) {
604 status.section = PS_LEN;
618 status.section = PS_DATA;
619 status.line_count = 0;
623 if (status.line_count == 0)
629 status.char_cnt = update_char_count(ptr);
636 update_tag_data(tag, &status, pt
809 int status; local
[all...]
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c574 struct tag_info status = { 0, 0, 0, 0}; local
590 if (status.section != PS_UNDEF) {
593 status.section = PS_ID;
600 switch (status.section) {
606 status.section = PS_LEN;
620 status.section = PS_DATA;
621 status.line_count = 0;
625 if (status.line_count == 0)
631 status.char_cnt = update_char_count(ptr);
638 update_tag_data(tag, &status, pt
811 int status; local
[all...]
H A Dhardware.c57 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
85 if(property_get("bluetooth.status", szBtStatus, "") < 0){
86 ALOGE("Fail to get bluetooth status");
91 ALOGI("bluetooth status is on");
127 uint8_t *p, status; local
130 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
134 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dhw_ar3k.c575 struct tag_info status = { 0, 0, 0, 0}; local
591 if (status.section != PS_UNDEF) {
594 status.section = PS_ID;
601 switch (status.section) {
607 status.section = PS_LEN;
621 status.section = PS_DATA;
622 status.line_count = 0;
626 if (status.line_count == 0)
632 status.char_cnt = update_char_count(ptr);
639 update_tag_data(tag, &status, pt
812 int status; local
[all...]
H A Dhardware.c56 if((property_get("bluetooth.status", szBtSocStatus, "") <= 0))
84 if(property_get("bluetooth.status", szBtStatus, "") < 0){
85 ALOGE("Fail to get bluetooth status");
90 ALOGI("bluetooth status is on");
126 uint8_t *p, status; local
129 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
133 ALOGI("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);
/hardware/qcom/audio/post_proc/
H A Dvolume_listener.c356 int status = 0; local
364 status = -EINVAL;
376 status = -EINVAL;
387 status = -EINVAL;
413 status = -EINVAL;
425 status = -EINVAL;
431 status = -ENOSYS;
452 status = -EINVAL;
458 status = -ENOSYS;
489 status
740 int status = -EINVAL; local
[all...]
H A Dreverb.c312 p->status = 0;
324 p->status = -EINVAL;
329 p->status = -EINVAL;
334 p->status = -EINVAL;
339 p->status = -EINVAL;
344 p->status = -EINVAL;
349 p->status = -EINVAL;
354 p->status = -EINVAL;
359 p->status = -EINVAL;
364 p->status
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.h99 int status; member in struct:inv_single_sensor_t
114 int status; member in struct:inv_quat_sensor_t
141 int status; member in struct:inv_sensor_cal_t
244 inv_error_t inv_build_compass(const long *compass, int status,
246 inv_error_t inv_build_accel(const long *accel, int status,
249 inv_error_t inv_build_quat(const long *quat, int status, inv_time_t timestamp);
250 inv_error_t inv_build_pressure(const long pressure, int status, inv_time_t timestamp);
H A Dresults_holder.c48 long status; member in struct:results_t
69 rh.status |= INV_6_AXIS_QUAT_SET;
103 rh.status |= INV_6_AXIS_QUAT_SET;
115 // rh.status |= INV_6_AXIS_QUAT_SET;
126 rh.status |= INV_COMPASS_CORRECTION_SET;
138 rh.status |= INV_GEOMAGNETIC_CORRECTION_SET;
341 /** Returns the status of the result holder.
342 * @param[out] rh_status Result holder status.
347 *rh_status = rh.status;
351 /** Set the status o
752 inv_set_local_field_status(enum compass_local_field_e status) argument
795 inv_set_mpl_mag_field_status(enum compass_local_field_e status) argument
825 inv_error_t status; local
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.h56 auto status = HWC2::Error::BadDisplay; local
59 status = (hwc_display->*member)(std::forward<Args>(args)...);
61 return INT32(status);
73 auto status = HWC2::Error::BadDisplay; local
75 status = HWC2::Error::BadLayer;
78 status = (hwc_layer->*member)(std::forward<Args>(args)...);
81 return INT32(status);
/hardware/interfaces/media/omx/1.0/vts/functional/common/
H A Dmedia_hidl_test_common.h183 android::hardware::media::omx::V1_0::Status status; local
187 [&status, &params](android::hardware::media::omx::V1_0::Status _s,
189 status = _s;
193 return status;
207 android::hardware::media::omx::V1_0::Status status; local
212 [&status, &params](android::hardware::media::omx::V1_0::Status _s,
214 status = _s;
218 return status;
233 android::hardware::media::omx::V1_0::Status status; local
238 [&status,
[all...]
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp111 int status = -EINVAL; local
129 status = 0;
131 return status;
/hardware/libhardware/modules/tv_input/
H A Dtv_input.cpp117 int status = -EINVAL; local
139 status = 0;
141 return status;
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.c213 int AKD_GetOpenStatus(int* status) argument
219 if (ioctl(s_fdDev, ECS_IOCTL_GET_OPEN_STATUS, status) < 0) {
228 int AKD_GetCloseStatus(int* status) argument
234 if (ioctl(s_fdDev, ECS_IOCTL_GET_CLOSE_STATUS, status) < 0) {
H A DAKFS_Compass.h49 int8 status; member in struct:_AKSENSOR_DATA
/hardware/interfaces/drm/1.0/default/
H A DCryptoPlugin.cpp140 uint32_t status; local
144 status = android::OK;
147 status = result;
151 _hidl_cb(toStatus(status), bytesWritten, detailMessage.c_str());
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp284 int status = 0;
306 status = -EINVAL;
358 status = -EINVAL;
362 status = -EINVAL;
364 return status;
431 int status = 0;
496 status = 0;
497 while ((status == 0) && region->next(region, &clip)) {
519 status = msm_copybit(ctx, list);
527 status
[all...]
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp284 int status = 0;
306 status = -EINVAL;
358 status = -EINVAL;
362 status = -EINVAL;
364 return status;
431 int status = 0;
496 status = 0;
497 while ((status == 0) && region->next(region, &clip)) {
519 status = msm_copybit(ctx, list);
527 status
[all...]
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit.cpp296 int status = 0;
318 status = -EINVAL;
373 status = -EINVAL;
377 status = -EINVAL;
379 return status;
446 int status = 0;
511 status = 0;
512 while ((status == 0) && region->next(region, &clip)) {
547 status = msm_copybit(ctx, list);
555 status
[all...]
/hardware/qcom/display/msm8909/libqdutils/
H A Ddisplay_config.h96 // Set the secondary display status(pause/resume/offline etc.,)
97 int setSecondaryDisplayStatus(int dpy, uint32_t status);
/hardware/qcom/display/msm8994/libcopybit/
H A Dcopybit.cpp287 int status = 0;
309 status = -EINVAL;
361 status = -EINVAL;
365 status = -EINVAL;
367 return status;
434 int status = 0;
501 status = 0;
502 while ((status == 0) && region->next(region, &clip)) {
532 status = msm_copybit(ctx, list);
540 status
[all...]
/hardware/qcom/display/msm8994/libqdutils/
H A Ddisplay_config.h102 // Set the secondary display status(pause/resume/offline etc.,)
103 int setSecondaryDisplayStatus(int dpy, uint32_t status);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit.cpp299 int status = 0;
321 status = -EINVAL;
376 status = -EINVAL;
380 status = -EINVAL;
382 return status;
449 int status = 0;
516 status = 0;
517 while ((status == 0) && region->next(region, &clip)) {
552 status = msm_copybit(ctx, list);
560 status
[all...]

Completed in 1049 milliseconds

<<11121314151617181920>>