/device/generic/goldfish/camera/ |
EmulatedFakeCamera2.cpp | 291 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 315 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 352 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 469 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 549 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); 625 ALOGW("%s: Camera was physically disconnected", __FUNCTION__); [all...] |
EmulatedFakeCameraDevice.cpp | 90 ALOGW("%s: Fake camera device is already disconnected.", __FUNCTION__);
|
/external/wpa_supplicant_8/src/eapol_supp/ |
eapol_supp_sm.c | 221 SM_STATE(SUPP_PAE, DISCONNECTED) 223 SM_ENTRY(SUPP_PAE, DISCONNECTED); 344 SM_ENTER_GLOBAL(SUPP_PAE, DISCONNECTED); 358 SM_ENTER(SUPP_PAE, DISCONNECTED); 409 SM_ENTER(SUPP_PAE, DISCONNECTED); 974 return "DISCONNECTED"; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
Phone.java | 457 * Notifies when a voice connection has disconnected, either due to local 790 * Clears all DISCONNECTED connections from Call connection lists. 791 * Calls that were in the DISCONNECTED state become idle. This occurs 806 * IDLE, ACTIVE, DIALING, ALERTING, or DISCONNECTED. 823 * IDLE, HOLDING or DISCONNECTED. 840 * IDLE, INCOMING, WAITING or DISCONNECTED. [all...] |
/packages/apps/Settings/res/values/ |
arrays.xml | 237 <!-- Status message of Wi-Fi when it is disconnected. --> 238 <item>Disconnected</item> 266 <!-- Status message of Wi-Fi when it is disconnected. --> 267 <item>Disconnected</item> [all...] |
/frameworks/base/core/java/android/view/ |
AccessibilityInteractionController.java | [all...] |
/system/bt/btif/src/ |
btif_av.c | 269 ** Description State managing disconnected AV link 676 /* inform the application that we are disconnected */ 876 /* inform the application that we are disconnected */ [all...] |
/system/bt/embdrv/sbc/decoder/include/ |
oi_status.h | 291 OI_RFCOMM_LOCAL_DEVICE_DISCONNECTED = 926, /**< RFCOMM: Local device disconnected */ 292 OI_RFCOMM_REMOTE_DEVICE_DISCONNECTED = 927, /**< RFCOMM: Remote device disconnected */ 358 OI_SECMGR_DISCONNECTED_FAIL = 1408, /**< SECMGR: l2cap access denied - disconnected */ [all...] |
/system/bt/stack/include/ |
avdt_api.h | 190 #define AVDT_DISCONNECT_IND_EVT 17 /* Signaling channel disconnected */ 192 #define AVDT_REPORT_DISCONN_EVT 19 /* Reporting channel disconnected */ [all...] |
/art/runtime/jdwp/ |
jdwp_adb.cc | 392 VLOG(jdwp) << "+++ peer disconnected";
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
ConnectivityConstraintTest.java | 230 NetworkInfo.State.DISCONNECTED);
|
/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 197 // Expect to see the TestConnection disconnected.
|
/developers/build/prebuilts/gradle/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 124 + " - Client disconnected from Google Play Services");
|
/developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
MainActivity.java | 281 generateEvent("Node Disconnected", node.getId());
|
/developers/samples/android/wearable/wear/AgendaData/Application/src/main/java/com/example/android/wearable/agendadata/ |
CalendarQueryService.java | 124 + " - Client disconnected from Google Play Services");
|
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
MainActivity.java | 281 generateEvent("Node Disconnected", node.getId());
|
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/ |
BluetoothHDPActivity.java | 116 mConnectIndicator.setText(R.string.disconnected);
|
/development/samples/ToyVpn/src/com/example/android/toyvpn/ |
ToyVpnService.java | 127 mHandler.sendEmptyMessage(R.string.disconnected);
|
/development/samples/browseable/AgendaData/Application/src/com.example.android.wearable.agendadata/ |
CalendarQueryService.java | 124 + " - Client disconnected from Google Play Services");
|
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/ |
MainActivity.java | 281 generateEvent("Node Disconnected", node.getId());
|
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.cpp | 264 case( bmSE0 ): //disconnected state
|
/docs/source.android.com/src/accessories/ |
aoa2.jd | 116 calls. This ID is valid until USB is disconnected or until the accessory sends
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPoolEntry.java | 57 * gets disconnected, but the pool entry still contains the
|
/external/libdrm/tests/modeprint/ |
modeprint.c | 62 return "disconnected";
|
/external/libnfc-nci/src/nfa/include/ |
nfa_snep_api.h | 63 #define NFA_SNEP_DISC_EVT 0x08 /* Failed to connect or disconnected */
|