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

  /external/bluetooth/bluedroid/bta/include/
bta_fs_ci.h 76 UINT8 ssn; member in struct:__anon3112
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:__anon3116
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 173 FormFieldData ssn; local
174 ssn.label = ASCIIToUTF16("Social Security Number");
175 ssn.name = ASCIIToUTF16("ssn");
176 ssn.value = ASCIIToUTF16("078-05-1120");
177 ssn.form_control_type = "text";
178 form.fields.push_back(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:__anon3838
137 UINT8 ssn; /* session sequence number */ member in struct:__anon3839
143 UINT8 ssn; /* session sequence number */ member in struct:__anon3840
172 UINT8 ssn; /* session sequence number */ member in struct:__anon3842
189 UINT8 ssn; /* session sequence number */ member in struct:__anon3843
195 UINT8 ssn; /* session sequence number */ member in struct:__anon3844
207 UINT8 ssn; /* session sequence number */ member in union:__anon3845
556 UINT32 timeout, UINT8 ssn, UINT32 offset)
    [all...]

Completed in 233 milliseconds