Searched defs:reconnect (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java95 public void reconnect() throws IOException { method in class:BasicTagTechnology
101 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle());
120 * but just reconnect to it to reset its state
123 mTag.getTagService().reconnect(mTag.getServiceHandle());
H A DTagTechnology.java198 public void reconnect() throws IOException; method in interface:TagTechnology
/frameworks/av/media/libstagefright/
H A DSurfaceUtils.cpp29 int width, int height, int format, int rotation, int usage, bool reconnect) {
32 // In some cases we need to reconnect so that we can dequeue all buffers
33 if (reconnect) {
171 // We need to reconnect to the ANativeWindow as a CPU client to ensure that
189 false /* reconnect */);
27 setNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int width, int height, int format, int rotation, int usage, bool reconnect) argument
H A DNuCachedSource2.cpp324 bool reconnect = false; local
333 reconnect = true;
337 if (reconnect) {
353 ALOGI("The attempt to reconnect failed, %d retries remaining",
H A DACodec.cpp740 // no need to reconnect as we will not dequeue all buffers
1050 bool reconnect) {
1117 reconnect);
1134 preregister && !mTunneled /* reconnect */);
1048 setupNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int *finalUsage , bool reconnect) argument
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.cpp46 void HTTPDownloader::reconnect() { function in class:android::HTTPDownloader
85 bool reconnect /* force connect HTTP when resuing source */) {
92 if (reconnect) {
216 ssize_t err = fetchBlock(url, out, 0, -1, 0, actualUrl, true /* reconnect */);
/frameworks/av/camera/
H A DCamera.cpp137 status_t Camera::reconnect() function in class:android::Camera
139 ALOGV("reconnect");
469 mCamera->reconnect();
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java267 * {@link android.hardware.Camera#reconnect()}.
270 * with the reconnect failure.
414 * @see android.hardware.Camera#reconnect()
420 public void reconnect(final Handler handler, final CameraOpenCallback cb) { method in class:CameraAgent.CameraProxy
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h482 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...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java753 boolean reconnect, boolean onlyEstablishedConnection) {
759 return mServiceConnection.runAction(action, errorResult, method, reconnect,
2297 boolean reconnect, boolean onlyEstablishedConnection) {
2311 if (reconnect) {
752 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
2296 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaIfaceHal.java1369 public boolean reconnect(@NonNull String ifaceName) { method in class:SupplicantStaIfaceHal
1371 final String methodStr = "reconnect";
1375 SupplicantStatus status = iface.reconnect();
H A DWifiServiceImpl.java1610 * see {@link android.net.wifi.WifiManager#reconnect()}
1613 public void reconnect(String packageName) { method in class:WifiServiceImpl
1617 mLog.info("reconnect uid=%").c(Binder.getCallingUid()).flush();
H A DWifiNative.java1342 public boolean reconnect(@NonNull String ifaceName) { method in class:WifiNative
1343 return mSupplicantStaIfaceHal.reconnect(ifaceName);
1759 * Enable/Disable auto reconnect functionality in wpa_supplicant.
1792 * 6. Triggers reconnect command to wpa_supplicant.
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiManager.java1380 public boolean reconnect() { method in class:WifiManager
1382 mService.reconnect(mContext.getOpPackageName());
2949 * sequence of addNetwork(), enableNetwork(), and reconnect()
2971 * This function is used instead of a enableNetwork() and reconnect()
2995 * This API will cause reconnect if the crecdentials of the current active
/frameworks/base/core/java/android/hardware/
H A DCamera.java120 * <li>When finished recording, call {@link #reconnect()} to re-acquire
632 * you can call {@link #reconnect()} to reclaim the camera.
647 * called. Normally {@link #reconnect()} is used instead.
664 * camera; when the process is done, you must reconnect to the camera,
680 public native final void reconnect() throws IOException; method in class:Camera

Completed in 364 milliseconds