HomeSort by relevance Sort by last modified time
    Searched defs:lcid (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
winutil.h 33 int32_t lcid; member in struct:Win32Utilities::LCIDRecord
  /external/skia/tools/
win_lcid.cpp 21 LCID lcid = LocaleNameToLCID(pStr, nullptr); local
22 if (lcid == 0) {
23 wprintf(L"Error %d getting LCID\n", GetLastError());
27 if (lcid > 0x8000) {
30 wprintf(L" { 0x%.4x, \"%s\" }, //%s\n", lcid, pStr, wcBuffer);
  /system/bt/bta/hf_client/
bta_hf_client_rfc.cc 101 uint16_t lcid; local
102 PORT_CheckConnection(port_handle, peer_addr, &lcid);
bta_hf_client_act.cc 168 uint16_t lcid; local
179 dev_addr, &lcid))) {
  /system/bt/stack/rfcomm/
rfc_mx_fsm.cc 121 uint16_t lcid = L2CA_ConnectReq(BT_PSM_RFCOMM, p_mcb->bd_addr); local
122 if (lcid == 0) {
123 rfc_save_lcid_mcb(NULL, p_mcb->lcid);
124 p_mcb->lcid = 0;
128 p_mcb->lcid = lcid;
129 /* Save entry for quicker access to mcb based on the LCID */
130 rfc_save_lcid_mcb(p_mcb, p_mcb->lcid);
146 L2CA_ConnectRsp(p_mcb->bd_addr, *((uint8_t*)p_data), p_mcb->lcid,
216 L2CA_DisconnectReq(p_mcb->lcid);
487 uint16_t lcid = L2CA_ConnectReq(BT_PSM_RFCOMM, p_mcb->bd_addr); local
    [all...]
port_int.h 96 uint16_t lcid; /* Local cid used for this channel */ member in struct:__anon106560
108 pending_lcid; /* store LCID for incoming connection while connecting */
  /system/bt/stack/avdt/
avdt_ad.cc 170 * Description Find adaption layer transport channel table entry by LCID.
176 tAVDT_TC_TBL* avdt_ad_tc_tbl_by_lcid(uint16_t lcid) {
179 idx = avdt_cb.ad.lcid_tbl[lcid - L2CAP_BASE_APPL_CID];
336 L2CA_SetTxPriority(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid,
354 /* put lcid in event data */
357 open.lcid = avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].lcid;
441 * transport channel. It looks up the LCID of the channel
459 return L2CA_DataWrite(avdt_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid,
482 uint16_t lcid; local
    [all...]
avdt_api.cc 970 uint16_t lcid = 0; local
998 uint16_t lcid = 0; local
    [all...]
avdt_scb_act.cc 1367 uint16_t lcid; local
    [all...]
avdt_int.h 491 uint16_t lcid; member in struct:__anon106168
501 uint16_t lcid; /* L2CAP LCID of the associated transport channel */ member in struct:__anon106169
509 uint8_t lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
667 extern tAVDT_TC_TBL* avdt_ad_tc_tbl_by_lcid(uint16_t lcid);
  /system/bt/stack/mcap/
mca_api.cc 327 p_ccb->lcid = mca_l2c_open_req(bd_addr, p_ccb->ctrl_vpsm, NULL);
328 if (p_ccb->lcid) {
685 p_dcb->lcid =
687 if (p_dcb->lcid) {
823 uint16_t lcid = 0; local
827 if (p_dcb) lcid = p_dcb->lcid;
828 return lcid;
mca_int.h 59 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon106540
66 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon106541
177 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon106548
190 uint8_t lcid_tbl[MAX_L2CAP_CHANNELS]; /* map LCID to tc_tbl index */
227 uint16_t lcid; /* L2CAP lcid for this control channel */ member in struct:__anon106552
262 uint16_t lcid; /* L2CAP lcid * member in struct:__anon106554
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comcat.h 292 LCID lcid; member in struct:tagCATEGORYINFO
669 LCID lcid,
674 LCID lcid,
722 LCID lcid,
728 LCID lcid,
    [all...]
wmiatlprov.h 253 DWORD lcid = MAKELCID(MAKELANGID(LANG_ENGLISH,SUBLANG_ENGLISH_US),SORT_DEFAULT); local
254 if(CSTR_EQUAL!=CompareStringW(lcid,NORM_IGNORECASE,ClassName,-1,wClass,-1)) {
olectl.h 70 LCID lcid; member in struct:tagOCPFIPARAMS
271 WINOLECTLAPI OleCreatePropertyFrame(HWND hwndOwner,UINT x,UINT y,LPCOLESTR lpszCaption,ULONG cObjects,LPUNKNOWN *ppUnk,ULONG cPages,LPCLSID pPageClsID,LCID lcid,DWORD dwReserved,LPVOID pvReserved);
  /system/bt/bta/ag/
bta_ag_act.cc 501 uint16_t lcid; local
515 dev_addr, &lcid))) {
  /system/bt/stack/l2cap/
l2c_main.cc 259 uint16_t rej_reason, rej_mtu, lcid, rcid, info_type; local
339 STREAM_TO_UINT16(lcid, p);
342 "L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid,
346 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
403 STREAM_TO_UINT16(lcid, p);
407 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
409 L2CAP_TRACE_WARNING("L2CAP - no CCB for conn rsp, LCID: %d RCID: %d",
410 lcid, con_info.remote_cid);
433 STREAM_TO_UINT16(lcid, p)
    [all...]
l2c_ble.cc 579 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
785 STREAM_TO_UINT16(lcid, p);
786 p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, lcid);
789 __func__, lcid);
799 STREAM_TO_UINT16(lcid, p);
802 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
809 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid);
815 STREAM_TO_UINT16(lcid, p);
817 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.cc 2314 uint16_t lcid; local
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 1430 uint16_t lcid; local
1642 uint16_t lcid; local
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 180 LCID id;
236 static int __GetLCID(const char* lang, const char* ctry, LCID* lcid);
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
242 static int __intGetACP(LCID lcid)
1485 LCID lcid = LocaleFromHex(locale); local
1651 LCID lcid; local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 180 LCID id;
236 static int __GetLCID(const char* lang, const char* ctry, LCID* lcid);
237 static int __GetLCIDFromName(const char* lname, LCID* lcid, char *cp, _Locale_lcid_t *hint);
238 static char const* __GetLocaleName(LCID lcid, const char* cp, char* buf);
241 static void __GetLocaleInfoUsingACP(LCID lcid, const char* cp, LCTYPE lctype, char* buf, int buf_size, wchar_t* wbuf, int wbuf_size);
242 static int __intGetACP(LCID lcid)
1485 LCID lcid = LocaleFromHex(locale); local
1651 LCID lcid; local
    [all...]
  /system/bt/stack/include/
avdt_api.h 336 uint16_t lcid; /* L2CAP LCID for media channel */ member in struct:__anon106265
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 79 /* LCID */
181 LCID = 7,
570 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
571 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
3225 uint32_t lcid; local
    [all...]
  /hardware/broadcom/libbt/include/
uipc_msg.h 187 uint16_t lcid; member in struct:t_l2c_sync_to_lite_resp_stream
205 uint16_t lcid; member in struct:t_l2c_remove_to_lite_req
245 uint16_t lcid; member in struct:__anon39932
340 uint16_t lcid; member in struct:__anon39935
347 uint16_t lcid; member in struct:__anon39936
353 uint16_t lcid; member in struct:__anon39937
359 uint16_t lcid; member in struct:__anon39938
366 uint16_t lcid; member in struct:__anon39939

Completed in 578 milliseconds

1 2