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

  /system/bt/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);
  /system/bt/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)
  /system/bt/btif/src/
btif_util.c 85 UINT32 cod = 0; local
89 /* if COD is 0, irrespective of the device type set it to Unclassified device */
90 cod = (dev_class[2]) | (dev_class[1] << 8) | (dev_class[0] << 16);
92 return cod;
94 void uint2devclass(UINT32 cod, DEV_CLASS dev_class)
96 dev_class[2] = (UINT8)cod;
97 dev_class[1] = (UINT8)(cod >> 8);
98 dev_class[0] = (UINT8)(cod >> 16);
btif_sdp_server.c 639 tBTA_UTL_COD cod; local
711 cod.service = BTM_COD_SERVICE_OBJ_TRANSFER;
712 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
btif_core.c 751 uint32_t cod, devtype; local
768 sizeof(cod), &cod);
    [all...]
btif_storage.c 511 int cod; local
513 if(btif_config_get_int(name, "DevClass", &cod))
514 uint2devclass((UINT32)cod, dev_class);
873 uint32_t cod, devtype; local
    [all...]
btif_dm.c 376 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
386 LOG_INFO("%s remote_cod = 0x%08x cod = 0x%08x", __func__, remote_cod, cod);
387 if ((remote_cod & 0x7ff) == cod)
394 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
406 if ((remote_cod & 0x700) == cod)
558 UINT32 cod; local
575 cod = devclass2uint(dev_class);
576 BTIF_TRACE_DEBUG("%s cod is 0x%06x", __func__, cod);
854 UINT32 cod; local
939 UINT32 cod; local
1012 UINT32 cod; local
1277 UINT32 cod; local
2855 UINT32 cod; local
3074 UINT32 cod; local
3125 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) {
  /system/bt/bta/av/
bta_av_act.c 1980 tBTA_UTL_COD cod; local
    [all...]
bta_av_main.c 554 tBTA_UTL_COD cod; local
613 cod.service = BTM_COD_SERVICE_CAPTURING | BTM_COD_SERVICE_RENDERING;
615 cod.service = BTM_COD_SERVICE_CAPTURING;
617 utl_set_device_class(&cod, BTA_UTL_SET_COD_SERVICE_CLASS);
    [all...]
  /system/bt/stack/btm/
btm_inq.c 162 DEV_CLASS cod; local
273 FIELDS_TO_COD(cod, minor, major, service_class);
274 (void) BTM_SetDeviceClass (cod);
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
j2k.h 77 #define J2K_MS_COD 0xff52 /**< COD marker value */
238 tiles (information like COD, COC in main header)
296 /** If cod == 1 --> there was a COD marker for the present tile */
297 OPJ_UINT32 cod : 1; member in struct:opj_tcp
451 * store decoding parameters common to all tiles (information like COD, COC in main header)

Completed in 762 milliseconds