Searched refs:ssn (Results 1 - 8 of 8) sorted by path

/external/bluetooth/bluedroid/bta/fs/
H A Dbta_fs_ci.c172 ** ssn - the stored session sequence number.
183 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
201 p_evt->ssn = ssn;
182 bta_fs_ci_resume(BD_ADDR_PTR p_addr, UINT8 *p_sess_info, UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info, tBTA_FS_CO_STATUS status, UINT16 evt) argument
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_ci.h76 UINT8 ssn; member in struct:__anon757
194 ** ssn - the stored session sequence number.
205 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
H A Dbta_fs_co.h140 /* a data type to keep an array of ssn/file offset - the info can be saved to NV */
152 UINT8 ssn; member in struct:__anon761
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, UINT
[all...]
/external/bluetooth/bluedroid/btif/co/
H A Dbta_fs_co.c438 ** ssn - session sequence number. Ignored, if bta_fs_co_open
454 void bta_fs_co_read(int fd, UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id) argument
459 UNUSED(ssn);
485 ** ssn - session sequence number. Ignored, if bta_fs_co_open
500 UINT8 ssn, UINT8 app_id)
505 UNUSED(ssn);
1164 void bta_fs_co_session_info(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn, argument
1169 UNUSED(ssn);
1187 ** ssn - the session sequence number.
1197 void bta_fs_co_suspend(BD_ADDR bd_addr, UINT8 *p_sess_info, UINT8 ssn, argument
499 bta_fs_co_write(int fd, const UINT8 *p_buf, UINT16 nbytes, UINT16 evt, UINT8 ssn, UINT8 app_id) argument
1228 bta_fs_co_sess_ssn(int fd, UINT8 ssn, UINT8 app_id) argument
[all...]
/external/bluetooth/bluedroid/stack/include/
H A Dobx_api.h24 /* 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:__anon1586
137 UINT8 ssn; /* session sequence number */ member in struct:__anon1587
143 UINT8 ssn; /* session sequence number */ member in struct:__anon1588
172 UINT8 ssn; /* session sequence number */ member in struct:__anon1590
189 UINT8 ssn; /* session sequence number */ member in struct:__anon1591
195 UINT8 ssn; /* session sequence number */ member in struct:__anon1592
207 UINT8 ssn; /* session sequence number */ member in union:__anon1593
556 UINT32 timeout, UINT8 ssn, UINT3
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautocomplete_history_manager_unittest.cc138 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/
H A Dconvert.cc182 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/
H A Dcontent_analysis.cc172 int ssn = i * sizej + j; local
174 uint8_t currPixel = orig_frame_[ssn];
175 uint8_t prevPixel = prev_frame_[ssn];

Completed in 482 milliseconds