Searched refs:iface (Results 26 - 38 of 38) sorted by relevance

12

/system/netd/server/
H A DMDnsSdListener.h115 void discover(SocketClient *cli, const char *iface, const char *regType,
132 int ifaceNameToI(const char *iface);
H A DInterfaceControllerTest.cpp107 Status enableStablePrivacyAddresses(const std::string& iface) { argument
108 return InterfaceController::enableStablePrivacyAddresses(iface, mGet, mSet);
H A DMDnsSdListener.cpp63 const char *iface,
69 ALOGD("discover(%s, %s, %s, %d, %d)", iface, regType, domain, requestId,
82 int interfaceInt = ifaceNameToI(iface);
390 int MDnsSdListener::Handler::ifaceNameToI(const char * /* iface */) {
62 discover(SocketClient *cli, const char *iface, const char *regType, const char *domain, const int requestId, const int requestFlags) argument
H A DCommandListener.cpp207 // arglist: iface [addr prefixLength] flags
212 ALOGD("Setting iface cfg");
277 // arglist: iface
766 sendGenericSyntaxError(cli, "getiquota <iface>");
1148 const char* iface = argv[2]; local
1151 int res = gCtls->firewallCtrl.setInterfaceRule(iface, rule);
/system/tools/hidl/
H A DCoordinator.cpp472 const Interface *iface = nullptr; local
475 iface = currentAST->getInterface();
477 if (iface == nullptr) {
490 if (iface->superType() == nullptr) {
491 CHECK(iface->isIBase());
511 if (iface->superType()->fqName() != lastFQName && lastFQNameExists) {
513 << ": " << iface->fqName().string() << " extends "
514 << iface->superType()->fqName().string()
H A Dhidl-gen_y.yy580 Interface *iface = static_cast<Interface *>(*scope);
581 if (!iface->addMethod($2)) {
662 Interface* iface = new Interface(
669 if (!ast->addScopedType(iface, &errorMsg, *scope)) {
674 enterScope(ast, scope, iface);
684 Interface *iface = static_cast<Interface *>(*scope);
685 if (!iface->addAllReservedMethods()) {
693 $$ = iface;
H A Dmain.cpp348 for (const auto &iface : todo) {
349 seen.insert(iface);
381 for (const auto &iface : packageInterfaces) {
382 if (seen.find(iface) != seen.end()) {
386 todo.push_back(iface);
387 seen.insert(iface);
435 for (const auto &iface : packageInterfaces) {
436 out << "$(GEN): $(LOCAL_PATH)/" << iface.name() << ".hal\n";
H A DAST.h214 Formatter &out, const Interface *iface) const;
/system/tools/aidl/
H A Dgenerate_java_binder.cpp511 Class* generate_binder_interface_class(const AidlInterface* iface, argument
513 const InterfaceType* interfaceType = iface->GetLanguageType<InterfaceType>();
517 interface->comment = iface->GetComments();
537 for (const auto& item : iface->GetIntConstants()) {
540 for (const auto& item : iface->GetStringConstants()) {
545 for (const auto& item : iface->GetMethods()) {
/system/bt/service/ipc/binder/
H A Dbluetooth_binder_server.cc235 const bt_interface_t* iface = local
237 iface->dump(fd, NULL);
/system/libhidl/transport/include/hidl/
H A DHidlBinderSupport.h307 // and iface is of class IChild. BnChild will be used to wrapped the given iface.
308 // Return nullptr if iface is null or any failure.
310 sp<IBinder> toBinder(sp<IType> iface) { argument
311 IType *ifacePtr = iface.get();
/system/libvintf/
H A DHalManifest.cpp89 for (const auto &iface : hal->interfaces) {
90 interfaceNames.insert(iface.first);
/system/bt/stack/include/
H A Dbtm_api.h2042 extern void BTM_SetARCMode(uint8_t iface, uint8_t arc_mode,

Completed in 214 milliseconds

12