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

1 2 3 4 5 6 78 91011>>

  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarMapMceTest.py 151 connected = bt_test_utils.connect_pri_to_sec(
155 connected = True
162 self.MCE.log.info("Connected = {}, Disconnected = {}".format(
163 connected, disconnected))
164 return connected and disconnected and not self.send_message(
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNetworkSelector.java 107 * @param currentNetwork configuration of the current connected network
109 * @param currentBssid BSSID of the current connected network or null if
111 * @param connected a flag to indicate if WifiStateMachine is in connected
123 boolean connected, boolean untrustedNetworkAllowed,
139 // Currently connected?
141 localLog("No current connected network.");
144 localLog("Current connected network: " + network.SSID
201 boolean connected, boolean disconnected) {
207 if (connected) {
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_virtual.cpp 68 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
69 ctx->dpyAttr[dpy].connected = false;
107 if(ctx->dpyAttr[dpy].connected == false) {
108 ctx->dpyAttr[dpy].connected = true;
158 if(ctx->dpyAttr[dpy].connected
259 ctx->dpyAttr[dpy].connected &&
294 ctx->dpyAttr[dpy].connected &&
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 79 if(ctx->dpyAttr[dpy].connected && (displays[dpy] == NULL)) {
80 ctx->dpyAttr[dpy].connected = false;
118 if(ctx->dpyAttr[dpy].connected == false) {
119 ctx->dpyAttr[dpy].connected = true;
170 if(ctx->dpyAttr[dpy].connected
299 ctx->dpyAttr[dpy].connected) {
333 ctx->dpyAttr[dpy].connected &&
  /libcore/ojluni/src/main/java/java/net/
URLConnection.java 273 protected boolean connected = false; field in class:URLConnection
342 * has already been opened (indicated by the {@code connected}
346 * created, then they are connected. After being created, and
347 * before being connected, various options can be specified
350 * connected, like getContentLength, will implicitly perform the
357 * @see java.net.URLConnection#connected
    [all...]
  /external/autotest/client/deps/ibusclient/src/
ibusclient.cc 397 bool connected = false; local
400 connected = ibus_bus_is_connected(ibus);
405 printf("%s\n", connected ? "YES" : "NO");
407 } else if (!connected) {
408 printf("FAIL (Not connected)\n");
412 // Other commands need the bus to be connected.
414 assert(connected);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java 266 if (immediate || !connection.connected) {
313 private boolean connected; field in class:CarrierServiceBindHelper.CarrierServiceConnection
317 log("Connected to carrier app: " + name.flattenToString());
318 connected = true;
324 connected = false;
329 return "CarrierServiceConnection[connected=" + connected + "]";
  /system/bt/service/
adapter.cc 68 Adapter* adapter, const std::string& device_address, bool connected) {
312 bool connected = (state == BT_ACL_STATE_CONNECTED); variable
314 << " - connected: " << (connected ? "true" : "false");
326 if (connected)
334 observer.OnDeviceConnectionStateChanged(this, device_address, connected);
391 // List of devices addresses that are currently connected.
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 29 connected layers with the corresponding parameters as shown in figure below.
38 output size of 64 (float), three Lstm layers, and one fully connected layers
48 (float), two fully connected layers, three Lstm layers, and one recurrent layer
59 layers and one fully connected layers with a Softmax activation function, with
73 fully connected layers and an addition.
86 The model consists of a convolutional layer, followed by a fully-connected
87 layer, two LSTM layers, and two additional fully-connected layers.
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 23 # as connected.
124 and ensure that |service| becomes connected as a result.
128 @param service Service DBus object which should become connected as
146 raise error.TestFail('Ethernet service did not become connected.')
158 connected as a result of the negotiation.
176 connected as a result of the negotiation.
  /external/mdnsresponder/mDNSShared/
dnsextd.conf 29 // On a machine connected to the Internet or other large open network,
  /frameworks/base/services/core/java/com/android/server/broadcastradio/hal1/
TunerCallback.java 137 public void onAntennaState(boolean connected) {
138 dispatch(() -> mClientCallback.onAntennaState(connected));
  /frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
VtsFwkDisplayServiceV1_0TargetTest.cpp 62 Return<void> onHotplug(uint64_t timestamp, bool connected) override {
63 ALOGE("onVsync: timestamp=%" PRIu64 " connected=%s", timestamp, connected ? "true" : "false");
  /frameworks/native/services/surfaceflinger/
EventThread.h 73 virtual void onHotplugReceived(int type, bool connected) = 0;
125 void onHotplugReceived(int type, bool connected) override;
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.h 82 .connected = event->hotplug.connected > 0,
  /hardware/qcom/gps/msm8909w_3100/gnss/
XtraSystemStatusObserver.cpp 63 bool XtraSystemStatusObserver::updateConnectionStatus(bool connected, uint32_t type) {
66 ss << " " << (connected ? "1" : "0");
  /libcore/luni/src/main/java/libcore/io/
ClassPathURLStreamHandler.java 141 if (!connected) {
150 connected = true;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/file/
FileURLConnection.java 79 if (!connected) {
102 connected = true;
  /libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
JarURLConnection.java 120 if (!connected) {
147 connected = true;
  /prebuilts/go/darwin-x86/src/os/
pipe_linux.go 9 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /prebuilts/go/linux-x86/src/os/
pipe_linux.go 9 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 202 boolean connected = binder == null ? false : binder.isEmuConnected();
204 getText(connected ? R.string.main_service_status_connected
  /system/bt/binder/android/bluetooth/
IBluetoothGattCallback.aidl 28 in boolean connected, in String address);
IBluetoothGattServerCallback.aidl 27 in boolean connected, in String address);
  /external/curl/lib/
connect.h 32 bool *connected);

Completed in 770 milliseconds

1 2 3 4 5 6 78 91011>>