HomeSort by relevance Sort by last modified time
    Searched defs:cod (Results 1 - 12 of 12) sorted by null

  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_act.c 59 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/
bta_hh_utils.c 232 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/bluetooth/bluedroid/btif/src/
btif_sock_sdp.c 355 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);
btif_util.c 108 UINT32 cod = 0; local
112 /* if COD is 0, irrespective of the device type set it to Unclassified device */
113 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
115 return cod;
117 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
119 dev_class[2] = (UINT8)cod;
120 dev_class[1] = (UINT8)(cod >> 8);
121 dev_class[0] = (UINT8)(cod >> 16);
btif_core.c 951 uint32_t cod, devtype; local
968 sizeof(cod), &cod);
    [all...]
btif_storage.c 520 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
    [all...]
btif_dm.c 355 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
366 if ((remote_cod & 0x7ff) == cod)
373 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
385 if ((remote_cod & 0x700) == cod)
534 UINT32 cod; local
551 cod = devclass2uint(dev_class);
552 BTIF_TRACE_DEBUG("%s():cod is 0x%06x", __FUNCTION__, cod);
553 if ( cod == 0) {
554 /* Try to retrieve cod from storage *
802 UINT32 cod; local
882 UINT32 cod; local
946 UINT32 cod; local
1184 UINT32 cod; local
2755 UINT32 cod; local
2950 UINT32 cod; local
2992 UINT32 cod; local
    [all...]
  /external/icu/icu4c/source/layout/
ThaiShaping.cpp 128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet)
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) {
297 if (charClass >= CON && charClass <= COD) {
  /external/bluetooth/bluedroid/bta/av/
bta_av_act.c 1963 tBTA_UTL_COD cod; local
    [all...]
bta_av_main.c 532 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);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 903 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);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_inq.c 181 DEV_CLASS cod; local
292 FIELDS_TO_COD(cod, minor, major, service_class);
293 (void) BTM_SetDeviceClass (cod);
    [all...]

Completed in 802 milliseconds