HomeSort by relevance Sort by last modified time
    Searched full:reconnect (Results 76 - 100 of 468) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h 482 int32_t reconnect; local
483 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
908 int32_t reconnect; local
909 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
910 reply->setInt32("reconnect", true);
940 int32_t reconnect; local
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManagerStrings.uni 70 #string STR_RECONNECT_REQUIRED #language en-US " Reconnect Required."
71 #language fr-FR " Reconnect Required."
  /external/autotest/server/site_tests/bluetooth_AdapterPairing/
bluetooth_AdapterPairing.py 146 # Reconnect so that we can test disconnection from the kit
154 # Reconnect so that we can test disconnection from the kit
  /external/autotest/site_utils/stats/
mysql_stats.py 71 def Reconnect(self):
86 callback=self.Reconnect
  /external/fsck_msdos/
ext.h 132 * Try to reconnect a lost cluster chain
134 int reconnect(int, struct bootblock *, struct fatEntry *, cl_t);
  /external/libcups/cups/
request.c 437 * Force a reconnect with encryption...
652 * Reconnect if the last response had a "Connection: close"...
661 DEBUG_puts("1cupsSendRequest: Unable to reconnect.");
713 DEBUG_puts("1cupsSendRequest: Unable to reconnect.");
824 DEBUG_puts("1cupsSendRequest: Unable to reconnect.");
832 * Flush any error message, reconnect, and then upgrade with
841 DEBUG_puts("1cupsSendRequest: Unable to reconnect.");
866 DEBUG_puts("1cupsSendRequest: Unable to reconnect.");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
2-2.c 93 /* Reconnect to the semaphore */
97 UNRESOLVED(errno, "Failed to reconnect the semaphore");
  /external/webrtc/webrtc/p2p/base/
tcpport.h 171 // Guard against multiple outgoing tcp connection during a reconnect.
174 // Guard against data packets sent when we reconnect a TCP connection. During
dtlstransportchannel.cc 232 bool reconnect = dtls_; local
239 if (reconnect) {
240 Reconnect();
631 void DtlsTransportChannelWrapper::Reconnect() {
  /frameworks/av/media/libaaudio/src/binding/
AAudioBinderClient.cpp 122 mAAudioService.clear(); // force a reconnect
141 dropAAudioService(); // force a reconnect
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraHolder.java 140 mCameraDevice.reconnect();
142 Log.e(TAG, "reconnect failed.");
  /packages/services/Car/service/src/com/android/car/
CarService.java 195 Log.i(CarLog.TAG_SERVICE, "Trying to reconnect to Vehicle HAL: " +
199 throw new IllegalStateException("Failed to reconnect to Vehicle HAL");
  /system/chre/host/common/
socket_client.cc 146 while (!mGracefulShutdown && (mSockFd != INVALID_SOCKET || reconnect())) {
181 bool SocketClient::reconnect() { function in class:android::chre::SocketClient
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 207 desc='multimedia server reconnect')
209 # Gives DUT some time to auto-reconnect bluetooth after resume.
214 desc='bluetooth node auto-reconnect after suspend')
  /external/autotest/server/site_tests/enterprise_CFM_DualSpeaker/
enterprise_CFM_DualSpeaker.py 317 ' fails after disconnect/reconnect speaker')
324 'disconnect/reconnect speaker')
329 ' fails after disconnect/reconnect speaker')
  /frameworks/base/services/core/java/com/android/server/am/
PersistentConnection.java 58 * the target package being updated, this class won't reconnect. This is because this class doesn't
306 Slog.i(mTag, "Scheduling to reconnect in " + mNextBackoffMs + " ms (uptime)");
329 pw.print(" reconnect in ");
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_iface_hidl_test.cpp 228 * Reconnect.
230 TEST_F(SupplicantStaIfaceHidlTest, Reconnect) {
231 sta_iface_->reconnect([](const SupplicantStatus& status) {
  /packages/services/Car/obd2-lib/src/com/android/car/obd2/
Obd2Connection.java 41 boolean reconnect(); method in interface:Obd2Connection.UnderlyingTransport
73 public boolean reconnect() { method in class:Obd2Connection
74 if (!mConnection.reconnect()) return false;
  /external/autotest/client/common_lib/cros/
adb_keepalive.py 68 logging.info('adb not connected. attempting to reconnect')
  /external/autotest/server/site_tests/audio_AudioBasicUSBPlaybackRecord/
audio_AudioBasicUSBPlaybackRecord.py 83 desc='multimedia server reconnect')
  /external/autotest/server/site_tests/platform_RebootAfterUpdate/
platform_RebootAfterUpdate.py 31 'reconnect via ssh within the timeout. Actual time %(actual)d '
  /external/walt/docs/
ChromeOS.md 42 The script will respond with `Listening on port 50007`. It can be stopped by pressing Ctrl-C. At this point you should be able to use the WALT Android app as if it's running on a regular Android device. If you reset or reconnect the WALT device, you'll need to re-run the script (no need to re-run the iptables command).
  /frameworks/av/camera/include/camera/
ICameraRecordingProxy.h 69 * (4) The app: ICamera.reconnect().
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 324 bool reconnect = false; local
333 reconnect = true;
337 if (reconnect) {
353 ALOGI("The attempt to reconnect failed, %d retries remaining",
  /frameworks/base/wifi/java/android/net/wifi/
IWifiManager.aidl 94 void reconnect(String packageName);

Completed in 1806 milliseconds

1 2 34 5 6 7 8 91011>>