Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 128) sorted by relevance

123456

/hardware/invensense/libsensors_iio/software/core/mllite/
Ddata_builder.c192 int type = PLAYBACK_DBG_TYPE_G_ORIENT; in inv_set_gyro_orientation_and_scale() local
209 int type = PLAYBACK_DBG_TYPE_G_SAMPLE_RATE; in inv_set_gyro_sample_rate() local
228 int type = PLAYBACK_DBG_TYPE_A_SAMPLE_RATE; in inv_set_accel_sample_rate() local
247 int type = PLAYBACK_DBG_TYPE_C_SAMPLE_RATE; in inv_set_compass_sample_rate() local
281 int type = PLAYBACK_DBG_TYPE_Q_SAMPLE_RATE; in inv_set_quat_sample_rate() local
378 int type = PLAYBACK_DBG_TYPE_A_ORIENT; in inv_set_accel_orientation_and_scale() local
401 int type = PLAYBACK_DBG_TYPE_C_ORIENT; in inv_set_compass_orientation_and_scale() local
595 int type = PLAYBACK_DBG_TYPE_ACCEL; in inv_build_accel() local
634 int type = PLAYBACK_DBG_TYPE_GYRO; in inv_build_gyro() local
666 int type = PLAYBACK_DBG_TYPE_COMPASS; in inv_build_compass() local
[all …]
/hardware/qcom/camera/hdr/include/
Dmorpho_api.h18 #define MORPHO_API(type) __declspec(dllexport) extern type argument
20 #define MORPHO_API(type) extern type argument
/hardware/qcom/audio/libalsa-intf/
Dalsa_mixer.c70 snd_ctl_elem_iface_t type; member
78 static int is_volume(const char *name, enum ctl_type *type) in is_volume()
237 enum ctl_type type; in mixer_dump() local
316 unsigned int type; in mixer_ctl_read_tlv() local
399 enum ctl_type type; in mixer_ctl_get() local
528 enum ctl_type type; in mixer_ctl_set() local
698 enum ctl_type type; in mixer_ctl_set_value() local
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
DmlmeBuilder.c77 dot11MgmtSubType_e type, in mlmeBuilder_sendFrame()
150 TI_STATUS mlmeBuilder_buildFrameCtrl(mlme_t* pMlme, dot11MgmtSubType_e type, TI_UINT16* pFctrl, TI_… in mlmeBuilder_buildFrameCtrl()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng_log.cpp187 const char* loc_get_agps_type_name(AGpsType type) in loc_get_agps_type_name()
201 const char* loc_get_ni_type_name(GpsNiType type) in loc_get_ni_type_name()
261 const char* loc_get_server_type_name(LocServerType type) in loc_get_server_type_name()
Dloc.cpp675 static int loc_agps_set_server(AGpsType type, const char* hostname, int port) in loc_agps_set_server()
793 static void loc_agps_ril_set_set_id(AGpsSetIDType type, const char* setid) {} in loc_agps_ril_set_set_id()
795 static void loc_agps_ril_update_network_state(int connected, int type, int roaming, const char* ext… in loc_agps_ril_update_network_state()
/hardware/samsung_slsi/exynos5/libcamera2/
DMetadataConverter.cpp53 uint8_t type) in CheckEntryTypeMismatch()
65 uint8_t type, size_t count) in CheckEntryTypeMismatch()
DExynosJpegEncoderForCamera.cpp581 unsigned short type, in writeExifIfd()
597 unsigned short type, in writeExifIfd()
616 unsigned short type, in writeExifIfd()
636 unsigned short type, in writeExifIfd()
/hardware/samsung_slsi/exynos5/libexynosutils/
DExynosMutex.cpp58 bool ExynosMutex::create(int type, char* name) in create()
185 int type, in exynos_mutex_create()
/hardware/ti/omap4xxx/camera/
DSensorListener.cpp196 void SensorListener::enableSensor(sensor_type_t type) { in enableSensor()
215 void SensorListener::disableSensor(sensor_type_t type) { in disableSensor()
/hardware/ti/wlan/wl1271/stad/Export_Inc/
DEthernet.h49 TI_UINT16 type; member
63 TI_UINT16 type; member
/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c57 static bool __v4l2_check_buf_type(enum v4l2_buf_type type) in __v4l2_check_buf_type()
283 bool exynos_v4l2_enum_fmt(int fd, enum v4l2_buf_type type, unsigned int fmt) in exynos_v4l2_enum_fmt()
553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamon()
580 int exynos_v4l2_streamoff(int fd, enum v4l2_buf_type type) in exynos_v4l2_streamoff()
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
DmcContainer.h160 contType_t type; member
170 contType_t type; member
182 contType_t type; member
193 contType_t type; member
204 contType_t type; member
/hardware/qcom/display/liboverlay/
DoverlayRotator.cpp31 int type = getRotatorHwType(); in getRotator() local
/hardware/ti/omap4xxx/domx/mm_osal/inc/
Dtimm_osal_error.h85 #define TIMM_OSAL_ERR_CREATE(type, compID, errorID)\ argument
93 #define TIMM_OSAL_ERR_SPLIT(error, type, compID, errorID)\ argument
/hardware/qcom/gps/utils/
Dloc_log.h50 #define CHECK_MASK(type, value, mask_var, mask) \ argument
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp618 unsigned short type, in writeExifIfd()
634 unsigned short type, in writeExifIfd()
653 unsigned short type, in writeExifIfd()
673 unsigned short type, in writeExifIfd()
/hardware/qcom/bt/libbt-vendor/include/
Duserial_vendor.h46 bt_hci_transport_enum_type type; member
/hardware/ti/omap3/dspbridge/inc/
Ddynamic_loader.h349 u16 type; /* one of the section types below */ member
352 uint16_t type; /* one of the section types below */ member
/hardware/ril/mock-ril/src/cpp/
Dprotobuf_v8.cpp285 Type* type = UnwrapThis<Type>(args); in Parse() local
304 const Type* type, in ToProto()
440 Type* type = UnwrapThis<Type>(args); in Serialize() local
/hardware/libhardware/tests/nusensors/
Dnusensors.cpp28 char const* getSensorName(int type) { in getSensorName()
/hardware/qcom/camera/QCamera/stack/common/
Dcam_list.h38 #define member_of(ptr, type, member) ({ \ argument
/hardware/ti/omap4xxx/test/CameraHal/
Dcamera_test.h106 output_format type; member
126 video_encoder type; member
131 audio_encoder type; member
/hardware/qcom/camera/mm-camera-interface/
Dmm_camera.c157 mm_camera_channel_type_t type = MM_CAMERA_CH_MAX; in mm_camera_util_opcode_2_ch_type() local
412 cam_ctrl_type type, uint32_t length, void *value) in mm_camera_send_native_ctrl_cmd()
435 cam_ctrl_type type, uint32_t length, void *value,int timeout) in mm_camera_send_native_ctrl_timeout_cmd()
/hardware/ril/mock-ril/src/js/
Dsimulated_icc.js28 function RilAppStatus(type, state, persoState, aidPtr, appLabelPtr, pin1R, curPin1, curPin2) { argument

123456