Home
last modified time | relevance | path

Searched refs:position (Results 1 – 5 of 5) sorted by relevance

/hardware/ril/include/telephony/
Dril_cdma_sms.h363 unsigned char position; member
371 unsigned char position; member
378 unsigned char position; member
385 unsigned char position; member
392 unsigned char position; member
401 unsigned char position; member
408 unsigned char position; member
415 unsigned char position; member
471 unsigned short position; member
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp316 if (position >= MAX_EXIF_TAGS_SUPPORTED) { in insertElement()
328 table[position].GpsTag = TRUE; in insertElement()
329 table[position].Tag = GpsTagNameToValue(tag); in insertElement()
332 table[position].GpsTag = FALSE; in insertElement()
333 table[position].Tag = TagNameToValue(tag); in insertElement()
341 table[position].DataLength = 0; in insertElement()
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
344 if (table[position].Value) { in insertElement()
345 memcpy(table[position].Value, value, value_length + 1); in insertElement()
346 table[position].DataLength = value_length + 1; in insertElement()
[all …]
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h88 gps_tag_count(0), exif_tag_count(0), position(0), in ExifElementsTable()
103 unsigned int position; variable
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
DFmPresetList.java134 final Integer index = menuInfo.position; in onContextItemSelected()
/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp220 camera_position_type *position,