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

  /external/bluetooth/bluedroid/bta/hh/
bta_hh_utils.c 220 UINT8 cod = (sub_class >> 2); /* lower two bits are reserved */ local
224 if (cod == (UINT8) p_bta_hh_cfg->p_devt_list[xx].tod)
  /external/bluetooth/bluedroid/btif/src/
btif_util.c 104 UINT32 cod = 0; local
106 /* if COD is 0, irrespective of the device type set it to Unclassified device */
107 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
109 return cod;
111 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
113 dev_class[2] = (UINT8)cod;
114 dev_class[1] = (UINT8)(cod >> 8);
115 dev_class[0] = (UINT8)(cod >> 16);
btif_sock_sdp.c 243 tBTA_UTL_COD cod; local
300 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
301 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
btif_core.c 900 uint32_t cod, devtype; local
917 sizeof(cod), &cod);
    [all...]
btif_dm.c 224 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
234 if ((remote_cod & 0x7ff) == cod)
275 UINT32 cod; local
292 cod = devclass2uint(dev_class);
293 if ( cod == 0) {
294 BTIF_TRACE_DEBUG1("%s():cod is 0, set as unclassified", __FUNCTION__);
295 cod = COD_UNCLASSIFIED;
299 BT_PROPERTY_CLASS_OF_DEVICE, sizeof(cod), &cod);
518 UINT32 cod; local
598 UINT32 cod; local
661 UINT32 cod; local
827 UINT32 cod; local
    [all...]
btif_storage.c 439 int cod; local
440 if(btif_config_get_int("Remote", kname, "DevClass", &cod))
441 uint2devclass((UINT32)cod, dev_class);
756 uint32_t cod, devtype; local
    [all...]
  /external/icu4c/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 1863 tBTA_UTL_COD cod; local
    [all...]
bta_av_main.c 477 tBTA_UTL_COD cod; local
533 cod.service = BTM_COD_SERVICE_CAPTURING;
534 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
    [all...]
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c 671 tBTA_UTL_COD cod; local
679 cod.service = (p_data->set_service.service >> 8);
680 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
289 FIELDS_TO_COD(cod, minor, major, service_class);
290 (void) BTM_SetDeviceClass (cod);
    [all...]

Completed in 372 milliseconds