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 230 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/bluetooth/bluedroid/btif/src/
btif_util.c 106 UINT32 cod = 0; local
110 /* if COD is 0, irrespective of the device type set it to Unclassified device */
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)
117 dev_class[2] = (UINT8)cod;
118 dev_class[1] = (UINT8)(cod >> 8);
119 dev_class[0] = (UINT8)(cod >> 16);
btif_sock_sdp.c 348 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);
btif_core.c 932 uint32_t cod, devtype; local
949 sizeof(cod), &cod);
    [all...]
btif_storage.c 500 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
    [all...]
btif_dm.c 276 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
286 if ((remote_cod & 0x7ff) == cod)
293 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
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), &cod)
648 UINT32 cod; local
728 UINT32 cod; local
792 UINT32 cod; local
962 UINT32 cod; local
2299 UINT32 cod; local
2486 UINT32 cod; local
2528 UINT32 cod; 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 1954 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 876 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);
    [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 379 milliseconds