HomeSort by relevance Sort by last modified time
    Searched refs:connected (Results 151 - 175 of 845) sorted by null

1 2 3 4 5 67 8 91011>>

  /hardware/intel/img/hwcomposer/merrifield/common/base/
Drm.cpp 115 ITRACE("device %d is not connected", device);
122 output->connected = true;
224 } else if (output->connected) {
263 if (!output->connected) {
264 ETRACE("device is not connected");
307 if (!output->connected) {
308 ETRACE("device is not connected");
425 if (output->connected == false) {
426 ETRACE("device is not connected");
449 if (output->connected == false)
    [all...]
Drm.h 87 int connected; member in struct:android::intel::Drm::DrmOutput
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 226 connected = False variable in class:dispatcher
246 self.connected = True
248 # passed be connected.
255 self.connected = False
269 elif self.connected:
270 status.append('connected')
345 self.connected = False
404 self.connected = False
441 # accepting sockets are never connected, they "spawn" new
442 # sockets that are connected
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 226 connected = False variable in class:dispatcher
246 self.connected = True
248 # passed be connected.
255 self.connected = False
269 elif self.connected:
270 status.append('connected')
345 self.connected = False
404 self.connected = False
441 # accepting sockets are never connected, they "spawn" new
442 # sockets that are connected
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 226 connected = False variable in class:dispatcher
246 self.connected = True
248 # passed be connected.
255 self.connected = False
269 elif self.connected:
270 status.append('connected')
345 self.connected = False
404 self.connected = False
441 # accepting sockets are never connected, they "spawn" new
442 # sockets that are connected
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 226 connected = False variable in class:dispatcher
246 self.connected = True
248 # passed be connected.
255 self.connected = False
269 elif self.connected:
270 status.append('connected')
345 self.connected = False
404 self.connected = False
441 # accepting sockets are never connected, they "spawn" new
442 # sockets that are connected
    [all...]
  /device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
README 39 #define LSM6DSM_INT1_GPIO 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);
  /external/autotest/client/site_tests/display_ClientChameleonConnection/
display_ClientChameleonConnection.py 39 connected_ports = ports.connected
  /external/perfetto/src/ipc/
client_impl.h 53 void OnConnect(UnixSocket*, bool connected) override;
93 // Queue of calls to BindService() that happened before the socket connected.
  /external/walt/ios/WALT/
WALTClient.h 62 * for device connections/disconnections. Users should observe the "connected" key to be notified of
69 @property (readonly, nonatomic, getter=isConnected) BOOL connected; variable
  /frameworks/base/core/java/android/ddm/
DdmHandleAppName.java 50 public void connected() {} method in class:DdmHandleAppName
78 // if DDMS is already connected, send the app name up
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
WifiSignalController.java 87 // only show wifi in the cluster if connected or if wifi-only
89 && (mCurrentState.connected || !mHasMobileData);
97 IconState qsIcon = new IconState(mCurrentState.connected, getQsCurrentIconId(),
110 mCurrentState.connected = mWifiTracker.connected;
  /frameworks/base/tests/utils/testutils/java/com/android/internal/util/test/
BidirectionalAsyncChannelServer.java 60 channel.connected(context, this, msg.replyTo);
  /frameworks/native/libs/gui/include/gui/
DisplayEventReceiver.h 70 bool connected; member in struct:android::DisplayEventReceiver::Event::Hotplug
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 61 bool connected = socket_.IsValid(); local
62 if (!connected) {
79 while (!connected) {
123 connected = true;
124 ALOGD("ClientChannelFactory: Connected successfully to %s...",
138 } // while (!connected)
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
Drm.h 93 int connected; member in struct:android::intel::Drm::DrmOutput
  /hardware/interfaces/gnss/1.0/default/
AGnssRil.h 57 Return<bool> updateNetworkState(bool connected,
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_qclient.cpp 102 int connected; local
103 connected = ctx->dpyAttr[HWC_DISPLAY_EXTERNAL].connected ? 1 : 0;
104 outParcel->writeInt32(connected);
  /hardware/qcom/display/msm8909/hdmi_cec/
qhdmi_cec.h 88 void cec_hdmi_hotplug(cec_context_t *ctx, int connected);
  /hardware/qcom/display/msm8909w_3100/hdmi_cec/
qhdmi_cec.h 88 void cec_hdmi_hotplug(cec_context_t *ctx, int connected);
  /hardware/qcom/display/msm8960/libexternal/
external.h 47 void setExternalDisplay(bool connected, int extFbNum = 0);
  /libcore/ojluni/src/main/java/java/net/
PlainDatagramSocketImpl.java 93 if (!connected)
107 // Now that we're a connected socket, let's extract the port number that the system
123 int port = connected ? 0 : p.getPort();
124 InetAddress address = connected ? null : p.getAddress();
154 connected);
  /packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
UsbDetailsHeaderController.java 50 protected void refresh(boolean connected, long functions, int powerRole, int dataRole) {
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.h 67 const char* address, bool connected) override;
  /system/core/adf/libadfhwc/include/adfhwc/
adfhwc.h 38 void (*hotplug)(void *data, int disp, bool connected);

Completed in 779 milliseconds

1 2 3 4 5 67 8 91011>>