/external/chromium_org/media/audio/alsa/ |
alsa_wrapper.cc | 22 int AlsaWrapper::DeviceNameHint(int card, const char* iface, void*** hints) { 23 return snd_device_name_hint(card, iface, hints);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_context.h | 71 struct st_context_iface iface; member in struct:st_context 219 struct st_framebuffer_iface *iface; member in struct:st_framebuffer
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.h | 71 struct st_context_iface iface; member in struct:st_context 219 struct st_framebuffer_iface *iface; member in struct:st_framebuffer
|
/frameworks/base/core/java/com/android/internal/app/ |
IBatteryStats.aidl | 75 void noteNetworkInterfaceType(String iface, int type);
|
/frameworks/base/services/java/com/android/server/wifi/ |
WifiTrafficPoller.java | 69 WifiTrafficPoller(Context context, String iface) { 70 mInterface = iface;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231.h | 153 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ 163 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs4231.h | 153 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \ 163 { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, .index = xindex, \
|
/external/wpa_supplicant_8/hostapd/ |
ctrl_iface.c | 922 static int hostapd_ctrl_iface_enable(struct hostapd_iface *iface) 924 if (hostapd_enable_iface(iface) < 0) { 932 static int hostapd_ctrl_iface_reload(struct hostapd_iface *iface) 934 if (hostapd_reload_iface(iface) < 0) { 942 static int hostapd_ctrl_iface_disable(struct hostapd_iface *iface) 944 if (hostapd_disable_iface(iface) < 0) { 1114 if (hostapd_ctrl_iface_enable(hapd->iface)) 1117 if (hostapd_ctrl_iface_reload(hapd->iface)) 1120 if (hostapd_ctrl_iface_disable(hapd->iface)) 1145 os_strlen(hapd->conf->iface) + 2 [all...] |
/frameworks/av/include/media/ |
IMediaPlayerService.h | 64 // 'iface' specifies the address of the local interface on which to listen for 71 const String8& iface) = 0;
|
/dalvik/dx/src/com/android/dx/command/dump/ |
DotDumper.java | 23 import com.android.dx.cf.iface.Member; 24 import com.android.dx.cf.iface.Method; 25 import com.android.dx.cf.iface.ParseObserver;
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
hybridvideoengine.cc | 48 void HybridVideoMediaChannel::SetInterface(NetworkInterface* iface) { 50 channel1_->SetInterface(iface); 53 channel2_->SetInterface(iface);
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
dxgi_dll.c | 195 IGalliumDXGIBackend* iface, 202 WineDXGIBackend_AddRef(iface); 203 *ppvObject = iface;
|
/external/libusb-compat/libusb/ |
core.c | 355 static void clear_interface_descriptor(struct usb_interface_descriptor *iface) 357 if (iface->extra) 358 free(iface->extra); 359 if (iface->endpoint) { 361 for (i = 0; i < iface->bNumEndpoints; i++) 362 clear_endpoint_descriptor(iface->endpoint + i); 363 free(iface->endpoint); 367 static void clear_interface(struct usb_interface *iface) 369 if (iface->altsetting) { 371 for (i = 0; i < iface->num_altsetting; i++ [all...] |
/external/mesa3d/src/gallium/state_trackers/d3d1x/winedlls/dxgi/ |
dxgi_dll.c | 195 IGalliumDXGIBackend* iface, 202 WineDXGIBackend_AddRef(iface); 203 *ppvObject = iface;
|
/frameworks/base/core/java/android/os/ |
Binder.java | 166 public static final boolean isProxy(IInterface iface) { 167 return iface.asBinder() != iface;
|
/frameworks/base/core/java/com/android/internal/net/ |
NetworkStatsFactory.java | 85 entry.iface = reader.nextString(); 143 entry.iface = reader.nextString(); 216 entry.iface = reader.nextString();
|
/external/wpa_supplicant_8/wpa_supplicant/ |
p2p_supplicant.c | 1219 struct wpa_interface iface; local 3177 struct wpa_interface iface; local 5615 struct wpa_supplicant *iface; local 5637 struct wpa_supplicant *iface; local 5663 struct wpa_supplicant *iface; local 5708 struct wpa_supplicant *iface; local 6398 struct wpa_supplicant *iface = NULL; local [all...] |
wpa_supplicant.c | [all...] |
/external/clang/lib/ARCMigrate/ |
TransProperties.cpp | 94 ObjCInterfaceDecl *iface = D->getClassInterface(); local 95 if (!iface) 98 collectProperties(iface, AtProps); 145 ext = iface->visible_extensions_begin(), 146 extEnd = iface->visible_extensions_end();
|
/external/doclava/src/com/google/doclava/ |
InfoBuilder.java | 1319 ClassInfo iface = buildClassName(child, containingClass, modifiers, local [all...] |
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_shared.c | 226 if (len < hapd->iface->extended_capa_len) 227 len = hapd->iface->extended_capa_len; 236 if (i < hapd->iface->extended_capa_len) { 237 *pos &= ~hapd->iface->extended_capa_mask[i]; 238 *pos |= hapd->iface->extended_capa[i];
|
/external/dnsmasq/src/ |
dnsmasq.c | 1134 struct irec *iface = NULL; local 1143 iface = listener->iface; 1157 for (iface = daemon->interfaces; iface; iface = iface->next) 1158 if (sockaddr_isequal(&iface->addr, &tcp_addr)) 1162 if (!iface) 1208 dst_addr_4 = iface->addr.in.sin_addr [all...] |
/frameworks/base/core/java/android/net/ |
LinkProperties.java | 112 public void setInterfaceName(String iface) { 113 mIfaceName = iface; 483 String iface = stacked.getInterfaceName(); local 484 if (!stacked.equals(target.mStackedLinks.get(iface))) { 678 String iface = in.readString(); 679 if (iface != null) { 680 netProp.setInterfaceName(iface);
|
/external/iptables/iptables/ |
ip6tables.c | 591 char iface[IFNAMSIZ+2]; local 594 iface[0] = '!'; 595 iface[1] = '\0'; 597 else iface[0] = '\0'; 600 strcat(iface, fw->ipv6.iniface); 602 else if (format & FMT_NUMERIC) strcat(iface, "*"); 603 else strcat(iface, "any"); 604 printf(FMT(" %-6s ","in %s "), iface); 607 iface[0] = '!'; 608 iface[1] = '\0' [all...] |
iptables.c | 598 char iface[IFNAMSIZ+2]; local 601 iface[0] = '!'; 602 iface[1] = '\0'; 604 else iface[0] = '\0'; 607 strcat(iface, fw->ip.iniface); 609 else if (format & FMT_NUMERIC) strcat(iface, "*"); 610 else strcat(iface, "any"); 611 printf(FMT(" %-6s ","in %s "), iface); 614 iface[0] = '!'; 615 iface[1] = '\0' [all...] |