HomeSort by relevance Sort by last modified time
    Searched full:disconnect (Results 801 - 825 of 2197) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.0.0/
builder-test-api-1.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.0.0-rc1/
builder-test-api-1.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.0.0-rc4/
builder-test-api-1.0.0-rc4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder-test-api/1.0.1/
builder-test-api-1.0.1.jar 
  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergy.cpp 82 bool result = Disconnect(client_id, address);
209 bool BpBluetoothLowEnergy::Disconnect(int client_id, const char* address) {
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.cpp 61 return g_client_handler->Disconnect(client_if, bd_addr, conn_id);
217 nullptr, // disconnect
  /system/bt/service/ipc/binder/
bluetooth_low_energy_binder_server.cpp 74 bool BluetoothLowEnergyBinderServer::Disconnect(int client_id,
86 return client->Disconnect(std::string(address));
  /system/bt/service/
low_energy_client.h 92 // Disconnect from previously connected BLE device with address |address|.
94 bool Disconnect(std::string address);
  /system/bt/stack/mcap/
mca_dsm.c 266 /* non-NULL -> an action function -> report disconnect event */
318 ** disconnect the mdl
  /system/connectivity/shill/
connection.h 54 // disconnect callback will be executed at most once, and only if the bound
55 // Connection is destroyed or signals disconnect. The Binder unbinds itself
power_manager_unittest.cc 271 const string kWakeReason = "WiFi.Disconnect";
280 const string kWakeReason = "WiFi.Disconnect";
service.h 175 // Disconnect this service. Override this method to add your service specific
176 // disconnect logic, but call the super class's Disconnect() first.
177 virtual void Disconnect(Error* error, const char* reason);
178 // Disconnects this service via Disconnect(). Marks the service as having
183 // Disconnects this service via Disconnect(). The service will not be eligible
805 // Qualify the conditions under which the most recent disconnect occurred.
    [all...]
  /system/connectivity/shill/wimax/
wimax_service.cc 183 void WiMaxService::Disconnect(Error* error, const char* reason) {
190 Service::Disconnect(error, reason);
  /system/core/adb/
transport.cpp 190 // will kick the transport on their way out to disconnect the underlying device.
823 void atransport::AddDisconnect(adisconnect* disconnect) {
824 disconnects_.push_back(disconnect);
827 void atransport::RemoveDisconnect(adisconnect* disconnect) {
828 disconnects_.remove(disconnect);
832 for (const auto& disconnect : disconnects_) {
833 disconnect->func(disconnect->opaque, this);
  /system/core/include/usbhost/
usbhost.h 189 /* Requests the kernel to connect or disconnect its driver for the specified interface.
190 * This can be used to ask the kernel to disconnect its driver for a device
  /tools/test/connectivity/acts/tests/google/bt/
RfcommTest.py 122 6. Disconnect the RFCOMM connection.
164 6. Disconnect the RFCOMM connection.
  /external/autotest/client/cros/networking/
shill_xmlrpc_server.py 264 def disconnect(self, ssid): member in class:ShillXmlRpcDelegate
265 """Attempt to disconnect from the given ssid.
268 disconnect was successful.
270 @param ssid string network to disconnect from.
274 logging.debug('disconnect()')
281 level('Disconnect result: %r, duration: %d, reason: %s',
  /external/tcpdump/
print-radius.c 87 #define RADCMD_DISCON_REQ 40 /* Disconnect-Request */
88 #define RADCMD_DISCON_ACK 41 /* Disconnect-ACK */
89 #define RADCMD_DISCON_NAK 42 /* Disconnect-NAK */
104 { RADCMD_DISCON_REQ, "Disconnect-Request" },
105 { RADCMD_DISCON_ACK, "Disconnect-ACK" },
106 { RADCMD_DISCON_NAK, "Disconnect-NAK" },
    [all...]
  /frameworks/av/media/libmedia/
mediaplayer.cpp 80 disconnect();
84 void MediaPlayer::disconnect() function in class:android::MediaPlayer
86 ALOGV("disconnect");
95 p->disconnect();
142 p->disconnect();
573 mPlayer->disconnect();
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 250 * after disconnect. MEDIA or CAMERA are treated the same internally. The producer listener
251 * will be cleared after disconnect call.
369 * connectable after disconnect. MEDIA or CAMERA are treated the same internally.
370 * The producer listener will be cleared after disconnect call.
382 ALOGE("%s: native window disconnect failed: %s (%d)",
384 jniThrowRuntimeException(env, "Native window disconnect failed");
  /frameworks/native/libs/gui/
BufferQueueProducer.cpp 275 // If we disconnect and reconnect quickly, we can be in a state where
1138 status_t BufferQueueProducer::disconnect(int api) { function in class:android::BufferQueueProducer
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHeadsetClient.java 301 * AG call handling feature: merge calls and disconnect from multi party
470 * second connection, this implementation will disconnect already connected
497 * @param device a remote device we want disconnect
503 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothHeadsetClient
504 if (DBG) log("disconnect(" + device + ")");
508 return mService.disconnect(device);
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java     [all...]
  /external/autotest/server/cros/clique_lib/
clique_dut_control.py 200 self.dut_obj.wifi_client.shill.disconnect(assoc_params.ssid)
261 """Helper function to disconnect from the associated AP."""
263 self.dut_obj.wifi_client.shill.disconnect(assoc_params.ssid)
269 """DUTRoleConnectDisconnect is used to make a DUT connect and disconnect
279 # Now disconnect from the AP.
  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 224 if (wpa_auth->cb.disconnect == NULL)
227 wpa_auth->cb.disconnect(wpa_auth->cb.ctx, addr,
    [all...]

Completed in 509 milliseconds

<<31323334353637383940>>