HomeSort by relevance Sort by last modified time
    Searched defs:lcid (Results 1 - 25 of 38) 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);
  /external/skqp/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 102 uint16_t lcid; local
103 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:__anon2509
108 pending_lcid; /* store LCID for incoming connection while connecting */
  /system/bt/stack/avdt/
avdt_ad.cc 188 * Description Find adaption layer transport channel table entry by LCID.
194 AvdtpTransportChannel* avdt_ad_tc_tbl_by_lcid(uint16_t lcid) {
197 idx = avdtp_cb.ad.lcid_tbl[lcid - L2CAP_BASE_APPL_CID];
362 L2CA_SetTxPriority(avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid,
385 /* put lcid in event data */
387 open.lcid = avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][p_tbl->tcid].lcid;
475 * transport channel. It looks up the LCID of the channel
493 return L2CA_DataWrite(avdtp_cb.ad.rt_tbl[avdt_ccb_to_idx(p_ccb)][tcid].lcid,
516 uint16_t lcid; local
    [all...]
avdt_api.cc 1047 uint16_t lcid = 0; local
1075 uint16_t lcid = 0; local
    [all...]
avdt_scb_act.cc 1427 uint16_t lcid; local
    [all...]
  /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) {
688 p_dcb->lcid =
690 if (p_dcb->lcid) {
828 uint16_t lcid = 0; local
832 if (p_dcb) lcid = p_dcb->lcid;
833 return lcid;
mca_int.h 59 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon2489
66 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon2490
177 uint16_t lcid; /* L2CAP LCID */ member in struct:__anon2497
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:__anon2501
262 uint16_t lcid; /* L2CAP lcid * member in struct:__anon2503
    [all...]
  /external/icu/icu4c/source/common/
locmap.cpp 10 * LCID and Posix IDs or ICU locale to codepage
55 * [MS-LCID] Windows Language Code Identifier (LCID) Reference
61 // Internal Classes for LCID <--> POSIX Mapping
82 // Easy macros to make the LCID <--> POSIX Mapping
88 * The standard one language/one country mapping for LCID.
91 * @param hostID LCID in host format such as 0x044d
121 // Create the table of LCID to POSIX Mapping
127 // Note: This table should be updated periodically. Check the [MS-LCID] Windows Language Code Identifier
128 // (LCID) Reference defined at https://msdn.microsoft.com/en-us/library/cc233965.asp
1233 LCID lcid = LocaleNameToLCID(bcp47Tag, nameLCIDFlags); local
    [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 526 uint16_t lcid = 0; local
528 int status = PORT_CheckConnection(data.rfc.port_handle, dev_addr, &lcid);
  /system/bt/stack/l2cap/
l2c_main.cc 337 uint16_t lcid, rcid; local
340 STREAM_TO_UINT16(lcid, p);
343 "L2CAP - rej with CID invalid, LCID: 0x%04x RCID: 0x%04x", lcid,
347 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
407 uint16_t lcid; local
410 STREAM_TO_UINT16(lcid, p);
414 tL2C_CCB* p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
416 L2CAP_TRACE_WARNING("L2CAP - no CCB for conn rsp, LCID: %d RCID: %d",
417 lcid, con_info.remote_cid)
441 uint16_t lcid; local
548 uint16_t lcid; local
639 uint16_t lcid, rcid; local
657 uint16_t lcid, rcid; local
    [all...]
l2c_ble.cc 591 uint16_t lcid = 0, rcid = 0, mtu = 0, mps = 0, initial_credit = 0; local
791 STREAM_TO_UINT16(lcid, p);
792 p_ccb = l2cu_find_ccb_by_remote_cid(p_lcb, lcid);
795 __func__, lcid);
809 STREAM_TO_UINT16(lcid, p);
812 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
819 l2cu_send_peer_disc_rsp(p_lcb, id, lcid, rcid);
825 STREAM_TO_UINT16(lcid, p);
827 p_ccb = l2cu_find_ccb_by_cid(p_lcb, lcid);
    [all...]
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test.cc 147 uint16_t lcid) {
152 ConnectResponse(peer_addr, cmd_id, lcid, L2CAP_CONN_OK, 0));
155 ConfigRequest(lcid, PointerMemoryEqual(&cfg_req)))
157 l2cap_appl_info_.pL2CA_ConnectInd_Cb(peer_addr, lcid, BT_PSM_RFCOMM,
163 l2cap_appl_info_.pL2CA_ConfigCfm_Cb(lcid, &cfg_req);
168 ConfigResponse(lcid, PointerMemoryEqual(&cfg_req)))
170 l2cap_appl_info_.pL2CA_ConfigInd_Cb(lcid, &cfg_req);
175 CreateQuickSabmPacket(RFCOMM_MX_DLCI, lcid, acl_handle));
177 CreateQuickUaPacket(RFCOMM_MX_DLCI, lcid, acl_handle));
178 EXPECT_CALL(l2cap_interface_, DataWrite(lcid, BtHdrEqual(ua_channel_0))
479 static const uint16_t lcid = 0x0054; local
502 static const uint16_t lcid = 0x0054; local
600 static const uint16_t lcid = 0x0054; local
623 static const uint16_t lcid = 0x0054; local
    [all...]
  /system/bt/bta/hl/
bta_hl_utils.cc 2311 uint16_t lcid; local
    [all...]
  /system/bt/bta/jv/
bta_jv_act.cc 1258 uint16_t lcid; local
1455 uint16_t lcid; local
    [all...]
  /system/bt/stack/include/
avdt_api.h 379 uint16_t lcid; /* L2CAP LCID for media channel */ member in struct:__anon2231
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c 80 /* LCID */
182 LCID = 7,
572 if (strcmp(temp2, rawData2[LCID][i]) != 0) {
573 log_err("LCID mismatch: %s versus %s\n", temp2 , rawData2[LCID][i]);
3299 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:__anon46894
340 uint16_t lcid; member in struct:__anon46897
347 uint16_t lcid; member in struct:__anon46898
353 uint16_t lcid; member in struct:__anon46899
359 uint16_t lcid; member in struct:__anon46900
366 uint16_t lcid; member in struct:__anon46901

Completed in 196 milliseconds

1 2