HomeSort by relevance Sort by last modified time
    Searched refs:connected (Results 226 - 250 of 799) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
334 * has already been opened (indicated by the {@code connected}
338 * created, then they are connected. After being created, and
339 * before being connected, various options can be specified
342 * connected, like getContentLength, will implicitly perform the
349 * @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)
335 OnDeviceConnectionStateChanged(this, device_address, connected));
390 // List of devices addresses that are currently connected.
  /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/core/java/android/bluetooth/
IBluetoothGattCallback.aidl 28 in boolean connected, in String address);
IBluetoothGattServerCallback.aidl 27 in boolean connected, in String address);
  /frameworks/base/core/java/android/service/autofill/
AutofillService.java 477 public void onConnectedStateChanged(boolean connected) {
478 if (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/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 74 if (!inst.connected() && msg.what != CONNECT) {
75 Log.w(TAG, "Cannot execute " + msg + " when not CONNECTED.");
103 if (DBG) Log.d(TAG, "Already connected, nothing to do.");
184 private boolean connected() { method in class:BluetoothMasObexClientSession
  /hardware/interfaces/tv/cec/1.0/default/
HdmiCec.h 82 .connected = event->hotplug.connected > 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;
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiSummaryUpdaterTest.java 112 mWifiTracker.connected = false;
121 mWifiTracker.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
  /external/libdrm/tests/kms/
libkms-test.h 86 bool connected; member in struct:kms_screen
  /external/webrtc/webrtc/examples/peerconnection/server/
peer_channel.cc 95 // Returns a string in the form "name,id,connected\n".
256 // Let the newly connected peer know about other members of the channel.
276 if (!m->connected()) {
286 printf("Total connected: %s\n", size_t2str(members_.size()).c_str());
317 if (!member.connected()) {
341 assert(!member->connected());
358 assert((*i)->connected());
peer_channel.h 23 // Represents a single peer connected to the server.
29 bool connected() const { return connected_; } function in class:ChannelMember
67 // Manages all currently connected peers.
85 // Finds a connected peer that's associated with the |ds| socket.
92 // Adds a new ChannelMember instance to the list of connected peers and
97 // connected peers.
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.h 65 virtual void onHotplugReceived(HWComposer* composer, int disp, bool connected) = 0;
330 int connected);
334 inline void hotplug(int disp, int connected);
347 bool connected; member in struct:android::HWComposer::DisplayData
  /hardware/intel/img/hwcomposer/merrifield/common/base/
Hwcomposer.cpp 341 void Hwcomposer::hotplug(int disp, bool connected)
350 DTRACE("report hotplug on disp %d, connected %d", disp, connected);
351 mProcs->hotplug(const_cast<hwc_procs_t*>(mProcs), disp, connected); local
355 mDisplayAnalyzer->postHotplugEvent(connected);

Completed in 3010 milliseconds

1 2 3 4 5 6 7 8 91011>>