HomeSort by relevance Sort by last modified time
    Searched defs:ssn (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_fs_ci.h 76 UINT8 ssn; member in struct:__anon5382
194 ** ssn - the stored session sequence number.
205 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
bta_fs_co.h 140 /* a data type to keep an array of ssn/file offset - the info can be saved to NV */
152 UINT8 ssn; member in struct:__anon5386
221 BTA_API extern void bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn,
250 ** ssn - the session sequence number.
260 BTA_API extern void bta_fs_co_suspend(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn,
289 ** This is used to inform call-out module if the ssn/file offset
292 ** Parameters ssn - the session sequence number of the first request
301 BTA_API extern void bta_fs_co_sess_ssn(int fd, UINT8 ssn, UINT8 app_id);
350 ** ssn - session sequence number. Ignored, if bta_fs_co_open
367 UINT8 ssn, UINT8 app_id)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autocomplete_history_manager_unittest.cc 138 FormFieldData ssn; local
139 ssn.label = ASCIIToUTF16("Social Security Number");
140 ssn.name = ASCIIToUTF16("ssn");
141 ssn.value = ASCIIToUTF16("078-05-1120");
142 ssn.form_control_type = "text";
143 form.fields.push_back(ssn);
  /external/chromium_org/third_party/fips181/
convert.cc 182 static const struct ssymb_names ssn[42] = local
234 if(*syllable == ssn[i].symbol)
236 (void)memcpy((void*)h_syllable, (void*)ssn[i].name, strlen(ssn[i].name));
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
content_analysis.cc 172 int ssn = i * sizej + j; local
174 uint8_t currPixel = orig_frame_[ssn];
175 uint8_t prevPixel = prev_frame_[ssn];
  /external/bluetooth/bluedroid/stack/include/
obx_api.h 24 /* 18 is 7/OBX_CONN_HDRS_OFFSET + 5/conn id, 2/ssn, 2/srm 2/srm_param */
45 #define OBX_MAX_CONN_HDR_EXTRA 8 /* 5/conn id, 2/ssn, 2/srm 2/srm_param - (5/setpath + 5/conn_id - 7/conn) */
130 UINT8 ssn; /* session sequence number */ member in struct:__anon6211
137 UINT8 ssn; /* session sequence number */ member in struct:__anon6212
143 UINT8 ssn; /* session sequence number */ member in struct:__anon6213
172 UINT8 ssn; /* session sequence number */ member in struct:__anon6215
189 UINT8 ssn; /* session sequence number */ member in struct:__anon6216
195 UINT8 ssn; /* session sequence number */ member in struct:__anon6217
207 UINT8 ssn; /* session sequence number */ member in union:__anon6218
556 UINT32 timeout, UINT8 ssn, UINT32 offset)
    [all...]

Completed in 1873 milliseconds