Searched refs:interfaceName (Results 1 – 3 of 3) sorted by relevance
36 const char* interfaceName; in ThreadChip() local38 interfaceName = mUrl.GetProtocol(); in ThreadChip()39 CHECK_NE(interfaceName, nullptr); in ThreadChip()41 if (ot::Posix::SpiInterface::IsInterfaceNameMatch(interfaceName)) { in ThreadChip()43 } else if (ot::Posix::HdlcInterface::IsInterfaceNameMatch(interfaceName)) { in ThreadChip()45 } else if (SocketInterface::IsInterfaceNameMatch(interfaceName)) { in ThreadChip()48 ALOGE("The interface \"%s\" is not supported", interfaceName); in ThreadChip()
59 void ConnectToService(const std::string& interfaceName) { in ConnectToService() argument61 ndk::SpAIBinder(AServiceManager_waitForService(interfaceName.c_str())); in ConnectToService()63 LOG(ERROR) << "Failed to get service " << interfaceName; in ConnectToService()65 LOG(DEBUG) << "Succeeded to get service " << interfaceName; in ConnectToService()
368 static RIL_Errno setInterfaceState(const char* interfaceName, in setInterfaceState() argument380 strncpy(request.ifr_name, interfaceName, sizeof(request.ifr_name)); in setInterfaceState()385 interfaceName, strerror(errno), errno); in setInterfaceState()403 interfaceName, strerror(errno), errno); in setInterfaceState()