HomeSort by relevance Sort by last modified time
    Searched refs:reconfigure (Results 1 - 15 of 15) sorted by null

  /external/icu4c/data/sprep/
sprepfiles.mk 11 # reconfigure ICU.
  /external/icu4c/data/brkitr/
brkfiles.mk 12 # reconfigure ICU.
  /external/bluetooth/bluez/audio/
avdtp.h 162 void (*reconfigure) (struct avdtp *session, member in struct:avdtp_sep_cfm
204 gboolean (*reconfigure) (struct avdtp *session, member in struct:avdtp_sep_ind
a2dp.c 99 gboolean reconfigure; member in struct:a2dp_setup
914 if (setup->reconfigure)
915 setup->reconfigure = FALSE;
1134 if (setup->reconfigure)
1270 .reconfigure = reconf_cfm,
1283 .reconfigure = reconf_ind,
1296 .reconfigure = reconf_ind,
1309 .reconfigure = reconf_ind,
    [all...]
avdtp.c 995 error("No reply to Reconfigure request");
996 if (lsep && lsep->cfm && lsep->cfm->reconfigure)
997 lsep->cfm->reconfigure(session, lsep, stream, &err,
    [all...]
  /external/bluetooth/hcidump/parser/
avdtp.c 51 return "Reconfigure";
360 static inline void reconfigure(int level, uint8_t hdr, struct frame *frm) function
480 reconfigure(level + 1, hdr, frm);