/frameworks/base/core/java/android/hardware/camera2/legacy/ |
CameraDeviceUserShim.java | 387 public void disconnect() { method in class:CameraDeviceUserShim 389 Log.d(TAG, "disconnect called."); 393 Log.w(TAG, "Cannot disconnect, device has already been closed.");
|
/frameworks/native/libs/gui/ |
BufferQueueConsumer.cpp | 492 status_t BufferQueueConsumer::disconnect() { function in class:android::BufferQueueConsumer 495 BQ_LOGV("disconnect"); 500 BQ_LOGE("disconnect: no consumer is connected");
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
VirtualDisplaySurface.cpp | 114 mSource[SOURCE_SCRATCH]->disconnect(NATIVE_WINDOW_API_EGL); 563 status_t VirtualDisplaySurface::disconnect(int api) { function in class:android::VirtualDisplaySurface 564 return mSource[SOURCE_SINK]->disconnect(api);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/ |
BluetoothMasClient.java | 56 * @see #disconnect() 632 public void disconnect() { method in class:BluetoothMasClient 650 disconnect(); method [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
GsmCdmaConnection.java | 411 * Maps RIL call disconnect code to {@link DisconnectCause}. 412 * @param causeCode RIL disconnect code 542 * @param cause call disconnect cause; values are defined in {@link DisconnectCause} [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneConnection.java | 684 * Notifies this Connection of a request to disconnect a participant of the conference managed 687 * @param endpoint the {@link android.net.Uri} of the participant to disconnect. 700 "Failed to disconnect endpoint = " + endpoint); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
HidService.java | 324 public boolean disconnect(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder 327 return service.disconnect(device); 414 boolean disconnect(BluetoothDevice device) { method in class:HidService
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 344 public boolean disconnect() { method in class:Channel 604 if (disconnect()) { 605 // Success of disconnect() indicates that I/O failure is not the
|
/system/bt/stack/avdt/ |
avdt_ccb_act.c | [all...] |
/system/connectivity/shill/test-rpc-proxy/ |
proxy_dbus_shill_wifi_client.cc | 238 if (!service->Disconnect(nullptr)) { 239 *failure_reason = "FAIL(Failed to call disconnect)"; 434 bool ProxyDbusShillWifiClient::Disconnect(const std::string& ssid) {
|
/device/generic/goldfish/qemud/ |
qemud.c | 67 * disconnect:<id> 922 D("%s: disconnect on fd %d", __FUNCTION__, f->fd); 1224 * In case of failure, it can disconnect or try sending [all...] |
/external/autotest/client/virt/ |
virt_step_editor.py | 418 self.event_box.disconnect(self.handler_event_box_press) 420 self.event_box.disconnect(self.handler_event_box_release) 422 self.event_box.disconnect(self.handler_event_box_scroll) 424 self.event_box.disconnect(self.handler_event_box_motion) 426 self.event_box.disconnect(self.handler_event_box_expose) [all...] |
/external/dbus/dbus/ |
dbus-connection.c | 325 unsigned int exit_on_disconnect : 1; /**< If #TRUE, exit after handling disconnect signal */ 641 * it's called on disconnect to clean up the outgoing queue. [all...] |
/external/fio/ |
gfio.c | 62 .tooltiptext = { "Disconnect from host", "Connect to host" }, 236 connect_str = "Disconnect"; 243 connect_str = "Disconnect"; 250 connect_str = "Disconnect"; 257 connect_str = "Disconnect"; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.cpp | 97 connect(disconnectButton, SIGNAL(clicked()), this, SLOT(disconnect())); 769 void WpaGui::disconnect() function in class:WpaGui 773 ctrlRequest("DISCONNECT", reply, &reply_len); 1373 disconnectAction = new QAction(tr("&Disconnect"), this); 1376 SLOT(disconnect())); [all...] |
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelLiveSettingsTest.py | 346 4. DUT disconnect WiFi,verify DUT WFC unavailable, not report iwlan rat. 371 4. DUT disconnect WiFi,verify DUT WFC unavailable, not report iwlan rat. 395 4. DUT disconnect WiFi,verify DUT WFC unavailable, not report iwlan rat. 419 4. DUT disconnect WiFi,verify DUT WFC unavailable, not report iwlan rat. [all...] |
/system/bt/stack/l2cap/ |
l2c_utils.c | 911 ** Description Build and send an L2CAP "disconnect request" message 965 ** Description Build and send an L2CAP "disconnect response" message 968 ** This function is passed the parameters for the disconnect 970 ** to send a disconnect response when there is no CCB. [all...] |
/external/curl/lib/ |
imap.c | 130 imap_disconnect, /* disconnect */ 155 imap_disconnect, /* disconnect */ 181 ZERO_NULL, /* disconnect */ 206 ZERO_NULL, /* disconnect */ [all...] |
/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.cpp | 140 disconnect(); 371 binder::Status Camera2Client::disconnect() { function in class:android::Camera2Client 376 // Allow both client and the cameraserver to disconnect at all times 385 * disconnect() cannot call any methods that might need to promote a 386 * wp<Camera2Client>, since disconnect can be called from the destructor, at 430 mDevice->disconnect(); 434 CameraService::Client::disconnect(); [all...] |
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
HttpURLConnection.java | 346 calls getInputStream after disconnect */ 794 http.disconnect(); [all...] |
/external/ppp/pppd/ |
auth.c | 575 goto disconnect; 597 disconnect: 599 if (the_channel->disconnect) 600 the_channel->disconnect(); 661 if (devfd >= 0 && the_channel->disconnect) { 662 the_channel->disconnect(); [all...] |
/external/webrtc/talk/session/media/ |
channel.cc | 378 tc->SignalWritableState.disconnect(this); 379 tc->SignalReadPacket.disconnect(this); 380 tc->SignalReadyToSend.disconnect(this); 381 tc->SignalDtlsState.disconnect(this); [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211_event.c | 400 wpa_printf(MSG_DEBUG, "nl80211: Ignore disconnect " 408 wpa_printf(MSG_DEBUG, "nl80211: Ignore disconnect " 413 "disconnect but got another disconnect " 417 wpa_printf(MSG_DEBUG, "nl80211: Disconnect event"); 741 wpa_printf(MSG_WARNING, "nl80211: Was expecting local deauth but got another disconnect event first"); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netcon.h | 252 virtual HRESULT WINAPI Disconnect(void) = 0; 266 HRESULT (WINAPI *Disconnect)(INetConnection *This); 282 #define INetConnection_Disconnect(This) (This)->lpVtbl->Disconnect(This) 400 virtual HRESULT WINAPI Disconnect(HWND hwndParent,DWORD dwFlags) = 0; 410 HRESULT (WINAPI *Disconnect)(INetConnectionConnectUi *This,HWND hwndParent,DWORD dwFlags); 422 #define INetConnectionConnectUi_Disconnect(This,hwndParent,dwFlags) (This)->lpVtbl->Disconnect(This,hwndParent,dwFlags) [all...] |
/external/dbus/ |
NEWS.pre-1-0 | 102 - Shared connections are now unreffed on disconnect 104 - Pending calls get timed out on connection disconnect 515 namespace to be invalid (to avoid fake disconnect
|