/packages/services/Telephony/src/com/android/phone/ |
CallModeler.java | 230 state == Call.State.DISCONNECTING) { 396 com.android.internal.telephony.Call.State.DISCONNECTING; 398 // For disconnecting calls, we still need to send the update to the UI but we do 771 case DISCONNECTING: 772 retval = State.DISCONNECTING; [all...] |
BluetoothPhoneService.java | 230 if (mForegroundCallState == Call.State.DISCONNECTING) 232 Log.d(TAG, "handlePreciseCallStateChange. Call disconnecting, wait before update"); [all...] |
/external/qemu/android/ |
adb-server.c | 201 D("Disconnecting ADB host %p(so=%d) from ADB guest %p(o=%p)", 207 D("Disconnecting ADB host %p(so=%d)", adb_host, adb_host->host_so);
|
/device/asus/flo/nfc/ |
libnfc-brcm.conf | 94 # When disconnecting from Oberthur secure element, perform a warm-reset of
|
/device/lge/hammerhead/nfc/ |
libnfc-brcm.conf | 105 # When disconnecting from Oberthur secure element, perform a warm-reset of
|
/external/chromium_org/chrome/browser/service_process/ |
service_process_control_browsertest.cc | 226 // Tests whether disconnecting from the service IPC causes the service process
|
/external/chromium_org/media/audio/pulse/ |
pulse_input.cc | 115 // Disable all the callbacks before disconnecting.
|
pulse_unified.cc | 108 // Disable all the callbacks before disconnecting.
|
/external/chromium_org/remoting/host/ |
client_session.h | 175 // Tracker used to release pressed keys and buttons when disconnecting.
|
/external/chromium_org/remoting/host/it2me/ |
it2me_native_messaging_host.cc | 36 {kDisconnecting, "DISCONNECTING"},
|
/external/openfst/src/include/fst/ |
partition.h | 69 // operations are then done by simply disconnecting the element from
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
partition.h | 64 // operations are then done by simply disconnecting the element from
|
/frameworks/base/media/java/android/media/ |
MediaScannerConnection.java | 132 Log.v(TAG, "Disconnecting from Media Scanner");
|
/frameworks/base/services/java/com/android/server/pm/ |
Installer.java | 66 Slog.i(TAG, "disconnecting...");
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/ |
CDMALTEPhone.java | 126 case DISCONNECTING:
|
/external/bluetooth/bluedroid/btif/src/ |
btif_av.c | 424 /* inform the application that we are disconnecting */ 516 /* inform the application that we are disconnecting */ 622 /* inform the application that we are disconnecting */ [all...] |
/external/bluetooth/bluedroid/stack/l2cap/ |
l2c_link.c | 131 /* In disconnecting state, reject the connection. */ 239 /* If there's an lcb disconnecting set this one to holding */ 410 disconnecting 505 /* If link was connecting or disconnecting, clear all channels and drop the LCB */ 568 /* Security Manager will take care of disconnecting, state will be updated at that time */ [all...] |
l2c_api.c | 301 /* If link is disconnecting, save link info to retry after disconnect 309 L2CAP_TRACE_DEBUG0 ("L2CAP API - link disconnecting: RETRY LATER"); 622 /* Have a link control block. If link is disconnecting, tell user to retry later */ 625 L2CAP_TRACE_WARNING0 ("L2CAP - L2CA_ping rejected - link disconnecting"); [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
HeadsetStateMachine.java | 155 // Disconnecting device, Connecting to new device 158 // Disconnecting device Pending 380 Log.w(TAG, "Ignore HF DISCONNECTING event, device: " + device); 566 log("stack is disconnecting mCurrentDevice"); 573 Log.e(TAG, "Disconnecting unknow device: " + device); [all...] |
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 294 waitForResultOrThrow(DELAY, "disconnecting from service");
|
/external/bluetooth/bluedroid/stack/mcap/ |
mca_l2c.c | 55 MCA_FCR_OPT_MAX_TX_B4_DISCNT, /* Maximum transmissions before disconnecting */
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth_device_list.js | 300 // Inform the bluetooth adapter that we are disconnecting or
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_browsertest.js | 268 // Test disconnecting.
|
/external/chromium_org/chrome/test/automation/ |
automation_proxy.cc | 354 LOG(ERROR) << "Disconnecting channel after error!";
|
/external/chromium_org/ipc/ |
sync_socket_unittest.cc | 219 // from another thread by disconnecting (but not closing) the socket.
|