Searched refs:reconnect (Results 1 - 25 of 25) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DSurfaceUtils.h29 * If |reconnect| is true, reconnects to the native window before hand.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
H A DACodec.h318 bool reconnect);
/frameworks/base/core/java/android/nfc/tech/
H A DTagTechnology.java198 public void reconnect() throws IOException; method in interface:TagTechnology
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());
/frameworks/av/media/libstagefright/httplive/
H A DHTTPDownloader.h39 void reconnect();
60 bool reconnect /* force connect http */
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 */);
H A DPlaylistFetcher.cpp471 // allow reconnect
472 mHTTPDownloader->reconnect();
/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl29 int reconnect(int nativeHandle);
/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) {
127 // We need to reconnect to the ANativeWindow as a CPU client to ensure that
145 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.cpp677 // no need to reconnect as we will not dequeue all buffers
680 !storingMetadataInDecodedBuffers() || mLegacyAdaptiveExperiment /* reconnect */);
955 bool reconnect) {
994 reconnect);
1010 mNativeWindow.get(), &mNativeWindowUsageBits, preregister /* reconnect */);
953 setupNativeWindowSizeFormatAndUsage( ANativeWindow *nativeWindow , int *finalUsage , bool reconnect) argument
/frameworks/base/wifi/java/android/net/wifi/
H A DIWifiManager.aidl86 void reconnect();
H A DWifiManager.java985 public boolean reconnect() { method in class:WifiManager
987 mService.reconnect();
1998 * reconnect()
2020 * reconnect()
/frameworks/av/include/camera/
H A DCamera.h90 status_t reconnect();
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h480 int32_t reconnect; local
481 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
910 int32_t reconnect; local
911 if (msg->findInt32("reconnect", &reconnect) && reconnect) {
912 reply->setInt32("reconnect", true);
942 int32_t reconnect; local
[all...]
/frameworks/av/camera/
H A DCamera.cpp137 status_t Camera::reconnect() function in class:android::Camera
139 ALOGV("reconnect");
430 mCamera->reconnect();
/frameworks/base/packages/Osu/src/com/android/hotspot2/
H A DWifiNetworkAdapter.java240 reconnect(osuNetwork, nwkId);
319 /* sequence of addNetwork(), enableNetwork(), saveConfiguration() and reconnect()
341 wifiManager.reconnect();
363 private void reconnect(Network osuNetwork, int newNwkId) { method in class:WifiNetworkAdapter
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java746 boolean reconnect, boolean onlyEstablishedConnection) {
752 return mServiceConnection.runAction(action, errorResult, method, reconnect,
2276 boolean reconnect, boolean onlyEstablishedConnection) {
2290 if (reconnect) {
745 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
2275 runAction(Action<R> action, R errorResult, String method, boolean reconnect, boolean onlyEstablishedConnection) argument
/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
H A DAndroidCameraAgentImpl.java413 mCamera.reconnect();
/frameworks/base/core/jni/
H A Dandroid_hardware_Camera.cpp865 ALOGV("reconnect");
869 if (camera->reconnect() != NO_ERROR) {
870 jniThrowException(env, "java/io/IOException", "reconnect failed");
1049 { "reconnect",
/frameworks/base/core/java/android/hardware/
H A DCamera.java113 * <li>When finished recording, call {@link #reconnect()} to re-acquire
553 * you can call {@link #reconnect()} to reclaim the camera.
568 * called. Normally {@link #reconnect()} is used instead.
585 * camera; when the process is done, you must reconnect to the camera,
599 public native final void reconnect() throws IOException; method in class:Camera
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java746 /* Reload all networks and reconnect */
1962 * Reload networks and then reconnect; helps load correct data for TLS networks
3094 // just try to reconnect to the same SSID by triggering a roam
5414 mWifiNative.reconnect();
5680 mWifiNative.reconnect();
5689 * it is associated and thus will ignore select/reconnect command with
5697 /** Supplicant will ignore the reconnect if we are currently associated,
5775 lastConnectUid) && mWifiNative.reconnect()) {
5926 /** Supplicant will ignore the reconnect if we are currently associated,
5938 message.sendingUid) && mWifiNative.reconnect()) {
[all...]
H A DWifiServiceImpl.java684 * see {@link android.net.wifi.WifiManager#reconnect()}
686 public void reconnect() { method in class:WifiServiceImpl
H A DWifiNative.java530 public boolean reconnect() { method in class:WifiNative

Completed in 2089 milliseconds