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

1 23 4 5 6 7 8 91011>>

  /external/syslinux/gpxe/src/core/
interface.c 21 #include <gpxe/interface.h>
30 * Plug an interface into a new destination interface
32 * @v intf Interface
33 * @v dest New destination interface
35 * The reference to the existing destination interface is dropped, a
36 * reference to the new destination interface is obtained, and the
37 * interface is updated to point to the new destination interface.
40 * interface into a null interface
    [all...]
  /system/netd/server/
ClatdController.cpp 47 // Returns the PID of the clatd running on interface |interface|, or 0 if clatd is not running on
48 // |interface|.
49 pid_t ClatdController::getClatdPid(char* interface) {
50 auto it = mClatdPids.find(interface);
54 int ClatdController::startClatd(char* interface) {
55 pid_t pid = getClatdPid(interface);
58 ALOGE("clatd pid=%d already started on %s", pid, interface);
63 // Pass in the interface, a netid to use for DNS lookups, and a fwmark for outgoing packets.
64 unsigned netId = mNetCtrl->getNetworkForInterface(interface);
    [all...]
PhysicalNetwork.cpp 30 WARN_UNUSED_RESULT int addToDefault(unsigned netId, const std::string& interface,
32 if (int ret = RouteController::addInterfaceToDefaultNetwork(interface.c_str(), permission)) {
33 ALOGE("failed to add interface %s to default netId %u", interface.c_str(), netId);
36 if (int ret = delegate->addFallthrough(interface, permission)) {
42 WARN_UNUSED_RESULT int removeFromDefault(unsigned netId, const std::string& interface,
45 if (int ret = RouteController::removeInterfaceFromDefaultNetwork(interface.c_str(),
47 ALOGE("failed to remove interface %s from default netId %u", interface.c_str(), netId);
50 if (int ret = delegate->removeFallthrough(interface, permission))
    [all...]
  /external/autotest/client/deps/glbench/src/
contexttest.cc 34 GLInterface* interface = g_main_gl_interface.get(); local
35 CHECK(interface);
36 GLContext main_context = interface->GetMainContext();
37 GLContext new_context = interface->CreateContext();
42 interface->MakeCurrent(new_context);
44 interface->MakeCurrent(main_context);
49 interface->MakeCurrent(IsEven(i) ? new_context : main_context);
52 interface->MakeCurrent(main_context);
53 interface->DeleteContext(new_context);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests.h 12 @interface ANTLRTests : SenTestCase {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/recognizer/
ANTLRRecognizerTest.h 12 @interface ANTLRRecognizerTest : SenTestCase {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/
ANTLRCommonErrorNodeTest.h 12 @interface ANTLRCommonErrorNodeTest : SenTestCase {
ANTLRCommonTreeAdaptorTest.h 12 @interface ANTLRCommonTreeAdaptorTest : SenTestCase {
  /external/clang/test/Index/Inputs/
objc.h 1 @interface Base {
9 @interface Sub : Base
  /external/clang/test/Index/
boxed-exprs.h 2 @interface NSString @end
4 @interface NSString (NSStringExtensionMethods)
targeted-cursor.m.h 2 @interface I
  /external/clang/test/Modules/Inputs/
MethodPoolASub.h 1 @interface A (Sub)
MethodPoolBSub.h 1 @interface B (Sub)
category_left_sub.h 1 @interface Foo(LeftSub) <P1>
10 @interface Foo(LeftP3) <P3>
  /external/clang/test/Modules/Inputs/attr-unavailable/
oneA.h 1 @interface C
  /external/clang/test/PCH/Inputs/
chain-selectors1.h 1 @interface X
14 @interface X (Blah)
  /external/clang/test/PCH/
objc_import.h 3 @interface TestPCH
16 @interface OldID2
  /external/google-breakpad/src/client/mac/handler/testcases/
dwarftests.h 40 @interface dwarftests : SenTestCase {
  /external/google-breakpad/src/client/mac/testapp/
TestClass.h 32 @interface TestClass : NSObject {
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowireadapter.cc 22 PoloWireAdapter::PoloWireAdapter(PoloWireInterface* interface)
23 : interface_(interface) {
  /external/walt/ios/WALT/
NSArray+Extensions.h 19 @interface NSArray (WALTExtensions)
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame+Internal.h 32 @interface RTCI420Frame (Internal)
RTCStatsReport+Internal.h 32 @interface RTCStatsReport (Internal)
  /external/webrtc/talk/app/webrtc/objc/public/
RTCAudioSource.h 32 @interface RTCAudioSource : RTCMediaSource
RTCAudioTrack.h 31 @interface RTCAudioTrack : RTCMediaStreamTrack

Completed in 249 milliseconds

1 23 4 5 6 7 8 91011>>