HomeSort by relevance Sort by last modified time
    Searched full:mconf (Results 1 - 8 of 8) sorted by null

  /frameworks/base/media/java/android/media/
PlayerProxy.java 38 private final AudioPlaybackConfiguration mConf; // never null
49 mConf = apc;
60 mConf.getIPlayer().start();
73 mConf.getIPlayer().pause();
86 mConf.getIPlayer().stop();
100 mConf.getIPlayer().setVolume(vol);
114 mConf.getIPlayer().setPan(pan);
128 mConf.getIPlayer().setStartDelayMs(delayMs);
146 mConf.getIPlayer().applyVolumeShaper(configuration, operation);
  /external/toybox/kconfig/
Makefile 11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
59 kconfig/mconf: $(SHIPPED)
60 $(HOSTCC) -o $@ kconfig/mconf.c kconfig/zconf.tab.c \
69 rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
mconf.c 786 heading = "Internal mconf error!";
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 48 if (ifmsh->mconf) {
50 if (ifmsh->mconf->rsn_ie) {
51 ifmsh->mconf->rsn_ie = NULL;
59 os_free(ifmsh->mconf);
60 ifmsh->mconf = NULL;
157 struct mesh_conf *mconf; local
217 mconf = mesh_config_create(wpa_s, ssid);
218 if (!mconf)
220 ifmsh->mconf = mconf;
    [all...]
mesh_mpm.c 152 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
157 return (mconf->meshid_len == elems->mesh_id_len &&
158 os_memcmp(mconf->meshid, elems->mesh_id,
160 mconf->mesh_pp_id == elems->mesh_config[0] &&
161 mconf->mesh_pm_id == elems->mesh_config[1] &&
162 mconf->mesh_cc_id == elems->mesh_config[2] &&
163 mconf->mesh_sp_id == elems->mesh_config[3] &&
164 mconf->mesh_auth_id == elems->mesh_config[4]);
214 struct mesh_conf *conf = ifmsh->mconf;
1064 struct mesh_conf *mconf = wpa_s->ifmsh->mconf; local
    [all...]
wpa_supplicant.c 3109 struct mesh_conf *mconf; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 397 struct mesh_conf *mconf; member in struct:hostapd_iface
hostapd.c 985 if ((hapd->conf->mesh & MESH_ENABLED) && hapd->iface->mconf == NULL)
1181 if ((hapd->conf->mesh & MESH_ENABLED) && iface->mconf == NULL)
    [all...]

Completed in 491 milliseconds