Searched refs:sensor_type (Results 1 - 18 of 18) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h23 int find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name);
H A Dml_sysfs_helper.c310 int find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name) argument
341 + strlen(sensor_type));
348 sensor_type);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.h23 int find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name);
H A Dml_sysfs_helper.c302 int find_name_by_sensor_type(const char *sensor_type, const char *type, char *sensor_name) argument
333 + strlen(sensor_type));
340 sensor_type);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Ddata_builder.h236 int sensor_type);
H A Ddata_builder.c1039 * @param[in] sensor_type Sets the type of data that triggers the callback. Must be non-zero. May be
1047 int priority, int sensor_type)
1081 inv_data_builder.process[kk].data_required = sensor_type;
1096 * @param[in] sensor_type Sets the type of data that triggers the callback. Must be non-zero. May be
1045 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
/hardware/libhardware/include/hardware/
H A Dcontext_hub.h182 uint32_t sensor_type; // From the definitions above eg: 100 member in struct:physical_sensor_description_t
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Ddata_builder.h239 int sensor_type);
H A Ddata_builder.c1267 * @param[in] sensor_type Sets the type of data that triggers the callback. Must be non-zero. May be
1275 int priority, int sensor_type)
1309 inv_data_builder.process[kk].data_required = sensor_type;
1324 * @param[in] sensor_type Sets the type of data that triggers the callback. Must be non-zero. May be
1273 inv_register_data_cb( inv_error_t (func)struct inv_sensor_cal_t *data), int priority, int sensor_type) argument
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h1744 enum sensor_type_t sensor_type[MSM_MAX_CAMERA_SENSORS]; member in struct:msm_camera_info
1792 enum sensor_type_t sensor_type; member in struct:msm_camsensor_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_camera.h1612 enum sensor_type_t sensor_type[MSM_MAX_CAMERA_SENSORS]; member in struct:msm_camera_info
1651 enum sensor_type_t sensor_type; member in struct:msm_camsensor_info
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_camera.h1889 enum sensor_type_t sensor_type[MSM_MAX_CAMERA_SENSORS]; member in struct:msm_camera_info
1931 enum sensor_type_t sensor_type; member in struct:msm_camsensor_info
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_camera.h1918 enum sensor_type_t sensor_type[MSM_MAX_CAMERA_SENSORS]; member in struct:msm_camera_info
1957 enum sensor_type_t sensor_type; member in struct:msm_camsensor_info
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_intf.h379 cam_sensor_type_t sensor_type; member in struct:__anon2249
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3HWI.cpp6223 (CAM_SENSOR_YUV == gCamCapability[cameraId]->sensor_type.sens_type) ||
6224 (CAM_SENSOR_MONO == gCamCapability[cameraId]->sensor_type.sens_type) ||
6869 if (CAM_SENSOR_YUV != gCamCapability[cameraId]->sensor_type.sens_type) {
6878 uint8_t aeLockAvailable = (gCamCapability[cameraId]->sensor_type.sens_type == CAM_SENSOR_RAW) ?
6886 uint8_t awbLockAvailable = (gCamCapability[cameraId]->sensor_type.sens_type == CAM_SENSOR_RAW) ?
7081 if (CAM_SENSOR_RAW == gCamCapability[cameraId]->sensor_type.sens_type) {
7900 if (CAM_SENSOR_RAW == gCamCapability[mCameraId]->sensor_type.sens_type) {
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraParameters.cpp5552 if(m_pCapability->sensor_type.sens_type != CAM_SENSOR_YUV) {
13366 (m_pCapability->sensor_type.sens_type == CAM_SENSOR_YUV)) {
13510 (m_pCapability->sensor_type.sens_type == CAM_SENSOR_YUV)) {
H A DQCamera2HWI.cpp10127 return gCamCapability[mCameraId]->sensor_type.sens_type;
/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3205 uint32_t sensor_type; local

Completed in 1707 milliseconds