/hardware/ti/wlan/wl1271/platforms/os/common/src/ |
D | tracebuf.c | 52 int pos; member 87 tb_control->pos = tb_control->count = 0; in tb_init() 102 int pos; in tb_next() local 105 pos = tb_control->pos; in tb_next() 106 tb_control->pos = (pos+1) % TB_NUM_ENTRIES; in tb_next() 109 tb_control->entry[tb_control->pos].ts = in tb_next() 110 tb_control->entry[tb_control->pos].loc= in tb_next() 111 tb_control->entry[tb_control->pos].p1 = in tb_next() 112 tb_control->entry[tb_control->pos].p2 = 0xffffffff; in tb_next() 114 return pos; in tb_next() [all …]
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
D | h264_utils.cpp | 71 : begin (_begin), end(_end), pos (- 1), bit (0), in RbspParser() 87 return static_cast<uint32> (begin[pos]); in next() 93 ++pos; in advance() 95 if (begin + pos == end) in advance() 105 cursor |= static_cast<uint32> (begin[pos]); in advance() 249 uint32 pos = 0; in extract_rbsp() local 260 coef2 = buffer[pos++]; in extract_rbsp() 261 coef3 = buffer[pos++]; in extract_rbsp() 263 if(pos >= buffer_length) in extract_rbsp() 271 coef3 = buffer[pos++]; in extract_rbsp() [all …]
|
/hardware/ti/wlan/mac80211/ti-utils/ |
D | ini.c | 33 char *pos, *end, *sstart; in ini_get_line() local 37 pos = s; in ini_get_line() 40 while (*pos == ' ' || *pos == '\t' || *pos == '\r') { in ini_get_line() 41 pos++; in ini_get_line() 45 if (*pos == '#' || *pos == '\n' || *pos == '\0') { in ini_get_line() 53 sstart = strchr(pos, '"'); in ini_get_line() 58 sstart = pos; in ini_get_line() 64 end = pos + strlen(pos) - 1; in ini_get_line() 68 while (end > pos && in ini_get_line() 74 if (*pos == '\0') { in ini_get_line() [all …]
|
D | calibrator.c | 235 int fd, pos; in phy_lookup() local 243 pos = read(fd, buf, sizeof(buf) - 1); in phy_lookup() 244 if (pos < 0) { in phy_lookup() 248 buf[pos] = '\0'; in phy_lookup()
|
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
D | driver_mac80211.c | 328 char *pos, *end, *custom, *buf; in wpa_driver_wext_event_wireless() local 330 pos = data; in wpa_driver_wext_event_wireless() 333 while (pos + IW_EV_LCP_LEN <= end) { in wpa_driver_wext_event_wireless() 336 os_memcpy(&iwe_buf, pos, IW_EV_LCP_LEN); in wpa_driver_wext_event_wireless() 343 custom = pos + IW_EV_POINT_LEN; in wpa_driver_wext_event_wireless() 353 os_memcpy(dpos, pos + IW_EV_LCP_LEN, in wpa_driver_wext_event_wireless() 356 os_memcpy(&iwe_buf, pos, sizeof(struct iw_event)); in wpa_driver_wext_event_wireless() 452 pos += iwe->len; in wpa_driver_wext_event_wireless() 970 struct wext_scan_data *res, char *pos, in wext_get_scan_rate() argument 974 char *custom = pos + IW_EV_LCP_LEN; in wext_get_scan_rate() [all …]
|
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/ |
D | FmRxRdsConfig.java | 367 int pos = 1; in updateUiFromPreference() local 371 pos = 0; in updateUiFromPreference() 375 pos = 1; in updateUiFromPreference() 379 pos = 2; in updateUiFromPreference() 383 spnChannelSpacing.setSelection(pos); in updateUiFromPreference()
|
D | FmRxApp.java | 548 Integer pos = new Integer(index.intValue() + 1); in SetStation() local 551 item.put(ITEM_KEY, pos.toString()); in SetStation() 575 Integer pos = new Integer(index.intValue() + 1); in UnSetStation() local 578 item.put(ITEM_KEY, pos.toString()); in UnSetStation() 591 Integer pos = new Integer(index.intValue() + 1); in GetStation() local
|
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
D | driver_ti.c | 889 u8 *pos, *end; in wpa_driver_tista_set_probe_req_ie() local 893 pos = (u8*)ies + head_len; /* Find the WSC mode in probe_req_ie by password_id */ in wpa_driver_tista_set_probe_req_ie() 895 while (pos < end) { in wpa_driver_tista_set_probe_req_ie() 896 if (ATTR_DEV_PASSWORD_ID == WPA_GET_BE16(pos)) { in wpa_driver_tista_set_probe_req_ie() 897 password_id = WPA_GET_BE16(pos+4); in wpa_driver_tista_set_probe_req_ie() 900 pos += (4 + WPA_GET_BE16(pos+2)); in wpa_driver_tista_set_probe_req_ie() 904 pos = (u8*)ies + head_len; in wpa_driver_tista_set_probe_req_ie() 909 os_memcpy(WscModeStruct.probeReqWSCIE, pos, min_len); in wpa_driver_tista_set_probe_req_ie()
|
/hardware/ti/omap3/omx/ti_omx_config_parser/src/ |
D | ti_m4v_config_parser.cpp | 64 void movePointerTo(mp4StreamType *psBits, int32 pos) in movePointerTo() argument 67 if (pos < 0) in movePointerTo() 69 pos = 0; in movePointerTo() 72 byte_pos = pos >> 3; in movePointerTo() 81 FlushBits(psBits, ((pos & 0x7) + ((byte_pos & 0x3) << 3))); in movePointerTo()
|
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
D | h264_utils.h | 172 int32 pos; variable
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 3084 char *pos = NULL; in isResolutionValid() local 3103 pos = strstr(supportedResolutions, tmpBuffer); in isResolutionValid() 3104 if ( NULL == pos ) in isResolutionValid() 3123 char *pos = NULL; in isParameterValid() local 3141 pos = strstr(supportedParams, param); in isParameterValid() 3142 if ( NULL == pos ) in isParameterValid() 3161 char *pos = NULL; in isParameterValid() local 3182 pos = strstr(supportedParams, tmpBuffer); in isParameterValid() 3183 if ( NULL == pos ) in isParameterValid()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCapabilities.cpp | 1027 …char *pos = strstr(params->get(CameraProperties::SUPPORTED_FOCUS_MODES), DEFAULT_FOCUS_MODE_PREFER… in insertDefaults() local 1028 if ( NULL != pos ) in insertDefaults()
|
/hardware/ril/libril/ |
D | ril.cpp | 1230 int pos = p.dataPosition(); in dispatchDataCall() local 1235 p2.appendFrom(&p, 0, pos); in dispatchDataCall() 1240 p2.setDataPosition(pos); in dispatchDataCall() 1243 p.setDataPosition(pos); in dispatchDataCall()
|