Searched refs:status (Results 376 - 400 of 788) sorted by relevance

<<11121314151617181920>>

/hardware/interfaces/gnss/1.0/
H A DIGnssCallback.hal21 * like status and location info back to the platform, the platform implements
50 /** GNSS status event values. */
53 /** GNSS status unknown. */
140 * Represents SV status.
164 * Called to communicate the status of the GNSS engine.
166 * @param status Status information from HAL.
168 gnssStatusCb(GnssStatusValue status);
171 * @param svInfo SV status information from HAL.
/hardware/interfaces/nfc/1.0/default/
H A DNfc.h42 static void eventCallback(uint8_t event, uint8_t status) { argument
46 (::android::hardware::nfc::V1_0::NfcStatus) status);
/hardware/interfaces/sensors/1.0/default/
H A Dconvert.cpp97 dst->u.vec3.status = (SensorStatus)src.acceleration.status;
157 dst->u.heartRate.status = (SensorStatus)src.heart_rate.status;
241 dst->acceleration.status = (int8_t)src.u.vec3.status;
301 dst->heart_rate.status = (int8_t)src.u.heartRate.status;
/hardware/interfaces/tv/cec/1.0/
H A DIHdmiCec.hal35 * @return result Result status of the operation. SUCCESS if successful,
61 * @return result Result status of the operation. SUCCESS if successful,
80 * @return result Result status of the operation. SUCCESS if successful,
158 * Gets the connection status of the specified port.
160 * @param portId Port id to be inspected for the connection status.
161 * @return status True if a device is connected, otherwise false. The HAL
162 * must watch for +5V power signal to determine the status.
165 isConnected(int32_t portId) generates (bool status);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.h30 // status for user input earth magnetic local field
34 // status for mpl calibrated based magnetical field
49 void inv_set_local_field_status(enum compass_local_field_e status);
56 void inv_set_mpl_mag_field_status(enum compass_local_field_e status);
76 // These 2 status bits are used to control when the 9 axis quaternion is updated
/hardware/qcom/display/msm8084/libgralloc/
H A Dframebuffer.cpp382 int status = -EINVAL; local
385 status = gralloc_open(module, &gralloc_device);
386 if (status < 0)
387 return status;
393 return status;
408 status = mapFrameBuffer(m);
409 if (status >= 0) {
432 return status;
/hardware/qcom/display/msm8226/libgralloc/
H A Dframebuffer.cpp383 int status = -EINVAL; local
386 status = gralloc_open(module, &gralloc_device);
387 if (status < 0)
388 return status;
394 return status;
409 status = mapFrameBuffer(m);
410 if (status >= 0) {
433 return status;
/hardware/qcom/display/msm8909/libgralloc/
H A Dframebuffer.cpp404 int status = -EINVAL; local
407 status = gralloc_open(module, &gralloc_device);
408 if (status < 0)
409 return status;
415 return status;
429 status = mapFrameBuffer((framebuffer_device_t*)dev);
431 if (status >= 0) {
454 return status;
/hardware/qcom/display/msm8994/libgralloc/
H A Dframebuffer.cpp412 int status = -EINVAL; local
415 status = gralloc_open(module, &gralloc_device);
416 if (status < 0)
417 return status;
423 return status;
437 status = mapFrameBuffer((framebuffer_device_t*)dev);
439 if (status >= 0) {
462 return status;
/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp402 int status = -EINVAL; local
405 status = gralloc_open(module, &gralloc_device);
406 if (status < 0)
407 return status;
413 return status;
427 status = mapFrameBuffer((framebuffer_device_t*)dev);
429 if (status >= 0) {
452 return status;
/hardware/qcom/display/msm8998/libgralloc/
H A Dframebuffer.cpp406 int status = -EINVAL; local
409 status = gralloc_open(module, &gralloc_device);
410 if (status < 0)
411 return status;
417 return status;
431 status = mapFrameBuffer((framebuffer_device_t*)dev);
433 if (status >= 0) {
456 return status;
/hardware/qcom/gps/core/
H A DLocAdapterBase.h93 enum loc_sess_status status,
98 virtual void reportStatus(GpsStatusValue status);
/hardware/qcom/gps/msm8084/utils/
H A Dloc_log.cpp97 /* Find msg_q status name */
98 const char* loc_get_msg_q_status(int status) argument
100 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/msm8909/core/
H A DLocAdapterBase.h93 enum loc_sess_status status,
98 virtual void reportStatus(GpsStatusValue status);
/hardware/qcom/gps/msm8909/utils/
H A Dloc_log.cpp98 /* Find msg_q status name */
99 const char* loc_get_msg_q_status(int status) argument
101 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/msm8960/utils/
H A Dloc_log.cpp97 /* Find msg_q status name */
98 const char* loc_get_msg_q_status(int status) argument
100 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/msm8994/core/
H A DLocAdapterBase.h93 enum loc_sess_status status,
98 virtual void reportStatus(GpsStatusValue status);
/hardware/qcom/gps/msm8994/utils/
H A Dloc_log.cpp97 /* Find msg_q status name */
98 const char* loc_get_msg_q_status(int status) argument
100 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/msm8996/core/
H A DLocAdapterBase.h93 enum loc_sess_status status,
98 virtual void reportStatus(GpsStatusValue status);
/hardware/qcom/gps/msm8996/utils/
H A Dloc_log.cpp98 /* Find msg_q status name */
99 const char* loc_get_msg_q_status(int status) argument
101 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_log.cpp94 /* Find msg_q status name */
95 const char* loc_get_msg_q_status(int status) argument
97 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/qcom/gps/utils/
H A Dloc_log.cpp97 /* Find msg_q status name */
98 const char* loc_get_msg_q_status(int status) argument
100 return loc_get_name_from_val(loc_msg_q_status, loc_msg_q_status_num, (long) status);
/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp123 Status status = Status::OK; local
125 status = Status::INTERNAL_ERROR;
127 status = Status::CAMERA_DISCONNECTED;
129 status = Status::INTERNAL_ERROR;
131 return status;
740 Status status = initStatus(); local
743 if (status == Status::OK) {
750 status = Status::ILLEGAL_ARGUMENT;
770 _hidl_cb(status, outMetadata);
806 Status status local
997 Status status = initStatus(); local
1109 Status status = initStatus(); local
[all...]
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp427 mPendingEvents[RotationVector].acceleration.status
433 mPendingEvents[GameRotationVector].acceleration.status
439 mPendingEvents[LinearAccel].acceleration.status
445 mPendingEvents[Gravity].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
450 mPendingEvents[Gyro].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
455 mPendingEvents[RawGyro].gyro.status = SENSOR_STATUS_ACCURACY_HIGH;
460 mPendingEvents[Accelerometer].acceleration.status
467 mPendingEvents[MagneticField].magnetic.status =
473 mPendingEvents[RawMagneticField].magnetic.status =
480 mPendingEvents[Pressure].magnetic.status
1048 int status; local
2769 int8_t status; local
2802 int8_t status; local
2926 int8_t status; local
2953 int8_t status; local
6244 int status = 0; local
[all...]
/hardware/qcom/gps/msm8998/core/
H A Dloc_gps.h72 /** GPS status event values. */
76 /** GPS status unknown. */
208 /** AGPS status event values. */
441 * status should be set to NAV_MESSAGE_STATUS_PARITY_PASSED. But if a message is received
442 * with words that failed parity check, but GPS is able to correct those words, the status
552 /** Represents the status. */
556 LocGpsStatusValue status; member in struct:__anon2792
626 * Legacy struct to represents SV status.
641 * Represents SV status.
697 * Callback with status informatio
893 LocAGpsStatusValue status; member in struct:__anon2806
[all...]

Completed in 673 milliseconds

<<11121314151617181920>>