Home
last modified time | relevance | path

Searched refs:uint16_t (Results 1 – 25 of 61) sorted by relevance

123

/hardware/ti/omap4xxx/domx/domx/
Drpmsg_omx_defs.h43 #define OMXSERVER_STATUS_SUCCESS ((uint16_t)0) // success
44 #define OMXSERVER_STATUS_INVALID_FXN ((uint16_t)1) // invalid fxn index
45 #define OMXSERVER_STATUS_SYMBOL_NOT_FOUND ((uint16_t)2) // symbol not found
46 #define OMXSERVER_STATUS_INVALID_MSG_TYPE ((uint16_t)3) // invalid msg type
47 #define OMXSERVER_STATUS_MSG_FXN_ERR ((uint16_t)4) // msg function error
48 #define OMXSERVER_STATUS_ERROR ((uint16_t)5) // general failure
49 #define OMXSERVER_STATUS_UNPROCESSED ((uint16_t)6) // unprocessed message
/hardware/ti/omap4xxx/security/tee_client_api/
Dschannel6_protocol.h167 uint16_t nMessageInfo;
175 uint16_t nMessageInfo_RFU;
184 uint16_t nParamTypes;
198 uint16_t nParamTypes;
214 uint16_t nMemoryFlags;
228 uint16_t nMessageInfo_RFU;
239 uint16_t nMessageInfo_RFU;
251 uint16_t nMessageInfo_RFU;
262 uint16_t nMessageInfo_RFU;
277 uint16_t nCommand;
[all …]
/hardware/samsung_slsi/exynos5/libcamera/
DExynosExif.h191 uint16_t orientation;
192 uint16_t ycbcr_positioning;
193 uint16_t exposure_program;
194 uint16_t iso_speed_rating;
195 uint16_t metering_mode;
196 uint16_t flash;
197 uint16_t color_space;
198 uint16_t exposure_mode;
199 uint16_t white_balance;
200 uint16_t scene_capture_type;
[all …]
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosExif.h191 uint16_t orientation;
192 uint16_t ycbcr_positioning;
193 uint16_t exposure_program;
194 uint16_t iso_speed_rating;
195 uint16_t metering_mode;
196 uint16_t flash;
197 uint16_t color_space;
198 uint16_t exposure_mode;
199 uint16_t white_balance;
200 uint16_t scene_capture_type;
[all …]
/hardware/libhardware/include/hardware/
Dgps.h62 typedef uint16_t GpsStatusValue;
77 typedef uint16_t GpsLocationFlags;
109 typedef uint16_t GpsAidingData;
127 typedef uint16_t AGpsType;
131 typedef uint16_t AGpsSetIDType;
181 typedef uint16_t AGpsStatusValue;
236 uint16_t flags;
306 uint16_t type;
307 uint16_t mcc;
308 uint16_t mnc;
[all …]
Daudio_effect.h51 uint16_t timeMid;
52 uint16_t timeHiAndVersion;
53 uint16_t clockSeq;
74 uint16_t cpuLoad; // CPU load indication (see below)
75 uint16_t memoryUsage; // Data Memory usage (see below)
792 uint16_t mask; // indicates which of the above fields is valid
Dhardware.h111 uint16_t module_api_version;
129 uint16_t hal_api_version;
Dbluetooth.h114 uint16_t channel;
300 typedef void (*dut_mode_recv_callback)(uint16_t opcode, uint8_t *buf, uint8_t len);
426 int (*dut_mode_send)(uint16_t opcode, uint8_t *buf, uint8_t len);
Dnfc.h103 typedef void (nfc_stack_data_callback_t) (uint16_t data_len, uint8_t* p_data);
135 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data);
/hardware/qcom/camera/QCamera/HAL2/core/inc/
DQCamera_Intf.h226 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */
227 uint16_t video_height; /* Video height seen by VFE */
228 uint16_t picture_width; /* Picture width seen by VFE */
229 uint16_t picture_height; /* Picture height seen by VFE */
230 uint16_t display_width; /* width of display */
231 uint16_t display_height; /* height of display */
232 uint16_t orig_video_width; /* original video width received */
233 uint16_t orig_video_height; /* original video height received */
234 uint16_t orig_picture_dx; /* original picture width received */
235 uint16_t orig_picture_dy; /* original picture height received */
[all …]
/hardware/qcom/camera/
DQCamera_Intf.h272 uint16_t video_width; /* Video width seen by VFE could be different than orig. Ex. DIS */
273 uint16_t video_height; /* Video height seen by VFE */
274 uint16_t picture_width; /* Picture width seen by VFE */
275 uint16_t picture_height; /* Picture height seen by VFE */
276 uint16_t display_width; /* width of display */
277 uint16_t display_height; /* height of display */
278 uint16_t orig_video_width; /* original video width received */
279 uint16_t orig_video_height; /* original video height received */
280 uint16_t orig_picture_dx; /* original picture width received */
281 uint16_t orig_picture_dy; /* original picture height received */
[all …]
DQCameraHWI_Parm.cpp388 mm_camera_parm_type_t type, uint16_t length, void *value) in native_set_parms()
402 mm_camera_parm_type_t type, uint16_t length, void *value, int *result) in native_set_parms()
1884 uint16_t x1, x2, y1, y2, dx, dy; in setFocusAreas()
1888 x1 = (uint16_t)((areas[0].x1 + 1000.0f)*(previewWidth/2000.0f)); in setFocusAreas()
1889 y1 = (uint16_t)((areas[0].y1 + 1000.0f)*(previewHeight/2000.0f)); in setFocusAreas()
1890 x2 = (uint16_t)((areas[0].x2 + 1000.0f)*(previewWidth/2000.0f)); in setFocusAreas()
1891 y2 = (uint16_t)((areas[0].y2 + 1000.0f)*(previewHeight/2000.0f)); in setFocusAreas()
1911 uint16_t x1, x2, y1, y2, dx, dy; in setFocusAreas()
1917 x1 = (uint16_t)((areas[i].x1 + 1000.0f)*(previewWidth/2000.0f)); in setFocusAreas()
1918 y1 = (uint16_t)((areas[i].y1 + 1000.0f)*(previewHeight/2000.0f)); in setFocusAreas()
[all …]
/hardware/msm7k/libaudio/
DAudioHardware.h59 uint16_t freq;
60 uint16_t type;
61 uint16_t qf;
65 uint16_t bands;
66 uint16_t params[132];
70 uint16_t num_bands;
71 uint16_t iir_params[48];
/hardware/ti/omap4xxx/security/tf_sdk/include/
Ds_type.h66 typedef unsigned short uint16_t; typedef
122 uint16_t time_mid;
123 uint16_t time_hi_and_version;
/hardware/msm7k/libaudio-qsd8k/
DAudioHardware.h117 uint16_t freq;
118 uint16_t type;
119 uint16_t qf;
123 uint16_t bands;
124 uint16_t params[132];
128 uint16_t num_bands;
129 uint16_t iir_params[48];
/hardware/ril/mock-ril/src/cpp/
Dnode_util.cpp58 uint16_t * twobytebuf = new uint16_t[len]; in Encode()
131 uint16_t * twobytebuf = new uint16_t[buflen]; in DecodeWrite()
/hardware/qcom/gps/loc_api/loc_api_v02/
Dlocation_service_v02.h434 uint16_t gpsWeek;
920 uint16_t gnssSvId;
1125 uint16_t userRespTimerInSeconds;
1268 uint16_t maxLocAge;
1296 uint16_t port;
1309 uint16_t addr[QMI_LOC_IPV6_ADDR_LENGTH_V02];
1475 uint16_t userResponseTimer;
1540 typedef uint16_t qmiLocNiUmtsCpNotifyVerifyValidMaskT_v02;
1661 uint16_t userResponseTimer;
2015 uint16_t tbfInMs;
[all …]
/hardware/ti/wpan/ti_st/uim-sysfs/
Duim.h86 uint16_t opcode; /* OCF & OGF */
99 uint16_t opcode;
106 uint16_t opcode;
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
Duim.h87 uint16_t opcode; /* OCF & OGF */
100 uint16_t opcode;
107 uint16_t opcode;
/hardware/msm7k/libcamera/
Dcamera_ifc.h129 uint16_t dx;
130 uint16_t dy;
137 uint16_t captured_dx;
138 uint16_t captured_dy;
141 uint16_t rotation;
/hardware/ti/omap4xxx/security/tf_crypto_sst/
Dlib_object.h80 #define LIB_OBJECT_HANDLE16_MAX ((uint16_t)0xFFFF)
91 uint16_t nHandle;
/hardware/ti/omap3/dspbridge/inc/
Ddynamic_loader.h351 uint16_t page; /* memory page or view */
352 uint16_t type; /* one of the section types below */
/hardware/invensense/mlsdk/platform/include/
Dstdint_invensense.h38 typedef unsigned short uint16_t; typedef
/hardware/invensense/libsensors_iio/software/core/driver/include/
Dstdint_invensense.h27 typedef unsigned short uint16_t; typedef
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
Dmcimcp.h380 uint16_t SleepReq;
381 uint16_t ReadyToSleep;

123