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

/external/icu4c/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.c276 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
286 if ((remote_cod & 0x7ff) == cod)
293 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod) argument
304 if ((remote_cod & 0x700) == cod)
400 UINT32 cod; local
417 cod = devclass2uint(dev_class);
418 if ( cod == 0) {
419 BTIF_TRACE_DEBUG1("%s():cod is 0, set as unclassified", __FUNCTION__);
420 cod = COD_UNCLASSIFIED;
424 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod),
648 UINT32 cod; local
728 UINT32 cod; local
792 UINT32 cod; local
962 UINT32 cod; local
2294 UINT32 cod; local
2481 UINT32 cod; local
2523 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.c348 tBTA_UTL_COD cod; local
405 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
406 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
H A Dbtif_storage.c500 int cod; local
501 if(btif_config_get_int("Remote", kname, "DevClass", &cod))
502 uint2devclass((UINT32)cod, dev_class);
841 uint32_t cod, devtype; local
919 &cod, sizeof(cod),
H A Dbtif_core.c932 uint32_t cod, devtype; local
949 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 */
194 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_utils.c230 UINT8 cod = (sub_class >> 2); /* lower two bits are reserved */ local
234 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/libnfc-nci/src/nfc/include/
H A Dndef_utils.h483 char *p_id_str, DEV_CLASS cod);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_main.c477 tBTA_UTL_COD cod; local
533 cod.service = BTM_COD_SERVICE_CAPTURING;
534 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
H A Dbta_av_act.c1954 tBTA_UTL_COD cod; local
2028 cod.service = BTM_COD_SERVICE_CAPTURING;
2029 utl_set_device_class(&cod, BTA_UTL_CLR_COD_SERVICE_CLASS);
/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_act.c876 tBTA_UTL_COD cod; local
884 cod.service = (p_data->set_service.service >> 8);
885 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 264 milliseconds