HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 951 - 975 of 4065) sorted by null

<<31323334353637383940>>

  /external/walt/android/WALT/app/src/main/jni/
sync_clock_linux.c 41 // The interface and endpoint numbers are defined by the TeensyUSB. They may
45 // Host Viewer on Android. Look for a "CDC Data" interface (class 0x0a).
46 int interface = 1; local
50 int ret = ioctl(fd, USBDEVFS_CLAIMINTERFACE, &interface);
51 printf("Interface claimed retval=%d, errno=%d, %s\n", ret, errno, strerror(errno));
54 "interface claimed by the kernel serial driver.");
  /external/wpa_supplicant_8/hostapd/
hostapd.android.rc 15 interface android.hardware.wifi.hostapd@1.0::IHostapd default
hostapd.conf 8 interface=wlan0
12 # interface is included in a bridge. This parameter is not used with Host AP
14 # figure out the bridge interface (assuming sysfs is enabled and mounted to
17 # For nl80211, this parameter can be used to request the AP interface to be
19 # has been started to change the interface mode). If needed, the bridge
20 # interface is also created.
23 # Driver interface type (hostap/wired/none/nl80211/bsd);
29 # Driver interface parameters (mainly for development testing use)
43 # bit 4 (16) = driver interface
59 # Interface for separate control program. If this is specified, hostap
    [all...]
  /frameworks/av/services/audiopolicy/tests/
Android.mk 8 frameworks/av/services/audiopolicy/engine/interface \
  /frameworks/native/libs/dumputils/
dump_utils.cpp 42 /* list of hal interface to dump containing process during native dumps */
57 bool should_dump_hal_interface(const char* interface) {
59 if (!strcmp(*i, interface)) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
Android.mk 36 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
47 LOCAL_MODULE := mm-jpeg-interface-test
80 LOCAL_C_INCLUDES += $(MM_JPEG_TEST_PATH)/../../mm-camera-interface/inc
91 LOCAL_MODULE := mm-jpegdec-interface-test
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpc.h 11 #undef interface macro
12 #define interface struct macro
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1328.go 25 func xvariadic(x ...interface{}) {
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/iface_a/
a.go 10 func F() interface{} {
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/iface_b/
b.go 10 func F() interface{} {
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/iface_a/
a.go 10 func F() interface{} {
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/iface_b/
b.go 10 func F() interface{} {
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
sort.go 11 func SortSlice(slice interface{}, less func(i, j int) bool) {
  /prebuilts/go/darwin-x86/src/math/big/
ratmarsh.go 18 // GobEncode implements the gob.GobEncoder interface.
41 // GobDecode implements the gob.GobDecoder interface.
60 // MarshalText implements the encoding.TextMarshaler interface.
68 // UnmarshalText implements the encoding.TextUnmarshaler interface.
  /prebuilts/go/darwin-x86/src/plugin/
plugin_stubs.go 11 func lookup(p *Plugin, symName string) (interface{}, error) {
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
bench_test.go 12 var sink interface{}
  /prebuilts/go/darwin-x86/src/runtime/race/
doc.go 6 // No public interface is provided.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug023.go 9 type Type interface {
bug026.go 9 type Element interface {
bug111.go 11 type Iffy interface {
bug130.go 11 type I interface { send(chan <- int) }
bug150.go 12 type M interface { M() }
bug151.go 11 type Empty interface {}
bug165.go 9 type I interface {
bug213.go 9 var v interface{} = 0;

Completed in 1501 milliseconds

<<31323334353637383940>>