Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 35) sorted by relevance

12

/device/google/cuttlefish_common/guest/hals/sensors/
Dvsoc_sensors.cpp261 FDVec connected; in Receiver() local
266 for (FDVec::iterator it = connected.begin(); it != connected.end(); ++it) { in Receiver()
280 connected.push_back(cvd::SharedFD::Accept(*sensor_listener_socket_)); in Receiver()
319 for (FDVec::iterator it = connected.begin(); it != connected.end(); in Receiver()
333 for (FDVec::iterator it = connected.begin(); it != connected.end(); in Receiver()
359 connected.erase(std::find(connected.begin(), connected.end(), fd)); in Receiver()
367 connected.erase(std::find(connected.begin(), connected.end(), fd)); in Receiver()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dasyncore.py224 connected = False variable in dispatcher
243 self.connected = True
252 self.connected = False
266 elif self.connected:
342 self.connected = False
399 self.connected = False
438 elif not self.connected:
449 self.connected = True
457 if not self.connected:
540 return (not self.connected) or len(self.out_buffer)
[all …]
Dasynchat.py202 return self.producer_fifo or (not self.connected)
209 while self.producer_fifo and self.connected:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dnewslist.py329 connected = True
333 connected = False
336 if connected and len(sys.argv) > 1 and sys.argv[1] == '-a':
344 if connected:
347 if connected:
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBlockIoDxe.uni5 // Once connected it installs EfiBlockIoProtocol on top of legacy BIOS int13.
23 …hunk legacy BIOS int13 interface into the UEFI block IO interface. Once connected, it installs Efi…
DBlockIoDxe.inf5 # Once connected it installs EfiBlockIoProtocol on top of legacy BIOS int13.
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c124 static int connected = 0; /* is the socket connected */ variable
580 connected = 0; in res_send()
603 if (!connected) { in res_send()
615 connected = 1; in res_send()
628 if (connected) { in res_send()
648 connected = 0; in res_send()
930 connected = 0; in res_close()
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
DREADME39 … GPIO_PB(6) /* LSM6DSM INT1 is required, here connected to STM32F4xx PB6…
97 > Magnetometer sensor connected through I2C master interface (LIS3MDL, LSM303AGR, AK09916);
99 > Pressure sensor connected through I2C master interface (LPS22HB);
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/PortingGuide/
DUtmi.txt26 Indicates type of the connected USB port.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_asyncore.py644 self.assertFalse(server.connected)
652 self.assertFalse(server.connected)
654 self.assertTrue(client.connected)
659 self.assertFalse(server.connected)
661 self.assertFalse(client.connected)
666 self.assertFalse(server.connected)
/device/google/contexthub/firmware/variant/argonkey/
DREADME.GPIO.txt5 PA2 SW_USR EXTI2_IRQn (connected to INT_HUM too, but Humidity driver does not use it)
/device/linaro/hikey/installer/hikey/
DREADME21 connected PC as a ttyUSB device.
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DI2cDriver.txt4 It is connected through protocols to generic UEFI I2C stack, which exposes
/device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
DReleaseNotes.txt11 understand how the system is connected to the network!
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi3660-hikey960.dts203 * NC = not connected (pin out but not routed from the chip to
207 * unrouted (not connected to any external pin)
231 "TP901", /* TEST_MODE connected to TP901 */
Dhi6220-hikey.dts160 * NC = not connected (not routed from the SoC)
163 * unrouted (not connected to any external pin)
/device/linaro/bootloader/edk2/QuarkSocPkg/
DQuarkSocPkg.dec183 # Indicates which interrupt routing is connected to the INTA/B/C/D pins reported in the
184 # "DxIP" register fields. This will be the internal routing, the device interrupt is connected
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DGloblNvs.asl342 WITT, 8, //(785) Enable Test Device connected to I2C for WHCK test.
345 UTS, 8, //(788) Enable Test Device connected to URT for WHCK test.
/device/google/marlin/usb/
DUsb.cpp261 Status getCurrentRoleHelper(const std::string &portName, bool connected, in getCurrentRoleHelper() argument
282 if (!connected) return Status::SUCCESS; in getCurrentRoleHelper()
/device/google/crosshatch/usb/
DUsb.cpp286 Status getCurrentRoleHelper(const std::string &portName, bool connected, in getCurrentRoleHelper() argument
307 if (!connected) return Status::SUCCESS; in getCurrentRoleHelper()
/device/google/wahoo/usb/
DUsb.cpp310 Status getCurrentRoleHelper(const std::string &portName, bool connected, in getCurrentRoleHelper() argument
331 if (!connected) return Status::SUCCESS; in getCurrentRoleHelper()
/device/google/bonito/usb/
DUsb.cpp284 Status getCurrentRoleHelper(const std::string &portName, bool connected, in getCurrentRoleHelper() argument
305 if (!connected) return Status::SUCCESS; in getCurrentRoleHelper()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DReadme.md190 that is connected to the Galileo board. This define is valid if the measure
192 NONE for no TPM 1.2 hardware device connected. Add ```-D TPM_12_HARDWARE=LPC```
285 After the FLASH is updated on Galileo, a serial cable is connected between the
428 connected and the WinDbg application can be used for run control, breakpoint
456 into a wait loop until the debugger is connected and the debugger is used to set
603 and is also connected to a GPIO pin, so the state of the RESET button can be
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
DOpalHiiFormStrings.uni43 #string STR_MAIN_NO_DISKS_PRESENT_LBL #language en-US "No disks connected to system"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME62 should connect to. Once a client is connected, a TCP connection is

12