Searched refs:cod (Results 1 - 17 of 17) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) argument
138 if (cod >= CH_YO_YING && cod <= CH_THO_THAN) {
139 return noDescenderCODs[glyphSet][cod - CH_YO_YING];
142 return cod;
183 LEUnicode cod = outputBuffer[outputIndex - 1]; local
184 LEUnicode coa = noDescenderCOD(cod, glyphSet);
186 if (cod != coa) {
H A DThaiShaping.h91 static LEUnicode noDescenderCOD(LEUnicode cod, le_uint8 glyphSet);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_dm.c362 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
373 if ((remote_cod & 0x7ff) == cod)
380 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
392 if ((remote_cod & 0x700) == cod)
541 UINT32 cod; local
558 cod = devclass2uint(dev_class);
559 BTIF_TRACE_DEBUG("%s():cod is 0x%06x", __FUNCTION__, cod);
560 if ( cod == 0) {
561 /* Try to retrieve cod fro
829 UINT32 cod; local
914 UINT32 cod; local
983 UINT32 cod; local
1226 UINT32 cod; local
2797 UINT32 cod; local
2997 UINT32 cod; local
3046 UINT32 cod; local
[all...]
H A Dbtif_util.c106 UINT32 cod = 0; local
111 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
113 return cod;
115 void uint2devclass(UINT32 cod, DEV_CLASS dev_class) argument
117 dev_class[2] = (UINT8)cod;
118 dev_class[1] = (UINT8)(cod >> 8);
119 dev_class[0] = (UINT8)(cod >> 16);
H A Dbtif_sock_sdp.c355 tBTA_UTL_COD cod; local
412 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
413 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
H A Dbtif_storage.c520 int cod; local
521 if(btif_config_get_int("Remote", kname, "DevClass", &cod))
522 uint2devclass((UINT32)cod, dev_class);
850 uint32_t cod, devtype; local
928 &cod, sizeof(cod),
H A Dbtif_core.c951 uint32_t cod, devtype; local
968 sizeof(cod), &cod);
H A Dbtif_hh.c158 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
160 extern BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
H A Dbtif_rc.c46 /* cod value for Headsets */
222 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_act.c59 tBTA_UTL_COD cod; local
76 cod.service = BTM_COD_SERVICE_AUDIO;
77 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c232 UINT8 cod = (sub_class >> 2); /* lower two bits are reserved */ local
236 if (cod == (UINT8) p_bta_hh_cfg->p_devt_list[xx].tod)
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c330 char *p_id_str, DEV_CLASS cod)
349 DEVCLASS_TO_STREAM (p, cod);
329 NDEF_MsgAppendMediaBtOobCod(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, DEV_CLASS cod) argument
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c532 tBTA_UTL_COD cod; local
591 cod.service = BTM_COD_SERVICE_CAPTURING | BTM_COD_SERVICE_RENDERING;
593 cod.service = BTM_COD_SERVICE_CAPTURING;
595 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
H A Dbta_av_act.c1963 tBTA_UTL_COD cod; local
2042 cod.service = BTM_COD_SERVICE_CAPTURING;
2043 utl_set_device_class(&cod, BTA_UTL_CLR_COD_SERVICE_CLASS);
/external/libnfc-nci/src/nfc/include/
H A Dndef_utils.h483 char *p_id_str, DEV_CLASS cod);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c903 tBTA_UTL_COD cod; local
916 cod.service = (p_data->set_service.service >> 8);
917 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c181 DEV_CLASS cod; local
292 FIELDS_TO_COD(cod, minor, major, service_class);
293 (void) BTM_SetDeviceClass (cod);

Completed in 511 milliseconds